File tree Expand file tree Collapse file tree 12 files changed +47
-2227
lines changed
Documentation/ABI/testing Expand file tree Collapse file tree 12 files changed +47
-2227
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,22 +111,6 @@ config LCD_HP700
111
111
If you have an HP Jornada 700 series handheld (710/720/728)
112
112
say Y to enable LCD control driver.
113
113
114
- config LCD_S6E63M0
115
- tristate "S6E63M0 AMOLED LCD Driver"
116
- depends on SPI && BACKLIGHT_CLASS_DEVICE
117
- default n
118
- help
119
- If you have an S6E63M0 LCD Panel, say Y to enable its
120
- LCD control driver.
121
-
122
- config LCD_LD9040
123
- tristate "LD9040 AMOLED LCD Driver"
124
- depends on SPI && BACKLIGHT_CLASS_DEVICE
125
- default n
126
- help
127
- If you have an LD9040 Panel, say Y to enable its
128
- control driver.
129
-
130
114
config LCD_AMS369FG06
131
115
tristate "AMS369FG06 AMOLED LCD Driver"
132
116
depends on SPI && BACKLIGHT_CLASS_DEVICE
Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ obj-$(CONFIG_LCD_HX8357) += hx8357.o
9
9
obj-$(CONFIG_LCD_ILI922X) += ili922x.o
10
10
obj-$(CONFIG_LCD_ILI9320) += ili9320.o
11
11
obj-$(CONFIG_LCD_L4F00242T03) += l4f00242t03.o
12
- obj-$(CONFIG_LCD_LD9040) += ld9040.o
13
12
obj-$(CONFIG_LCD_LMS283GF05) += lms283gf05.o
14
13
obj-$(CONFIG_LCD_LMS501KF03) += lms501kf03.o
15
14
obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o
16
15
obj-$(CONFIG_LCD_OTM3225A) += otm3225a.o
17
16
obj-$(CONFIG_LCD_PLATFORM) += platform_lcd.o
18
- obj-$(CONFIG_LCD_S6E63M0) += s6e63m0.o
19
17
obj-$(CONFIG_LCD_TDO24M) += tdo24m.o
20
18
obj-$(CONFIG_LCD_TOSA) += tosa_lcd.o
21
19
obj-$(CONFIG_LCD_VGG2432A4) += vgg2432a4.o
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ static struct platform_driver adp5520_bl_driver = {
391
391
392
392
module_platform_driver (adp5520_bl_driver );
393
393
394
- MODULE_AUTHOR ("Michael Hennerich <hennerich@blackfin.uclinux.org >" );
394
+ MODULE_AUTHOR ("Michael Hennerich <michael. hennerich@analog.com >" );
395
395
MODULE_DESCRIPTION ("ADP5520(01) Backlight Driver" );
396
396
MODULE_LICENSE ("GPL" );
397
397
MODULE_ALIAS ("platform:adp5520-backlight" );
Original file line number Diff line number Diff line change @@ -822,5 +822,5 @@ static struct i2c_driver adp8860_driver = {
822
822
module_i2c_driver (adp8860_driver );
823
823
824
824
MODULE_LICENSE ("GPL v2" );
825
- MODULE_AUTHOR ("Michael Hennerich <hennerich@blackfin.uclinux.org >" );
825
+ MODULE_AUTHOR ("Michael Hennerich <michael. hennerich@analog.com >" );
826
826
MODULE_DESCRIPTION ("ADP8860 Backlight driver" );
Original file line number Diff line number Diff line change @@ -992,5 +992,5 @@ static struct i2c_driver adp8870_driver = {
992
992
module_i2c_driver (adp8870_driver );
993
993
994
994
MODULE_LICENSE ("GPL v2" );
995
- MODULE_AUTHOR ("Michael Hennerich <hennerich@blackfin.uclinux.org >" );
995
+ MODULE_AUTHOR ("Michael Hennerich <michael. hennerich@analog.com >" );
996
996
MODULE_DESCRIPTION ("ADP8870 Backlight driver" );
You can’t perform that action at this time.
0 commit comments