mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| panel-acx565akm.c | ||
| panel-generic-dpi.c | ||
| panel-lgphilips-lb035q02.c | ||
| panel-nec-nl8048hl11-01b.c | ||
| panel-sharp-ls037v7dw01.c | ||
| panel-taal.c | ||
| panel-tpo-td043mtea1.c | ||