Skip to content

Commit a100922

Browse files
committed
Merge tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Pull staging driver updates from Greg KH: "Here is the "big" set of staging driver changes for 6.16-rc1. Included in here are: - gpib driver cleanups and updates. This subsystem is _almost_ ready to be merged into the main portion of the kernel tree. Hopefully should happen in the next kernel merge cycle if all goes well. - sm750fb driver cleanups - rtl8723bs driver cleanups - other small driver cleanups for coding style issues All of these have been in for over 2 weeks with no reported issues" * tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (203 commits) staging: rtl8723bs: remove unnecessary braces for single statement blocks staging: rtl8723bs: Removed multiple blank lines of rtw_pwrctrl.c staging: sm750fb: rename `hw_sm750le_setBLANK` staging: sm750fb: rename `hw_sm750_setBLANK` staging: sm750fb: rename `hw_sm750_setColReg` staging: sm750fb: rename `hw_sm750_crtc_setMode` staging: sm750fb: rename `hw_sm750_crtc_checkMode` staging: sm750fb: rename `hw_sm750_output_setMode` staging: sm750fb: rename `hw_sm750le_deWait` staging: sm750fb: rename `hw_sm750_deWait` staging: sm750fb: rename `hw_sm750_initAccel` staging: gpib: switch to kmalloc(sizeof(*status)) staging: gpib: Fix secondary address restriction staging: gpib: Fix uapi include header guard name staging: gpib: Avoid unused variable warning staging: gpib: Declare driver entry points static staging: gpib: Fix PCMCIA config identifier staging: gpib: Avoid unused variable warnings staging: gpib: Fix lpvo request_system_control staging: sm750fb: rename sm750_hw_cursor_setData2 ...
2 parents 5fc6c6f + a481f0e commit a100922

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1592
-2612
lines changed

MAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9147,9 +9147,10 @@ F: lib/fault-inject.c
91479147
F: tools/testing/fault-injection/
91489148

91499149
FBTFT Framebuffer drivers
9150+
M: Andy Shevchenko <[email protected]>
91509151
91519152
9152-
S: Orphan
9153+
S: Odd fixes
91539154
F: drivers/staging/fbtft/
91549155

91559156
FC0011 TUNER DRIVER

drivers/staging/fbtft/Kconfig

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,160 +8,136 @@ menuconfig FB_TFT
88
select FB_BACKLIGHT
99
select FB_SYSMEM_HELPERS_DEFERRED
1010

11+
if FB_TFT
12+
1113
config FB_TFT_AGM1264K_FL
1214
tristate "FB driver for the AGM1264K-FL LCD display"
13-
depends on FB_TFT
1415
help
1516
Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips)
1617

1718
config FB_TFT_BD663474
1819
tristate "FB driver for the BD663474 LCD Controller"
19-
depends on FB_TFT
2020
help
2121
Generic Framebuffer support for BD663474
2222

2323
config FB_TFT_HX8340BN
2424
tristate "FB driver for the HX8340BN LCD Controller"
25-
depends on FB_TFT
2625
help
2726
Generic Framebuffer support for HX8340BN
2827

2928
config FB_TFT_HX8347D
3029
tristate "FB driver for the HX8347D LCD Controller"
31-
depends on FB_TFT
3230
help
3331
Generic Framebuffer support for HX8347D
3432

3533
config FB_TFT_HX8353D
3634
tristate "FB driver for the HX8353D LCD Controller"
37-
depends on FB_TFT
3835
help
3936
Generic Framebuffer support for HX8353D
4037

4138
config FB_TFT_HX8357D
4239
tristate "FB driver for the HX8357D LCD Controller"
43-
depends on FB_TFT
4440
help
4541
Generic Framebuffer support for HX8357D
4642

4743
config FB_TFT_ILI9163
4844
tristate "FB driver for the ILI9163 LCD Controller"
49-
depends on FB_TFT
5045
help
5146
Generic Framebuffer support for ILI9163
5247

5348
config FB_TFT_ILI9320
5449
tristate "FB driver for the ILI9320 LCD Controller"
55-
depends on FB_TFT
5650
help
5751
Generic Framebuffer support for ILI9320
5852

5953
config FB_TFT_ILI9325
6054
tristate "FB driver for the ILI9325 LCD Controller"
61-
depends on FB_TFT
6255
help
6356
Generic Framebuffer support for ILI9325
6457

6558
config FB_TFT_ILI9340
6659
tristate "FB driver for the ILI9340 LCD Controller"
67-
depends on FB_TFT
6860
help
6961
Generic Framebuffer support for ILI9340
7062

7163
config FB_TFT_ILI9341
7264
tristate "FB driver for the ILI9341 LCD Controller"
73-
depends on FB_TFT
7465
help
7566
Generic Framebuffer support for ILI9341
7667

7768
config FB_TFT_ILI9481
7869
tristate "FB driver for the ILI9481 LCD Controller"
79-
depends on FB_TFT
8070
help
8171
Generic Framebuffer support for ILI9481
8272

8373
config FB_TFT_ILI9486
8474
tristate "FB driver for the ILI9486 LCD Controller"
85-
depends on FB_TFT
8675
help
8776
Generic Framebuffer support for ILI9486
8877

8978
config FB_TFT_PCD8544
9079
tristate "FB driver for the PCD8544 LCD Controller"
91-
depends on FB_TFT
9280
help
9381
Generic Framebuffer support for PCD8544
9482

9583
config FB_TFT_RA8875
9684
tristate "FB driver for the RA8875 LCD Controller"
97-
depends on FB_TFT
9885
help
9986
Generic Framebuffer support for RA8875
10087

10188
config FB_TFT_S6D02A1
10289
tristate "FB driver for the S6D02A1 LCD Controller"
103-
depends on FB_TFT
10490
help
10591
Generic Framebuffer support for S6D02A1
10692

10793
config FB_TFT_S6D1121
10894
tristate "FB driver for the S6D1211 LCD Controller"
109-
depends on FB_TFT
11095
help
11196
Generic Framebuffer support for S6D1121
11297

11398
config FB_TFT_SEPS525
11499
tristate "FB driver for the SEPS525 LCD Controller"
115-
depends on FB_TFT
116100
help
117101
Generic Framebuffer support for SEPS525
118102
Say Y if you have such a display that utilizes this controller.
119103

120104
config FB_TFT_SH1106
121105
tristate "FB driver for the SH1106 OLED Controller"
122-
depends on FB_TFT
123106
help
124107
Framebuffer support for SH1106
125108

126109
config FB_TFT_SSD1289
127110
tristate "FB driver for the SSD1289 LCD Controller"
128-
depends on FB_TFT
129111
help
130112
Framebuffer support for SSD1289
131113

132114
config FB_TFT_SSD1305
133115
tristate "FB driver for the SSD1305 OLED Controller"
134-
depends on FB_TFT
135116
help
136117
Framebuffer support for SSD1305
137118

138119
config FB_TFT_SSD1306
139120
tristate "FB driver for the SSD1306 OLED Controller"
140-
depends on FB_TFT
141121
help
142122
Framebuffer support for SSD1306
143123

144124
config FB_TFT_SSD1331
145125
tristate "FB driver for the SSD1331 LCD Controller"
146-
depends on FB_TFT
147126
help
148127
Framebuffer support for SSD1331
149128

150129
config FB_TFT_SSD1351
151130
tristate "FB driver for the SSD1351 LCD Controller"
152-
depends on FB_TFT
153131
help
154132
Framebuffer support for SSD1351
155133

156134
config FB_TFT_ST7735R
157135
tristate "FB driver for the ST7735R LCD Controller"
158-
depends on FB_TFT
159136
help
160137
Generic Framebuffer support for ST7735R
161138

162139
config FB_TFT_ST7789V
163140
tristate "FB driver for the ST7789V LCD Controller"
164-
depends on FB_TFT
165141
help
166142
This enables generic framebuffer support for the Sitronix ST7789V
167143
display controller. The controller is intended for small color
@@ -171,30 +147,27 @@ config FB_TFT_ST7789V
171147

172148
config FB_TFT_TINYLCD
173149
tristate "FB driver for tinylcd.com display"
174-
depends on FB_TFT
175150
help
176151
Custom Framebuffer support for tinylcd.com display
177152

178153
config FB_TFT_TLS8204
179154
tristate "FB driver for the TLS8204 LCD Controller"
180-
depends on FB_TFT
181155
help
182156
Generic Framebuffer support for TLS8204
183157

184158
config FB_TFT_UC1611
185159
tristate "FB driver for the UC1611 LCD controller"
186-
depends on FB_TFT
187160
help
188161
Generic Framebuffer support for UC1611
189162

190163
config FB_TFT_UC1701
191164
tristate "FB driver for the UC1701 LCD Controller"
192-
depends on FB_TFT
193165
help
194166
Generic Framebuffer support for UC1701
195167

196168
config FB_TFT_UPD161704
197169
tristate "FB driver for the uPD161704 LCD Controller"
198-
depends on FB_TFT
199170
help
200171
Generic Framebuffer support for uPD161704
172+
173+
endif

0 commit comments

Comments
 (0)