aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-25Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown1-5/+24
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+0
2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger4-5/+7
2010-10-01PNPACPI: cope with invalid device IDsDmitry Torokhov1-5/+24
2010-10-01PNP: log PNP resources, as we do for PCIBjorn Helgaas2-7/+8
2010-09-26isapnp: BKL removalArnd Bergmann1-7/+8
2010-07-19PNPACPI: Add support for remote wakeupAlan Stern2-0/+26
2010-05-06Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzilla-15903' and 'misc-2.6.34' into releaseLen Brown1-0/+4
2010-05-06PNP: don't check for conflicts with bridge windowsBjorn Helgaas1-0/+4
2010-04-28PNPACPI: compute Address Space length rather than using _LENBjorn Helgaas1-22/+4
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into releaseLen Brown7-16/+33
2010-04-04PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-12/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-4/+3
2010-03-14PNPACPI: add bus number supportBjorn Helgaas5-2/+47
2010-03-14PNPACPI: add window supportBjorn Helgaas2-17/+24
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-9/+20
2009-12-16pnpbios: convert to seq_fileAlexey Dobriyan1-75/+129
2009-12-16Merge branch 'ipmi' into releaseLen Brown2-9/+20
2009-12-15PNP: add interface to retrieve ACPI device from a PNPACPI deviceBjorn Helgaas1-1/+2
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-26/+10
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds4-61/+19
2009-12-11PNPACPI: save struct acpi_device, not just acpi_handleBjorn Helgaas2-8/+18
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-4/+4
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas4-8/+9
2009-11-04PNP: print resources consistently with %pRtBjorn Helgaas4-61/+18
2009-09-25ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas1-2/+1
2009-09-25ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas1-9/+7