diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 19:38:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 19:38:41 -0400 |
commit | 61f3d0a9883d965b498edeb673235bddc92770fd (patch) | |
tree | fa1e394cd1d5332f4a205d12f0db88320bc83813 /MAINTAINERS | |
parent | 8ded8d4e4facab78acf616bc34085ddd15c2c21c (diff) | |
parent | cd8d984f0def2a8c5733a9468634ec3e0feec03d (diff) |
Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi updates from Mark Brown:
"A fairly quiet release for SPI, mainly driver work. A few highlights:
- Supports bits per word compatibility checking in the core.
- Allow use of the IP used in Freescale SPI controllers outside
Freescale SoCs.
- DMA support for the Atmel SPI driver.
- New drivers for the BCM2835 and Tegra114"
* tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (68 commits)
spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list items
spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_init()
ARM: dts: add pinctrl property for spi node for atmel SoC
ARM: dts: add spi nodes for the atmel boards
ARM: dts: add spi nodes for atmel SoC
ARM: at91: add clocks for spi dt entries
spi/spi-atmel: add dmaengine support
spi/spi-atmel: add flag to controller data for lock operations
spi/spi-atmel: add physical base address
spi/sirf: fix MODULE_DEVICE_TABLE
MAINTAINERS: Add git repository and update my address
spi/s3c64xx: Check for errors in dmaengine prepare_transfer()
spi/s3c64xx: Fix non-dmaengine usage
spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()
spi/s3c64xx: let device core setup the default pin configuration
MAINTAINERS: Update Grant's email address and maintainership
spi: omap2-mcspi: Fix transfers if DMADEVICES is not set
spi: s3c64xx: move to generic dmaengine API
spi-gpio: init CS before spi_bitbang_setup()
spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f7a7f5f7386..0d0108fea26f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3515,7 +3515,7 @@ F: drivers/isdn/gigaset/ | |||
3515 | F: include/uapi/linux/gigaset_dev.h | 3515 | F: include/uapi/linux/gigaset_dev.h |
3516 | 3516 | ||
3517 | GPIO SUBSYSTEM | 3517 | GPIO SUBSYSTEM |
3518 | M: Grant Likely <grant.likely@secretlab.ca> | 3518 | M: Grant Likely <grant.likely@linaro.org> |
3519 | M: Linus Walleij <linus.walleij@linaro.org> | 3519 | M: Linus Walleij <linus.walleij@linaro.org> |
3520 | S: Maintained | 3520 | S: Maintained |
3521 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3521 | T: git git://git.secretlab.ca/git/linux-2.6.git |
@@ -4348,7 +4348,7 @@ F: drivers/irqchip/ | |||
4348 | 4348 | ||
4349 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | 4349 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
4350 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4350 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4351 | M: Grant Likely <grant.likely@secretlab.ca> | 4351 | M: Grant Likely <grant.likely@linaro.org> |
4352 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next | 4352 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next |
4353 | S: Maintained | 4353 | S: Maintained |
4354 | F: Documentation/IRQ-domain.txt | 4354 | F: Documentation/IRQ-domain.txt |
@@ -4835,11 +4835,8 @@ F: arch/powerpc/platforms/40x/ | |||
4835 | F: arch/powerpc/platforms/44x/ | 4835 | F: arch/powerpc/platforms/44x/ |
4836 | 4836 | ||
4837 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 4837 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
4838 | M: Grant Likely <grant.likely@secretlab.ca> | ||
4839 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | ||
4840 | L: linuxppc-dev@lists.ozlabs.org | 4838 | L: linuxppc-dev@lists.ozlabs.org |
4841 | T: git git://git.secretlab.ca/git/linux-2.6.git | 4839 | S: Unmaintained |
4842 | S: Maintained | ||
4843 | F: arch/powerpc/*/*virtex* | 4840 | F: arch/powerpc/*/*virtex* |
4844 | F: arch/powerpc/*/*/*virtex* | 4841 | F: arch/powerpc/*/*/*virtex* |
4845 | 4842 | ||
@@ -5857,7 +5854,7 @@ F: Documentation/i2c/busses/i2c-ocores | |||
5857 | F: drivers/i2c/busses/i2c-ocores.c | 5854 | F: drivers/i2c/busses/i2c-ocores.c |
5858 | 5855 | ||
5859 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | 5856 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
5860 | M: Grant Likely <grant.likely@secretlab.ca> | 5857 | M: Grant Likely <grant.likely@linaro.org> |
5861 | M: Rob Herring <rob.herring@calxeda.com> | 5858 | M: Rob Herring <rob.herring@calxeda.com> |
5862 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) | 5859 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) |
5863 | W: http://fdt.secretlab.ca | 5860 | W: http://fdt.secretlab.ca |
@@ -7481,11 +7478,11 @@ S: Maintained | |||
7481 | F: drivers/clk/spear/ | 7478 | F: drivers/clk/spear/ |
7482 | 7479 | ||
7483 | SPI SUBSYSTEM | 7480 | SPI SUBSYSTEM |
7484 | M: Grant Likely <grant.likely@secretlab.ca> | ||
7485 | M: Mark Brown <broonie@kernel.org> | 7481 | M: Mark Brown <broonie@kernel.org> |
7482 | M: Grant Likely <grant.likely@linaro.org> | ||
7486 | L: spi-devel-general@lists.sourceforge.net | 7483 | L: spi-devel-general@lists.sourceforge.net |
7484 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git | ||
7487 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | 7485 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
7488 | T: git git://git.secretlab.ca/git/linux-2.6.git | ||
7489 | S: Maintained | 7486 | S: Maintained |
7490 | F: Documentation/spi/ | 7487 | F: Documentation/spi/ |
7491 | F: drivers/spi/ | 7488 | F: drivers/spi/ |
@@ -8996,9 +8993,7 @@ S: Maintained | |||
8996 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | 8993 | F: drivers/net/ethernet/xilinx/xilinx_axienet* |
8997 | 8994 | ||
8998 | XILINX SYSTEMACE DRIVER | 8995 | XILINX SYSTEMACE DRIVER |
8999 | M: Grant Likely <grant.likely@secretlab.ca> | 8996 | S: Unmaintained |
9000 | W: http://www.secretlab.ca/ | ||
9001 | S: Maintained | ||
9002 | F: drivers/block/xsysace.c | 8997 | F: drivers/block/xsysace.c |
9003 | 8998 | ||
9004 | XILINX UARTLITE SERIAL DRIVER | 8999 | XILINX UARTLITE SERIAL DRIVER |