Skip to content

Commit f47e07b

Browse files
committed
Fix up MAINTAINERS file problems
Prepping for scripting the MAINTAINERS file cleanup (and possible split) showed a couple of cases where the headers for a couple of entries were bogus. There's a few different kinds of bogosities: - the X-GENE SOC EDAC case was confused and split over two lines - there were four entries for "GREYBUS PROTOCOLS DRIVERS" that were all different things. - the NOKIA N900 CAMERA SUPPORT" was duplicated all of which were more obvious when you started doing associative arrays in perl to track these things by the header (so that we can alphabetize this thing properly, and so that we might split it up by the data too). Cc: Joe Perches <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent a56e88e commit f47e07b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

MAINTAINERS

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4986,7 +4986,6 @@ L: [email protected]
49864986
S: Maintained
49874987
F: drivers/edac/skx_edac.c
49884988

4989-
EDAC-XGENE
49904989
APPLIED MICRO (APM) X-GENE SOC EDAC
49914990
M: Loc Ho <[email protected]>
49924991
S: Supported
@@ -5857,7 +5856,7 @@ F: drivers/staging/greybus/audio_manager_sysfs.c
58575856
F: drivers/staging/greybus/audio_module.c
58585857
F: drivers/staging/greybus/audio_topology.c
58595858

5860-
GREYBUS PROTOCOLS DRIVERS
5859+
GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
58615860
M: Rui Miguel Silva <[email protected]>
58625861
S: Maintained
58635862
F: drivers/staging/greybus/sdio.c
@@ -5867,14 +5866,14 @@ F: drivers/staging/greybus/power_supply.c
58675866
F: drivers/staging/greybus/spi.c
58685867
F: drivers/staging/greybus/spilib.c
58695868

5870-
GREYBUS PROTOCOLS DRIVERS
5869+
GREYBUS LOOBACK/TIME PROTOCOLS DRIVERS
58715870
M: Bryan O'Donoghue <[email protected]>
58725871
S: Maintained
58735872
F: drivers/staging/greybus/loopback.c
58745873
F: drivers/staging/greybus/timesync.c
58755874
F: drivers/staging/greybus/timesync_platform.c
58765875

5877-
GREYBUS PROTOCOLS DRIVERS
5876+
GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
58785877
M: Viresh Kumar <[email protected]>
58795878
S: Maintained
58805879
F: drivers/staging/greybus/authentication.c
@@ -5891,7 +5890,7 @@ F: drivers/staging/greybus/spi.c
58915890
F: drivers/staging/greybus/spilib.c
58925891
F: drivers/staging/greybus/spilib.h
58935892

5894-
GREYBUS PROTOCOLS DRIVERS
5893+
GREYBUS UART PROTOCOLS DRIVERS
58955894
M: David Lin <[email protected]>
58965895
S: Maintained
58975896
F: drivers/staging/greybus/uart.c
@@ -9374,14 +9373,6 @@ S: Maintained
93749373
F: drivers/media/i2c/et8ek8
93759374
F: drivers/media/i2c/ad5820.c
93769375

9377-
NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9378-
M: Pavel Machek <[email protected]>
9379-
M: Sakari Ailus <[email protected]>
9380-
9381-
S: Maintained
9382-
F: drivers/media/i2c/et8ek8
9383-
F: drivers/media/i2c/ad5820.c
9384-
93859376
NOKIA N900 POWER SUPPLY DRIVERS
93869377
R: Pali Rohár <[email protected]>
93879378
F: include/linux/power/bq2415x_charger.h

0 commit comments

Comments
 (0)