summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpacpi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-301-14/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-241-7/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-13/+25
|\
| * PNP / ACPI: remove FSF addressAndy Shevchenko2017-05-291-4/+0Star
| * PNP / ACPI: join strings back for better maintenanceAndy Shevchenko2017-05-291-9/+9
| * PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy2017-05-291-0/+16
* | ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki2017-06-281-3/+3
|/
* PNP / ACPI: add ACPI_RESOURCE_TYPE_SERIAL_BUS as a valid typeHarb Abdulhamid2016-03-091-0/+4
* ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes2015-09-151-2/+2
* 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
* PNP / ACPI: Use ACPI_COMPANION_SET() during initializationRafael J. Wysocki2015-03-161-3/+2Star
* 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
* ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-231-28/+23Star
* ACPI / PNP: do ACPI binding directlyZhang Rui2014-07-071-38/+3Star
* ACPI / PNP: use device ID list for PNPACPI device enumerationZhang Rui2014-05-301-24/+4Star
* PNP / ACPI: Do not return errors if _DIS or _SRS are not presentRafael J. Wysocki2014-04-301-18/+26
* PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failuresZhang Rui2014-03-111-3/+12
* Merge branch 'pnp'Rafael J. Wysocki2014-01-121-2/+9
|\
| * PNPACPI: check return value of pnp_add_device()Dmitry Torokhov2013-12-231-2/+9
* | ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-071-13/+8Star
* | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-2/+0Star
|/
* ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-5/+5
* pnpacpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-8/+3Star
* ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki2013-07-301-3/+3
* PNP / ACPI: avoid garbage in resource nameLiu ShuoX2013-07-181-1/+1
* ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu2013-03-241-0/+1
* ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-1/+7
* PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.cYasuaki Ishimatsu2013-01-311-5/+5
* Merge branch 'acpi-general'Rafael J. Wysocki2012-12-071-1/+1
|\
| * pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox2012-12-071-1/+1
* | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-041-0/+3
|\|
| * ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki2012-11-301-0/+3
* | ACPI / PNP: skip ACPI device nodes associated with physical nodes alreadyAdrian Hunter2012-11-231-0/+4
* | ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki2012-11-151-264/+32Star
|/
* ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-211-6/+1Star
* ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-2/+2
* PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu2012-03-301-1/+6
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-47/+15Star
|\
| * PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-071-47/+15Star
* | pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
|/
* Merge 'akpm' patch seriesLinus Torvalds2011-07-261-25/+27
|\
| * pnpacpi: register disabled resourcesWitold Szczeponik2011-07-261-25/+27
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-5/+5
|/
* Merge branch 'pnp' into releaseLen Brown2011-01-121-1/+2
|\
| * PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-271-1/+2