mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
MAINTAINERS: Saying goodbye to David Brownell
We had to say goodbye when David passed away recently. David had a huge impact on our community, both personally in the lives of the people he worked with, and technically in the design and maintenance of several subsystems. He is greatly missed. He also leaves behind a number of much loved subsystems now orphaned. This patch updates the MAINTAINERS file for the areas that David was responsible for and adds an entry for him to the CREDITS file. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Harry Wei <harryxiyou@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9c125d2af8
commit
22b174f8b7
2 changed files with 12 additions and 10 deletions
8
CREDITS
8
CREDITS
|
@ -518,6 +518,14 @@ N: Zach Brown
|
||||||
E: zab@zabbo.net
|
E: zab@zabbo.net
|
||||||
D: maestro pci sound
|
D: maestro pci sound
|
||||||
|
|
||||||
|
M: David Brownell
|
||||||
|
D: Kernel engineer, mentor, and friend. Maintained USB EHCI and
|
||||||
|
D: gadget layers, SPI subsystem, GPIO subsystem, and more than a few
|
||||||
|
D: device drivers. His encouragement also helped many engineers get
|
||||||
|
D: started working on the Linux kernel. David passed away in early
|
||||||
|
D: 2011, and will be greatly missed.
|
||||||
|
W: https://lkml.org/lkml/2011/4/5/36
|
||||||
|
|
||||||
N: Gary Brubaker
|
N: Gary Brubaker
|
||||||
E: xavyer@ix.netcom.com
|
E: xavyer@ix.netcom.com
|
||||||
D: USB Serial Empeg Empeg-car Mark I/II Driver
|
D: USB Serial Empeg Empeg-car Mark I/II Driver
|
||||||
|
|
14
MAINTAINERS
14
MAINTAINERS
|
@ -4252,8 +4252,7 @@ F: drivers/mmc/
|
||||||
F: include/linux/mmc/
|
F: include/linux/mmc/
|
||||||
|
|
||||||
MULTIMEDIA CARD (MMC) ETC. OVER SPI
|
MULTIMEDIA CARD (MMC) ETC. OVER SPI
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
S: Orphan
|
||||||
S: Odd Fixes
|
|
||||||
F: drivers/mmc/host/mmc_spi.c
|
F: drivers/mmc/host/mmc_spi.c
|
||||||
F: include/linux/spi/mmc_spi.h
|
F: include/linux/spi/mmc_spi.h
|
||||||
|
|
||||||
|
@ -4603,7 +4602,6 @@ F: drivers/media/video/omap3isp/*
|
||||||
|
|
||||||
OMAP USB SUPPORT
|
OMAP USB SUPPORT
|
||||||
M: Felipe Balbi <balbi@ti.com>
|
M: Felipe Balbi <balbi@ti.com>
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
|
||||||
L: linux-usb@vger.kernel.org
|
L: linux-usb@vger.kernel.org
|
||||||
L: linux-omap@vger.kernel.org
|
L: linux-omap@vger.kernel.org
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
|
||||||
|
@ -5984,7 +5982,6 @@ F: Documentation/serial/specialix.txt
|
||||||
F: drivers/staging/tty/specialix*
|
F: drivers/staging/tty/specialix*
|
||||||
|
|
||||||
SPI SUBSYSTEM
|
SPI SUBSYSTEM
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
|
||||||
M: Grant Likely <grant.likely@secretlab.ca>
|
M: Grant Likely <grant.likely@secretlab.ca>
|
||||||
L: spi-devel-general@lists.sourceforge.net
|
L: spi-devel-general@lists.sourceforge.net
|
||||||
Q: http://patchwork.kernel.org/project/spi-devel-general/list/
|
Q: http://patchwork.kernel.org/project/spi-devel-general/list/
|
||||||
|
@ -6432,9 +6429,8 @@ S: Maintained
|
||||||
F: drivers/usb/misc/rio500*
|
F: drivers/usb/misc/rio500*
|
||||||
|
|
||||||
USB EHCI DRIVER
|
USB EHCI DRIVER
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
|
||||||
L: linux-usb@vger.kernel.org
|
L: linux-usb@vger.kernel.org
|
||||||
S: Odd Fixes
|
S: Orphan
|
||||||
F: Documentation/usb/ehci.txt
|
F: Documentation/usb/ehci.txt
|
||||||
F: drivers/usb/host/ehci*
|
F: drivers/usb/host/ehci*
|
||||||
|
|
||||||
|
@ -6448,10 +6444,9 @@ S: Maintained
|
||||||
F: drivers/media/video/et61x251/
|
F: drivers/media/video/et61x251/
|
||||||
|
|
||||||
USB GADGET/PERIPHERAL SUBSYSTEM
|
USB GADGET/PERIPHERAL SUBSYSTEM
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
|
||||||
L: linux-usb@vger.kernel.org
|
L: linux-usb@vger.kernel.org
|
||||||
W: http://www.linux-usb.org/gadget
|
W: http://www.linux-usb.org/gadget
|
||||||
S: Maintained
|
S: Orphan
|
||||||
F: drivers/usb/gadget/
|
F: drivers/usb/gadget/
|
||||||
F: include/linux/usb/gadget*
|
F: include/linux/usb/gadget*
|
||||||
|
|
||||||
|
@ -6492,9 +6487,8 @@ S: Maintained
|
||||||
F: sound/usb/midi.*
|
F: sound/usb/midi.*
|
||||||
|
|
||||||
USB OHCI DRIVER
|
USB OHCI DRIVER
|
||||||
M: David Brownell <dbrownell@users.sourceforge.net>
|
|
||||||
L: linux-usb@vger.kernel.org
|
L: linux-usb@vger.kernel.org
|
||||||
S: Odd Fixes
|
S: Orphan
|
||||||
F: Documentation/usb/ohci.txt
|
F: Documentation/usb/ohci.txt
|
||||||
F: drivers/usb/host/ohci*
|
F: drivers/usb/host/ohci*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue