aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-25ACPI: use acpi_device_hid() when possibleBjorn Helgaas1-1/+1
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-3/+3
2009-09-22pnp: add a shutdown method to pnp driversDavid Härdeman1-0/+10
2009-09-19Merge branch 'acpica' into releaseLen Brown1-3/+3
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-3/+3
2009-08-10x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc staticallyAkinobu Mita1-3/+2
2009-08-08x86: Introduce GDT_ENTRY_INIT()Akinobu Mita1-4/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita1-10/+11
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown1-2/+44
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+18
2009-06-05pnp: add PNP resource range checking functionBjorn Helgaas1-0/+18
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-5/+3
2009-05-27PNPACPI: parse Extended Address Space DescriptorsBjorn Helgaas1-2/+44
2009-05-08ACPI: suspend: don't let device _PS3 failure prevent suspendLen Brown1-5/+3
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu1-1/+1
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2-2/+2
2009-04-05Merge branch 'linus' into releaseLen Brown1-8/+8
2009-04-03Enable PNPACPI _PSx Support, v3Witold Szczeponik1-7/+16
2009-04-02pnpbios: propagate kthread_run() errorErik Ekman1-4/+3
2009-04-02pnpbios: fix warning if CONFIG_HOTPLUG=nErik Ekman1-6/+7