Loading CREDITS +8 −0 Original line number Diff line number Diff line Loading @@ -518,6 +518,14 @@ N: Zach Brown E: zab@zabbo.net 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 E: xavyer@ix.netcom.com D: USB Serial Empeg Empeg-car Mark I/II Driver Loading MAINTAINERS +4 −10 Original line number Diff line number Diff line Loading @@ -4252,8 +4252,7 @@ F: drivers/mmc/ F: include/linux/mmc/ MULTIMEDIA CARD (MMC) ETC. OVER SPI M: David Brownell <dbrownell@users.sourceforge.net> S: Odd Fixes S: Orphan F: drivers/mmc/host/mmc_spi.c F: include/linux/spi/mmc_spi.h Loading Loading @@ -4603,7 +4602,6 @@ F: drivers/media/video/omap3isp/* OMAP USB SUPPORT M: Felipe Balbi <balbi@ti.com> M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org L: linux-omap@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git Loading Loading @@ -5984,7 +5982,6 @@ F: Documentation/serial/specialix.txt F: drivers/staging/tty/specialix* SPI SUBSYSTEM M: David Brownell <dbrownell@users.sourceforge.net> M: Grant Likely <grant.likely@secretlab.ca> L: spi-devel-general@lists.sourceforge.net Q: http://patchwork.kernel.org/project/spi-devel-general/list/ Loading Loading @@ -6432,9 +6429,8 @@ S: Maintained F: drivers/usb/misc/rio500* USB EHCI DRIVER M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org S: Odd Fixes S: Orphan F: Documentation/usb/ehci.txt F: drivers/usb/host/ehci* Loading @@ -6448,10 +6444,9 @@ S: Maintained F: drivers/media/video/et61x251/ USB GADGET/PERIPHERAL SUBSYSTEM M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org W: http://www.linux-usb.org/gadget S: Maintained S: Orphan F: drivers/usb/gadget/ F: include/linux/usb/gadget* Loading Loading @@ -6492,9 +6487,8 @@ S: Maintained F: sound/usb/midi.* USB OHCI DRIVER M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org S: Odd Fixes S: Orphan F: Documentation/usb/ohci.txt F: drivers/usb/host/ohci* Loading arch/arm/mach-omap1/dma.c +6 −5 Original line number Diff line number Diff line Loading @@ -284,14 +284,15 @@ static int __init omap1_system_dma_init(void) dma_base = ioremap(res[0].start, resource_size(&res[0])); if (!dma_base) { pr_err("%s: Unable to ioremap\n", __func__); return -ENODEV; ret = -ENODEV; goto exit_device_put; } ret = platform_device_add_resources(pdev, res, ARRAY_SIZE(res)); if (ret) { dev_err(&pdev->dev, "%s: Unable to add resources for %s%d\n", __func__, pdev->name, pdev->id); goto exit_device_del; goto exit_device_put; } p = kzalloc(sizeof(struct omap_system_dma_plat_info), GFP_KERNEL); Loading @@ -299,7 +300,7 @@ static int __init omap1_system_dma_init(void) dev_err(&pdev->dev, "%s: Unable to allocate 'p' for %s\n", __func__, pdev->name); ret = -ENOMEM; goto exit_device_put; goto exit_device_del; } d = kzalloc(sizeof(struct omap_dma_dev_attr), GFP_KERNEL); Loading Loading @@ -380,10 +381,10 @@ static int __init omap1_system_dma_init(void) kfree(d); exit_release_p: kfree(p); exit_device_put: platform_device_put(pdev); exit_device_del: platform_device_del(pdev); exit_device_put: platform_device_put(pdev); return ret; } Loading arch/arm/mach-omap2/board-2430sdp.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ #include <linux/err.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/gpio.h> #include <mach/hardware.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <mach/gpio.h> #include <plat/board.h> #include <plat/common.h> #include <plat/gpmc.h> Loading arch/arm/mach-omap2/board-3430sdp.c +3 −3 Original line number Diff line number Diff line Loading @@ -622,19 +622,19 @@ static struct omap_device_pad serial3_pads[] __initdata = { OMAP_MUX_MODE0), }; static struct omap_board_data serial1_data = { static struct omap_board_data serial1_data __initdata = { .id = 0, .pads = serial1_pads, .pads_cnt = ARRAY_SIZE(serial1_pads), }; static struct omap_board_data serial2_data = { static struct omap_board_data serial2_data __initdata = { .id = 1, .pads = serial2_pads, .pads_cnt = ARRAY_SIZE(serial2_pads), }; static struct omap_board_data serial3_data = { static struct omap_board_data serial3_data __initdata = { .id = 2, .pads = serial3_pads, .pads_cnt = ARRAY_SIZE(serial3_pads), Loading Loading
CREDITS +8 −0 Original line number Diff line number Diff line Loading @@ -518,6 +518,14 @@ N: Zach Brown E: zab@zabbo.net 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 E: xavyer@ix.netcom.com D: USB Serial Empeg Empeg-car Mark I/II Driver Loading
MAINTAINERS +4 −10 Original line number Diff line number Diff line Loading @@ -4252,8 +4252,7 @@ F: drivers/mmc/ F: include/linux/mmc/ MULTIMEDIA CARD (MMC) ETC. OVER SPI M: David Brownell <dbrownell@users.sourceforge.net> S: Odd Fixes S: Orphan F: drivers/mmc/host/mmc_spi.c F: include/linux/spi/mmc_spi.h Loading Loading @@ -4603,7 +4602,6 @@ F: drivers/media/video/omap3isp/* OMAP USB SUPPORT M: Felipe Balbi <balbi@ti.com> M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org L: linux-omap@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git Loading Loading @@ -5984,7 +5982,6 @@ F: Documentation/serial/specialix.txt F: drivers/staging/tty/specialix* SPI SUBSYSTEM M: David Brownell <dbrownell@users.sourceforge.net> M: Grant Likely <grant.likely@secretlab.ca> L: spi-devel-general@lists.sourceforge.net Q: http://patchwork.kernel.org/project/spi-devel-general/list/ Loading Loading @@ -6432,9 +6429,8 @@ S: Maintained F: drivers/usb/misc/rio500* USB EHCI DRIVER M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org S: Odd Fixes S: Orphan F: Documentation/usb/ehci.txt F: drivers/usb/host/ehci* Loading @@ -6448,10 +6444,9 @@ S: Maintained F: drivers/media/video/et61x251/ USB GADGET/PERIPHERAL SUBSYSTEM M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org W: http://www.linux-usb.org/gadget S: Maintained S: Orphan F: drivers/usb/gadget/ F: include/linux/usb/gadget* Loading Loading @@ -6492,9 +6487,8 @@ S: Maintained F: sound/usb/midi.* USB OHCI DRIVER M: David Brownell <dbrownell@users.sourceforge.net> L: linux-usb@vger.kernel.org S: Odd Fixes S: Orphan F: Documentation/usb/ohci.txt F: drivers/usb/host/ohci* Loading
arch/arm/mach-omap1/dma.c +6 −5 Original line number Diff line number Diff line Loading @@ -284,14 +284,15 @@ static int __init omap1_system_dma_init(void) dma_base = ioremap(res[0].start, resource_size(&res[0])); if (!dma_base) { pr_err("%s: Unable to ioremap\n", __func__); return -ENODEV; ret = -ENODEV; goto exit_device_put; } ret = platform_device_add_resources(pdev, res, ARRAY_SIZE(res)); if (ret) { dev_err(&pdev->dev, "%s: Unable to add resources for %s%d\n", __func__, pdev->name, pdev->id); goto exit_device_del; goto exit_device_put; } p = kzalloc(sizeof(struct omap_system_dma_plat_info), GFP_KERNEL); Loading @@ -299,7 +300,7 @@ static int __init omap1_system_dma_init(void) dev_err(&pdev->dev, "%s: Unable to allocate 'p' for %s\n", __func__, pdev->name); ret = -ENOMEM; goto exit_device_put; goto exit_device_del; } d = kzalloc(sizeof(struct omap_dma_dev_attr), GFP_KERNEL); Loading Loading @@ -380,10 +381,10 @@ static int __init omap1_system_dma_init(void) kfree(d); exit_release_p: kfree(p); exit_device_put: platform_device_put(pdev); exit_device_del: platform_device_del(pdev); exit_device_put: platform_device_put(pdev); return ret; } Loading
arch/arm/mach-omap2/board-2430sdp.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ #include <linux/err.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/gpio.h> #include <mach/hardware.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <mach/gpio.h> #include <plat/board.h> #include <plat/common.h> #include <plat/gpmc.h> Loading
arch/arm/mach-omap2/board-3430sdp.c +3 −3 Original line number Diff line number Diff line Loading @@ -622,19 +622,19 @@ static struct omap_device_pad serial3_pads[] __initdata = { OMAP_MUX_MODE0), }; static struct omap_board_data serial1_data = { static struct omap_board_data serial1_data __initdata = { .id = 0, .pads = serial1_pads, .pads_cnt = ARRAY_SIZE(serial1_pads), }; static struct omap_board_data serial2_data = { static struct omap_board_data serial2_data __initdata = { .id = 1, .pads = serial2_pads, .pads_cnt = ARRAY_SIZE(serial2_pads), }; static struct omap_board_data serial3_data = { static struct omap_board_data serial3_data __initdata = { .id = 2, .pads = serial3_pads, .pads_cnt = ARRAY_SIZE(serial3_pads), Loading