-
- Downloads
Merge tags 'dt-for-linus', 'gpio-for-linus' and 'spi-for-linus' of...
Merge tags 'dt-for-linus', 'gpio-for-linus' and 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 Pull devicetree, gpio and spi bugfixes from Grant Likely: "Device tree v3.8 bug fix: - Fixes an undefined struct device build error and a missing symbol export. GPIO device driver bug fixes: - gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG - gpio/ich: Add missing spinlock init SPI device driver bug fixes: - Most of this is bug fixes to the core code and the sh-hspi and s3c64xx device drivers. - There is also a patch here to add DT support to the Atmel driver. This one should have been in the first round, but I missed it. It's a low risk change contained within a single driver and the Atmel maintainer has requested it." * tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6: of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESS of: Fix export of of_find_matching_node_and_match() * tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6: gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG gpio/ich: Add missing spinlock init * tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6: spi/sh-hspi: fix return value check in hspi_probe(). spi: fix tegra SPI binding examples spi/atmel: add DT support of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes. spi: Change FIFO flush operation and spi channel off spi: Keep chipselect assertion during one message
Showing
- Documentation/devicetree/bindings/spi/nvidia,tegra20-sflash.txt 1 addition, 1 deletion...ntation/devicetree/bindings/spi/nvidia,tegra20-sflash.txt
- Documentation/devicetree/bindings/spi/nvidia,tegra20-slink.txt 1 addition, 1 deletion...entation/devicetree/bindings/spi/nvidia,tegra20-slink.txt
- Documentation/devicetree/bindings/spi/spi_atmel.txt 26 additions, 0 deletionsDocumentation/devicetree/bindings/spi/spi_atmel.txt
- drivers/gpio/Kconfig 1 addition, 0 deletionsdrivers/gpio/Kconfig
- drivers/gpio/gpio-ich.c 1 addition, 0 deletionsdrivers/gpio/gpio-ich.c
- drivers/gpio/gpio-mvebu.c 0 additions, 17 deletionsdrivers/gpio/gpio-mvebu.c
- drivers/of/base.c 1 addition, 1 deletiondrivers/of/base.c
- drivers/spi/spi-atmel.c 16 additions, 1 deletiondrivers/spi/spi-atmel.c
- drivers/spi/spi-s3c64xx.c 4 additions, 6 deletionsdrivers/spi/spi-s3c64xx.c
- drivers/spi/spi-sh-hspi.c 1 addition, 1 deletiondrivers/spi/spi-sh-hspi.c
- drivers/spi/spi.c 4 additions, 1 deletiondrivers/spi/spi.c
- include/linux/of_platform.h 1 addition, 0 deletionsinclude/linux/of_platform.h
Please register or sign in to comment