Commits
Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted' * acpi-scan: ACPI / scan: use kstrdup_const() in acpi_add_id() ACPI / scan: constify struct acpi_hardware_id::id ACPI / scan: constify first argument of struct acpi_scan_handler::match * acpi-tables: ACPI / tables: test the correct variable x86, ACPI: Handle apic/x2apic entries in MADT in correct order ACPI / tables: Add acpi_subtable_proc to ACPI table parsers * acpi-ec: ACPI / EC: Fix a race issue in acpi_ec_guard_event() ACPI / EC: Fix query handler related issues * acpi-assorted: ACPI: change acpi_sleep_proc_init() to return void ACPI: change init_acpi_device_notify() to return void
Showing diff tof934c745079
- Rafael J. Wysocki committed ab736d7dc17MMerge branch 'device-properties' * device-properties: ACPI / property: Fix subnode l...
- Rasmus Villemoes committed 6a0d12ef993ACPI / scan: use kstrdup_const() in acpi_add_id() Empirically, acpi_add_id is mostly c...
- Dan Carpenter committed 362414d9d28ACPI / tables: test the correct variable The intent was to test "proc[i].handler" inst...
- Lv Zheng committed 61197547074ACPI / EC: Fix a race issue in acpi_ec_guard_event() In acpi_ec_guard_event(), EC tran...
- Rami Rosen committed f934c745079ACPI: change acpi_sleep_proc_init() to return void This patch changes the type of the ...