summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | ACPI: Drop unnecessary label from acpi_bind_one()Rafael J. Wysocki2013-08-091-12/+7
| | * | | | | | | | | ACPI: Clean up error code path in acpi_unbind_one()Rafael J. Wysocki2013-08-071-7/+4
| | * | | | | | | | | ACPI: Use list_for_each_entry() in acpi_unbind_one()Rafael J. Wysocki2013-08-071-20/+18
| | * | | | | | | | | ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanupsRafael J. Wysocki2013-08-071-4/+3
| | * | | | | | | | | ACPI: Create symlinks in acpi_bind_one() under physical_node_lockRafael J. Wysocki2013-08-071-2/+2
| | * | | | | | | | | ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplicationRafael J. Wysocki2013-08-071-11/+11
| | * | | | | | | | | ACPI: Do not fail acpi_bind_one() if device is already bound correctlyRafael J. Wysocki2013-08-071-3/+10
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-2720-334/+70
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | ACPI / osl: Kill macro INVALID_TABLE().Tang Chen2013-08-141-16/+20
| | * | | | | | | | ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberLan Tianyu2013-08-141-3/+4
| | * | | | | | | | ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cLan Tianyu2013-08-141-5/+0
| | * | | | | | | | ACPI / thermal: Remove the unused lock of struct acpi_thermalLan Tianyu2013-08-141-4/+0
| | * | | | | | | | Merge back earlier 'acpi-assorted' materialRafael J. Wysocki2013-08-1420-306/+46
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | ACPI / osl: Fix osi_setup_entries[] __initdata attribute locationHanjun Guo2013-08-131-2/+2
| | | * | | | | | | ACPI / numa: Fix __init attribute location in slit_valid()Hanjun Guo2013-08-131-1/+1
| | | * | | | | | | ACPI / dock: Fix __init attribute location in find_dock_and_bay()Hanjun Guo2013-08-131-1/+1
| | | * | | | | | | ACPI / Sleep: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | | * | | | | | | ACPI / processor: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | | * | | | | | | ACPI / EC: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | | * | | | | | | ACPI / scan: Drop unnecessary label from acpi_create_platform_device()Rafael J. Wysocki2013-08-071-14/+12
| | | * | | | | | | ACPI: Move acpi_bus_get_device() from bus.c to scan.cRafael J. Wysocki2013-08-062-29/+22
| | | * | | | | | | ACPI / scan: Allow platform device creation without any IO resourcesKuppuswamy Sathyanarayanan2013-08-061-2/+6
| | | * | | | | | | ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng2013-07-263-1/+2
| | | * | | | | | | ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-1511-258/+2
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-08-2721-78/+252
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPICA: Update names for walk_namespace callbacks to clarify usage.Bob Moore2013-08-133-23/+23
| | * | | | | | | | ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore2013-08-131-3/+10
| | * | | | | | | | ACPICA: Make ACPI Power Management Timer (PM Timer) optional.Bob Moore2013-08-132-3/+14
| | * | | | | | | | ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.Lv Zheng2013-08-132-2/+6
| | * | | | | | | | ACPICA: Fix possible fault for methods that optionally have no return value.Bob Moore2013-08-131-1/+15
| | * | | | | | | | ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore2013-08-081-3/+32
| | * | | | | | | | ACPICA: Emit all unresolved method externals in a text blockBob Moore2013-08-081-0/+1
| | * | | | | | | | ACPICA: Export acpi_tb_validate_rsdp().Bob Moore2013-08-082-6/+4
| | * | | | | | | | ACPI: Add facility to remove all _OSI stringsLv Zheng2013-07-231-0/+7
| | * | | | | | | | ACPI: Add facility to disable all _OSI OS vendor stringsLv Zheng2013-07-231-1/+13
| | * | | | | | | | ACPICA: Add acpi_update_interfaces() public interfaceLv Zheng2013-07-234-13/+98
| | * | | | | | | | ACPICA: Fix compiler warnings for casting issues (only some compilers)Jung-uk Kim2013-07-232-4/+6
| | * | | | | | | | ACPICA: Remove restriction of 256 maximum GPEs in any GPE blockBob Moore2013-07-231-11/+0
| | * | | | | | | | ACPICA: Disassembler: Expand maximum output string length to 64KBob Moore2013-07-232-3/+4
| | * | | | | | | | ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()Bob Moore2013-07-232-3/+6
| | * | | | | | | | ACPICA: Update comments about behavior when _STA does not existBob Moore2013-07-232-2/+13
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'acpi-sleep'Rafael J. Wysocki2013-08-272-0/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep pathBen Guthro2013-07-312-0/+33
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2013-08-274-25/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / PM: Add state information to error message in acpi_device_set_power()Aaron Lu2013-08-031-1/+3
| | * | | | | | | | ACPI / PM: Remove redundant power manageable check from acpi_bus_set_power()Aaron Lu2013-07-311-7/+0
| | * | | | | | | | ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki2013-07-303-5/+5
| | * | | | | | | | ACPI / PM: Make messages in acpi_device_set_power() print device namesRafael J. Wysocki2013-07-301-12/+10
| | * | | | | | | | ACPI / PM: Only set power states of devices that are power manageableRafael J. Wysocki2013-07-301-1/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2013-08-272-20/+33
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud