mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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 <joe@perches.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a56e88ec05
commit
f47e07bc5f
1 changed files with 4 additions and 13 deletions
17
MAINTAINERS
17
MAINTAINERS
|
@ -4986,7 +4986,6 @@ L: linux-edac@vger.kernel.org
|
|||
S: Maintained
|
||||
F: drivers/edac/skx_edac.c
|
||||
|
||||
EDAC-XGENE
|
||||
APPLIED MICRO (APM) X-GENE SOC EDAC
|
||||
M: Loc Ho <lho@apm.com>
|
||||
S: Supported
|
||||
|
@ -5857,7 +5856,7 @@ F: drivers/staging/greybus/audio_manager_sysfs.c
|
|||
F: drivers/staging/greybus/audio_module.c
|
||||
F: drivers/staging/greybus/audio_topology.c
|
||||
|
||||
GREYBUS PROTOCOLS DRIVERS
|
||||
GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
|
||||
M: Rui Miguel Silva <rmfrfs@gmail.com>
|
||||
S: Maintained
|
||||
F: drivers/staging/greybus/sdio.c
|
||||
|
@ -5867,14 +5866,14 @@ F: drivers/staging/greybus/power_supply.c
|
|||
F: drivers/staging/greybus/spi.c
|
||||
F: drivers/staging/greybus/spilib.c
|
||||
|
||||
GREYBUS PROTOCOLS DRIVERS
|
||||
GREYBUS LOOBACK/TIME PROTOCOLS DRIVERS
|
||||
M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
|
||||
S: Maintained
|
||||
F: drivers/staging/greybus/loopback.c
|
||||
F: drivers/staging/greybus/timesync.c
|
||||
F: drivers/staging/greybus/timesync_platform.c
|
||||
|
||||
GREYBUS PROTOCOLS DRIVERS
|
||||
GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
|
||||
M: Viresh Kumar <vireshk@kernel.org>
|
||||
S: Maintained
|
||||
F: drivers/staging/greybus/authentication.c
|
||||
|
@ -5891,7 +5890,7 @@ F: drivers/staging/greybus/spi.c
|
|||
F: drivers/staging/greybus/spilib.c
|
||||
F: drivers/staging/greybus/spilib.h
|
||||
|
||||
GREYBUS PROTOCOLS DRIVERS
|
||||
GREYBUS UART PROTOCOLS DRIVERS
|
||||
M: David Lin <dtwlin@gmail.com>
|
||||
S: Maintained
|
||||
F: drivers/staging/greybus/uart.c
|
||||
|
@ -9374,14 +9373,6 @@ S: Maintained
|
|||
F: drivers/media/i2c/et8ek8
|
||||
F: drivers/media/i2c/ad5820.c
|
||||
|
||||
NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
|
||||
M: Pavel Machek <pavel@ucw.cz>
|
||||
M: Sakari Ailus <sakari.ailus@iki.fi>
|
||||
L: linux-media@vger.kernel.org
|
||||
S: Maintained
|
||||
F: drivers/media/i2c/et8ek8
|
||||
F: drivers/media/i2c/ad5820.c
|
||||
|
||||
NOKIA N900 POWER SUPPLY DRIVERS
|
||||
R: Pali Rohár <pali.rohar@gmail.com>
|
||||
F: include/linux/power/bq2415x_charger.h
|
||||
|
|
Loading…
Reference in a new issue