aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18PNP / ACPI: avoid garbage in resource nameLiu ShuoX2-1/+2
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+9
2013-06-29isapnp: switch to fixed_size_llseek()Al Viro1-21/+1
2013-05-22pnp: restore automatic resolution of DMA conflictsDavid Flater1-5/+9
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-8/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+4
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-28Merge branch 'pnp'Rafael J. Wysocki2-14/+2
2013-04-23pnp: use %*phC to dump small buffersAndy Shevchenko1-3/+2
2013-04-23isapnp: remove debug leftoversAndy Shevchenko1-11/+0
2013-04-18powerpc: remove PReP platformPaul Bolle1-8/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-5/+3
2013-03-24ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu1-0/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-01-31PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.cYasuaki Ishimatsu1-5/+5
2013-01-26drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-03PNP: Handle IORESOURCE_BITS in resource allocationWitold Szczeponik1-4/+21
2013-01-03PNP: Simplify setting of resourcesWitold Szczeponik1-37/+68
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+7
2012-12-07Merge branch 'acpi-general'Rafael J. Wysocki1-1/+1
2012-12-07pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox1-1/+1
2012-12-04Merge branch 'acpi-general'Rafael J. Wysocki1-0/+3
2012-11-30ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki1-0/+3
2012-11-28pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-13/+7
2012-11-23ACPI / PNP: skip ACPI device nodes associated with physical nodes alreadyAdrian Hunter1-0/+4
2012-11-15ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki3-264/+50
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-6/+1
2012-06-23ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying1-2/+2
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-1/+6
2012-03-30PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu1-1/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-01-06PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas1-0/+42
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-47/+15
2011-11-06PNPACPI: Simplify disabled resource registrationWitold Szczeponik1-47/+15
2011-10-31pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-25/+27
2011-07-25pnpacpi: register disabled resourcesWitold Szczeponik1-25/+27
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-11/+11
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes3-6/+10
2011-01-12Merge branch 'pnp' into releaseLen Brown5-14/+13
2011-01-11PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2-28/+72
2010-12-11ACPI/PNP: avoid section mismatch warningJan Beulich1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger1-6/+1
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger4-8/+12
2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds5-17/+39
2010-10-25Merge branch 'pnp-log' into releaseLen Brown2-7/+8