summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
AgeCommit message (Expand)AuthorLines
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1/+6
2012-03-30PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu-1/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-2/+0
2012-01-06PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas-0/+42
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-47/+15
2011-11-06PNPACPI: Simplify disabled resource registrationWitold Szczeponik-47/+15
2011-10-31pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds-25/+27
2011-07-25pnpacpi: register disabled resourcesWitold Szczeponik-25/+27
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-11/+11
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes-6/+10
2011-01-12Merge branch 'pnp' into releaseLen Brown-14/+13
2011-01-11PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki-28/+72
2010-12-11ACPI/PNP: avoid section mismatch warningJan Beulich-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-27PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger-6/+1
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger-8/+12
2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-17/+39
2010-10-25Merge branch 'pnp-log' into releaseLen Brown-7/+8
2010-10-25Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown-5/+24
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+0
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-1/+0
2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger-5/+7
2010-10-01PNPACPI: cope with invalid device IDsDmitry Torokhov-5/+24
2010-10-01PNP: log PNP resources, as we do for PCIBjorn Helgaas-7/+8
2010-09-26isapnp: BKL removalArnd Bergmann-7/+8
2010-07-19PNPACPI: Add support for remote wakeupAlan Stern-0/+26
2010-05-06Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill...Len Brown-0/+4
2010-05-06PNP: don't check for conflicts with bridge windowsBjorn Helgaas-0/+4
2010-04-28PNPACPI: compute Address Space length rather than using _LENBjorn Helgaas-22/+4
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown-16/+33
2010-04-04PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas-12/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-4/+3
2010-03-14PNPACPI: add bus number supportBjorn Helgaas-2/+47
2010-03-14PNPACPI: add window supportBjorn Helgaas-17/+24
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-9/+20
2009-12-16pnpbios: convert to seq_fileAlexey Dobriyan-75/+129
2009-12-16Merge branch 'ipmi' into releaseLen Brown-9/+20
2009-12-15PNP: add interface to retrieve ACPI device from a PNPACPI deviceBjorn Helgaas-1/+2
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa-26/+10
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-61/+19
2009-12-11PNPACPI: save struct acpi_device, not just acpi_handleBjorn Helgaas-8/+18
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-4/+4
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas-8/+9
2009-11-04PNP: print resources consistently with %pRtBjorn Helgaas-61/+18
2009-09-25ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas-2/+1
2009-09-25ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas-9/+7
2009-09-25ACPI: use acpi_device_hid() when possibleBjorn Helgaas-1/+1
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-3/+3