summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpacpi
Commit message (Expand)AuthorAgeFilesLines
* 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/+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
* 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
* ACPI / PNP: use device ID list for PNPACPI device enumerationZhang Rui2014-05-301-24/+4
* 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/+8
* | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-2/+0
|/
* 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/+3
* 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/+32
|/
* ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-211-6/+1
* 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/+15
|\
| * PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-061-47/+15
* | pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
|/
* Merge 'akpm' patch seriesLinus Torvalds2011-07-251-25/+27
|\
| * pnpacpi: register disabled resourcesWitold Szczeponik2011-07-251-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
* | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2011-01-111-26/+67
* | ACPI/PNP: avoid section mismatch warningJan Beulich2010-12-111-1/+1
* | Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown2010-10-251-5/+24
|\ \
| * | PNPACPI: cope with invalid device IDsDmitry Torokhov2010-10-011-5/+24
| |/
* | ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-011-1/+1
|/
* PNPACPI: Add support for remote wakeupAlan Stern2010-07-191-0/+23
* PNPACPI: compute Address Space length rather than using _LENBjorn Helgaas2010-04-281-22/+4
*-. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-062-12/+32
|\ \
| | * PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas2010-04-041-12/+30
| |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* PNPACPI: add bus number supportBjorn Helgaas2010-03-141-0/+14
OpenPOWER on IntegriCloud