| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI / scan: constify struct acpi_hardware_id::id | Rasmus Villemoes | 2015-09-15 | 1 | -2/+2 |
* | PNP / ACPI: use unsigned int in pnpacpi_encode_resources() | Fabian Frederick | 2015-05-05 | 1 | -1/+1 |
* | PNP / ACPI: use u8 instead of int in acpi_resource_extended_irq context | Fabian Frederick | 2015-05-05 | 1 | -4/+4 |
* | PNP / ACPI: Use ACPI_COMPANION_SET() during initialization | Rafael J. Wysocki | 2015-03-16 | 1 | -3/+2 |
* | ACPI: Return translation offset when parsing ACPI address space resources | Jiang Liu | 2015-02-03 | 1 | -14/+15 |
* | ACPICA: Resources: Provide common part for struct acpi_resource_address struc... | Lv Zheng | 2015-01-26 | 1 | -8/+8 |
* | ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE() | Rafael J. Wysocki | 2014-07-23 | 1 | -28/+23 |
* | ACPI / PNP: do ACPI binding directly | Zhang Rui | 2014-07-07 | 1 | -38/+3 |
* | ACPI / PNP: use device ID list for PNPACPI device enumeration | Zhang Rui | 2014-05-30 | 1 | -24/+4 |
* | PNP / ACPI: Do not return errors if _DIS or _SRS are not present | Rafael J. Wysocki | 2014-04-30 | 1 | -18/+26 |
* | PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failures | Zhang Rui | 2014-03-11 | 1 | -3/+12 |
* | Merge branch 'pnp' | Rafael J. Wysocki | 2014-01-12 | 1 | -2/+9 |
|\ |
|
| * | PNPACPI: check return value of pnp_add_device() | Dmitry Torokhov | 2013-12-23 | 1 | -2/+9 |
* | | ACPI / bind: Rework struct acpi_bus_type | Rafael J. Wysocki | 2013-12-07 | 1 | -13/+8 |
* | | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 2013-12-07 | 2 | -2/+0 |
|/ |
|
* | ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro | Rafael J. Wysocki | 2013-11-14 | 1 | -5/+5 |
* | pnpacpi: convert acpi_get_handle() to acpi_has_method() | Zhang Rui | 2013-09-24 | 1 | -8/+3 |
* | ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere | Rafael J. Wysocki | 2013-07-30 | 1 | -3/+3 |
* | PNP / ACPI: avoid garbage in resource name | Liu ShuoX | 2013-07-18 | 1 | -1/+1 |
* | ACPI: Set length even for TYPE_END_TAG acpi resource | Yinghai Lu | 2013-03-24 | 1 | -0/+1 |
* | ACPI / glue: Add .match() callback to struct acpi_bus_type | Rafael J. Wysocki | 2013-03-04 | 1 | -1/+7 |
* | PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.c | Yasuaki Ishimatsu | 2013-01-31 | 1 | -5/+5 |
* | Merge branch 'acpi-general' | Rafael J. Wysocki | 2012-12-07 | 1 | -1/+1 |
|\ |
|
| * | pnpacpi: fix incorrect TEST_ALPHA() test | Alan Cox | 2012-12-07 | 1 | -1/+1 |
* | | Merge branch 'acpi-general' | Rafael J. Wysocki | 2012-12-04 | 1 | -0/+3 |
|\| |
|
| * | ACPI / PNP: Do not crash due to stale pointer use during system resume | Rafael J. Wysocki | 2012-11-30 | 1 | -0/+3 |
* | | ACPI / PNP: skip ACPI device nodes associated with physical nodes already | Adrian Hunter | 2012-11-23 | 1 | -0/+4 |
* | | ACPI: Move device resources interpretation code from PNP to ACPI core | Rafael J. Wysocki | 2012-11-15 | 1 | -264/+32 |
|/ |
|
* | ACPI: Allow ACPI binding with USB-3.0 hub | Lan Tianyu | 2012-09-21 | 1 | -6/+1 |
* | ACPI/PM: specify lowest allowed state for device sleep state | Huang Ying | 2012-06-23 | 1 | -2/+2 |
* | PNPACPI: Fix device ref leaking in acpi_pnp_match | Yinghai Lu | 2012-03-30 | 1 | -1/+6 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-11-07 | 1 | -47/+15 |
|\ |
|
| * | PNPACPI: Simplify disabled resource registration | Witold Szczeponik | 2011-11-06 | 1 | -47/+15 |
* | | pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
|/ |
|
* | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 1 | -25/+27 |
|\ |
|
| * | pnpacpi: register disabled resources | Witold Szczeponik | 2011-07-25 | 1 | -25/+27 |
* | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'pnp' into release | Len Brown | 2011-01-12 | 1 | -1/+2 |
|\ |
|
| * | PNP: Compile all pnp built-in stuff in one module namespace | Thomas Renninger | 2010-10-27 | 1 | -1/+2 |
* | | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access | Rafael J. Wysocki | 2011-01-11 | 1 | -26/+67 |
* | | ACPI/PNP: avoid section mismatch warning | Jan Beulich | 2010-12-11 | 1 | -1/+1 |
* | | Merge branch 'pnpacpi-invalid-device-id' into release | Len Brown | 2010-10-25 | 1 | -5/+24 |
|\ \ |
|
| * | | PNPACPI: cope with invalid device IDs | Dmitry Torokhov | 2010-10-01 | 1 | -5/+24 |
| |/ |
|
* / | ACPI/PNP: A HID value of an object never changes -> make it const | Thomas Renninger | 2010-10-01 | 1 | -1/+1 |
|/ |
|
* | PNPACPI: Add support for remote wakeup | Alan Stern | 2010-07-19 | 1 | -0/+23 |
* | PNPACPI: compute Address Space length rather than using _LEN | Bjorn Helgaas | 2010-04-28 | 1 | -22/+4 |
*-. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 2 | -12/+32 |
|\ \ |
|
| | * | PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 | Bjorn Helgaas | 2010-04-04 | 1 | -12/+30 |
| |/
|/| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
|/ |
|
* | PNPACPI: add bus number support | Bjorn Helgaas | 2010-03-14 | 1 | -0/+14 |