dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/video/omap2/displays
Archit Taneja 634610ac6c OMAP: DSS2: Taal: Use device name in backlight_device_register
Panel Taal driver uses the string "taal" to register for a backlight device.
This causes backlight_device_register() to fail when a second taal panel
is added. Use dev_name(&dssdev->dev) as a parameter instead of the string.

Note: This will break backlight related sysfs commands. Use the name as
generated by the DSS2 driver, in the form "displayi", which represents
the ith registered display device.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-05-12 19:30:27 +03:00
..
Kconfig OMAP: DSS2: fix panel Kconfig dependencies 2011-05-11 14:10:54 +03:00
Makefile OMAP: DSS2: Add support for LG Philips LB035Q02 panel 2011-03-11 15:46:30 +02:00
panel-acx565akm.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-generic-dpi.c OMAP: DSS2: Support for Powertip PH480272T 2011-05-11 14:20:51 +03:00
panel-lgphilips-lb035q02.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-nec-nl8048hl11-01b.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-sharp-ls037v7dw01.c OMAP: DSS2: use __exit for selected panel drivers 2011-05-11 14:19:26 +03:00
panel-taal.c OMAP: DSS2: Taal: Use device name in backlight_device_register 2011-05-12 19:30:27 +03:00
panel-tpo-td043mtea1.c OMAP: DSS2: Convert simple/strict_strto* to kstrto* 2011-05-11 14:20:11 +03:00