summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-5/+9
|\
| * pnp: restore automatic resolution of DMA conflictsDavid Flater2013-05-221-5/+9
* | isapnp: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-8/+1
|\
| * powerpc: remove PReP platformPaul Bolle2013-04-181-8/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-6/+4
|\ \
| * | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-5/+3
| |/
* | Merge branch 'pnp'Rafael J. Wysocki2013-04-282-14/+2
|\ \
| * | pnp: use %*phC to dump small buffersAndy Shevchenko2013-04-231-3/+2
| * | isapnp: remove debug leftoversAndy Shevchenko2013-04-231-11/+0
| |/
* / ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu2013-03-241-0/+1
|/
* ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-222-3/+3
* | PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.cYasuaki Ishimatsu2013-01-311-5/+5
* | drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-261-2/+2
|/
* PNP: Handle IORESOURCE_BITS in resource allocationWitold Szczeponik2013-01-031-4/+21
* PNP: Simplify setting of resourcesWitold Szczeponik2013-01-031-37/+68
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-13/+7
|\
| * pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-13/+7
* | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-071-1/+1
|\ \
| * | pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox2012-12-071-1/+1
* | | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-041-0/+3
|\| |
| * | ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki2012-11-301-0/+3
| |/
* | ACPI / PNP: skip ACPI device nodes associated with physical nodes alreadyAdrian Hunter2012-11-231-0/+4
* | ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki2012-11-153-264/+50
|/
* ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-211-6/+1
* ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-1/+6
|\
| * PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu2012-03-301-1/+6
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
|/
* PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas2012-01-061-0/+42
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-47/+15
|\
| * PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-061-47/+15
* | pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
|/
* Merge 'akpm' patch seriesLinus Torvalds2011-07-251-25/+27
|\
| * pnpacpi: register disabled resourcesWitold Szczeponik2011-07-251-25/+27
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-11/+11
|/
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-223-6/+10
* Merge branch 'pnp' into releaseLen Brown2011-01-125-14/+13
|\
| * PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger2010-10-271-6/+1
| * PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-274-8/+12
* | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2011-01-112-28/+72
* | ACPI/PNP: avoid section mismatch warningJan Beulich2010-12-111-1/+1
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-265-17/+39
|\ \ | |/ |/|
| * Merge branch 'pnp-log' into releaseLen Brown2010-10-252-7/+8
| |\
| | * PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-012-7/+8