- Add second dspi instance. - Enable MCP2515 CAN controller which is avaialble on Colibri evaluation board. - Respin the stalled patches of dspi fixes. Previous discussion at: http://comments.gmane.org/gmane.linux.ports.arm.kernel/359542 Bhuvanchandra DV (4): ARM: vf610: add second DSPI instance ARM: vf-colibri: add SPI support and enable MCP2515 CAN spi: spi-fsl-dspi: Remove usage of devm_kalloc spi: spi-fsl-dspi: avoid preparing the clocks two times Chao Fu (3): spi: spi-fsl-dspi: Remove spi-bitbang spi: spi-fsl-dspi: split the resuable code spi: spi-fsl-dspi: Add support for TCFQ transfer mode .../devicetree/bindings/spi/spi-fsl-dspi.txt | 2 + arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 31 ++ arch/arm/boot/dts/vf-colibri.dtsi | 15 + arch/arm/boot/dts/vf500.dtsi | 4 + arch/arm/boot/dts/vfxxx.dtsi | 11 + drivers/spi/Kconfig | 1 - drivers/spi/spi-fsl-dspi.c | 314 +++++++++++++-------- 7 files changed, 254 insertions(+), 124 deletions(-) -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html