summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
Commit message (Expand)AuthorAgeFilesLines
* cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-2/+0
* ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki2015-07-061-26/+9
*-. Merge branches 'pnp' and 'pm-tools'Rafael J. Wysocki2015-06-191-5/+5
|\ \
| * | PNP / ACPI: use unsigned int in pnpacpi_encode_resources()Fabian Frederick2015-05-051-1/+1
| * | PNP / ACPI: use u8 instead of int in acpi_resource_extended_irq contextFabian Frederick2015-05-051-4/+4
| |/
* | ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki2015-06-181-9/+26
|/
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-145-39/+67
|\
| * PNP: Avoid leaving unregistered device objects in listsRafael J. Wysocki2015-03-181-13/+40
| * PNP: Convert pnp_lock into a mutexRafael J. Wysocki2015-03-184-27/+29
| * PNP / ACPI: Use ACPI_COMPANION_SET() during initializationRafael J. Wysocki2015-03-161-3/+2
* | PNP: Don't check for overlaps with unassigned PCI BARsBjorn Helgaas2015-03-121-3/+6
|/
*---. Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2015-02-211-2/+4
|\ \ \
| * | | PNP: Switch from __check_region() to __request_region()Jakub Sitnicki2015-01-221-2/+4
| | |/ | |/|
* | | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-1/+1
|\ \ \
| * | | PNP: Allow console to override ACPI device sleepPeter Hurley2015-02-021-1/+1
| |/ /
* | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-1/+2
|\ \ \ | |_|/ |/| |
| * | pnpbios: bail out on strange errorsAlan Cox2015-01-251-1/+2
| |/
* | ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu2015-02-031-14/+15
* | ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-8/+8
|/
* PNP: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-12/+12
* ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-231-28/+23
* ACPI / PNP: do ACPI binding directlyZhang Rui2014-07-071-38/+3
*---. Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki2014-06-031-2/+2
|\ \ \
| * | | PNP / resources: remove positive test on unsigned valuesFabian Frederick2014-05-101-2/+2
| | |/ | |/|
* | | ACPI / PNP: use device ID list for PNPACPI device enumerationZhang Rui2014-05-301-24/+4
|/ /
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-1/+1
* | PNP / ACPI: Do not return errors if _DIS or _SRS are not presentRafael J. Wysocki2014-04-301-18/+26
* | PNP: Fix compile error in quirks.cBjorn Helgaas2014-04-291-2/+2
|/
* PNP: Work around BIOS defects in Intel MCH area reportingBjorn Helgaas2014-04-241-0/+79
* Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-1/+1
|\
| * PNP: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-211-1/+1
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-311-4/+5
|\ \ | |/ |/|
| * asmlinkage, pnp: Make variables used from assembler code visibleAndi Kleen2014-02-131-4/+5
* | PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failuresZhang Rui2014-03-111-3/+12
|/
* Merge branch 'pnp'Rafael J. Wysocki2014-01-124-6/+20
|\
| * PNPBIOS: check return value of pnp_add_device()Dmitry Torokhov2014-01-071-3/+9
| * PNP: Mark the function pnp_build_option() as static in resource.cRashika Kheria2014-01-061-1/+1
| * PNP / card: add missing put_device() callLevente Kurusa2014-01-051-0/+1
| * PNPACPI: check return value of pnp_add_device()Dmitry Torokhov2013-12-231-2/+9
* | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-121-13/+8
|\ \
| * | ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-071-13/+8
* | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-122-2/+0
|\ \ \ | |/ / | | / | |/ |/|
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-2/+0
* | PNP: fix restoring devices after hibernationDmitry Torokhov2013-12-051-1/+11
|/
* ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-5/+5
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-8/+3
|\
| * pnpacpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-8/+3
* | PNP: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-163-19/+28
|/
* pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specifiedShuah Khan2013-09-111-0/+13
* Merge branch 'pnp'Rafael J. Wysocki2013-08-271-3/+18
|\
OpenPOWER on IntegriCloud