Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+4 -13
+4 -13
MAINTAINERS
··· 4986 4986 S: Maintained 4987 4987 F: drivers/edac/skx_edac.c 4988 4988 4989 - EDAC-XGENE 4990 4989 APPLIED MICRO (APM) X-GENE SOC EDAC 4991 4990 M: Loc Ho <lho@apm.com> 4992 4991 S: Supported ··· 5856 5857 F: drivers/staging/greybus/audio_module.c 5857 5858 F: drivers/staging/greybus/audio_topology.c 5858 5859 5859 - GREYBUS PROTOCOLS DRIVERS 5860 + GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS 5860 5861 M: Rui Miguel Silva <rmfrfs@gmail.com> 5861 5862 S: Maintained 5862 5863 F: drivers/staging/greybus/sdio.c ··· 5866 5867 F: drivers/staging/greybus/spi.c 5867 5868 F: drivers/staging/greybus/spilib.c 5868 5869 5869 - GREYBUS PROTOCOLS DRIVERS 5870 + GREYBUS LOOBACK/TIME PROTOCOLS DRIVERS 5870 5871 M: Bryan O'Donoghue <pure.logic@nexus-software.ie> 5871 5872 S: Maintained 5872 5873 F: drivers/staging/greybus/loopback.c 5873 5874 F: drivers/staging/greybus/timesync.c 5874 5875 F: drivers/staging/greybus/timesync_platform.c 5875 5876 5876 - GREYBUS PROTOCOLS DRIVERS 5877 + GREYBUS FW/HID/SPI PROTOCOLS DRIVERS 5877 5878 M: Viresh Kumar <vireshk@kernel.org> 5878 5879 S: Maintained 5879 5880 F: drivers/staging/greybus/authentication.c ··· 5890 5891 F: drivers/staging/greybus/spilib.c 5891 5892 F: drivers/staging/greybus/spilib.h 5892 5893 5893 - GREYBUS PROTOCOLS DRIVERS 5894 + GREYBUS UART PROTOCOLS DRIVERS 5894 5895 M: David Lin <dtwlin@gmail.com> 5895 5896 S: Maintained 5896 5897 F: drivers/staging/greybus/uart.c ··· 9364 9365 F: kernel/time/tick*.* 9365 9366 F: include/linux/tick.h 9366 9367 F: include/linux/sched/nohz.h 9367 - 9368 - NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS) 9369 - M: Pavel Machek <pavel@ucw.cz> 9370 - M: Sakari Ailus <sakari.ailus@iki.fi> 9371 - L: linux-media@vger.kernel.org 9372 - S: Maintained 9373 - F: drivers/media/i2c/et8ek8 9374 - F: drivers/media/i2c/ad5820.c 9375 9368 9376 9369 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS) 9377 9370 M: Pavel Machek <pavel@ucw.cz>