kernel_optimize_test/drivers/acpi
Hans de Goede 5fd677b75d acpi-video-detect: Unregister acpi_video backlight when dmi quirks are added
Make acpi_video_set_dmi_backlight_type() call
acpi_video_unregister_backlight() when the new dmi quirk results in
the desired backlight interface being of a type other then
acpi_backlight_video.

This avoid the need for the second if in the following construction
which is currently found in many platform/x86 drivers:

	if (prefer_vendor_quirk)
		acpi_video_dmi_promote_vendor();

	if (!acpi_video_backlight_support())
		acpi_video_unregister_backlight()

This second if-block will be removed from the platform drivers as part
of their conversion to the new backlight interface selection API.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2015-06-19 01:10:49 +02:00
..
acpica Revert "ACPICA: Permanently set _REV to the value '2'." 2015-05-13 00:44:14 +02:00
apei
pmic
ac.c
acpi_apd.c
acpi_cmos_rtc.c
acpi_extlog.c
acpi_ipmi.c
acpi_lpat.c
acpi_lpss.c
acpi_memhotplug.c
acpi_pad.c
acpi_platform.c
acpi_pnp.c ACPI / PNP: add two IDs to list for PNPACPI device enumeration 2015-05-04 16:03:12 +02:00
acpi_processor.c
acpi_video.c acpi-video-detect: video: Make video_detect code part of the video module 2015-06-19 01:10:36 +02:00
battery.c Power management and ACPI updates for v4.1-rc1 2015-04-14 20:21:54 -07:00
battery.h
bgrt.c
blacklist.c
bus.c
button.c
cm_sbs.c
container.c
custom_method.c
debugfs.c
device_pm.c
dock.c
ec_sys.c
ec.c ACPI / EC: fix NULL pointer dereference in acpi_ec_remove_query_handler() 2015-04-22 04:12:35 +02:00
event.c
fan.c
glue.c
gsi.c
hed.c
int340x_thermal.c
internal.h acpi-video-detect: Move acpi_osi_is_win8 to osl.c 2015-06-19 01:10:31 +02:00
ioapic.c
Kconfig
Makefile acpi-video-detect: video: Make video_detect code part of the video module 2015-06-19 01:10:36 +02:00
numa.c
nvs.c
osl.c acpi-video-detect: Move acpi_osi_is_win8 to osl.c 2015-06-19 01:10:31 +02:00
pci_irq.c
pci_link.c
pci_root.c
pci_slot.c
power.c
proc.c
processor_core.c
processor_driver.c
processor_idle.c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2015-04-13 11:08:28 -07:00
processor_pdc.c
processor_perflib.c
processor_thermal.c
processor_throttling.c
property.c ACPI / property: Define a symbol for PRP0001 2015-05-22 23:57:14 +02:00
reboot.c
resource.c x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI bus 2015-04-30 22:17:34 +02:00
sbs.c ACPI / SBS: Enable battery manager when present 2015-04-29 00:04:29 +02:00
sbshc.c ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook 2015-04-30 23:18:11 +02:00
sbshc.h
scan.c acpi-video-detect: Move acpi_is_video_device() to acpi/scan.c 2015-06-19 01:10:26 +02:00
sleep.c
sleep.h
sysfs.c
tables.c
thermal.c
utils.c acpi-video-detect: video: Make video_detect code part of the video module 2015-06-19 01:10:36 +02:00
video_detect.c acpi-video-detect: Unregister acpi_video backlight when dmi quirks are added 2015-06-19 01:10:49 +02:00
wakeup.c