[PATCH v4 0/2]Add Freescale DSPI driver for Vybrid VF610 platform
From: Shawn Guo <hidden>
Date: 2013-09-03 00:31:36
From: Shawn Guo <hidden>
Date: 2013-09-03 00:31:36
On Fri, Aug 30, 2013 at 11:19:47AM +0800, Chao Fu wrote:
This driver is the SPI master mode driver and has been tested on Vybrid VF610TWR board.
Applied both, thanks. Shawn
Changes in v2: - Add a document for DSPI driver under Documentation/devicetree/bindings/spi/. - Move spi-num-chipselects info dtsi nodes. Changes in v3: - Remove two dts properties(dbr,pbr) from documentation bindings, they will be calculated in code. - Update driver code in bitbang framework. - Brief some functions in driver code. Changes in v4: - Correct new dtsi node (DSPI0) in order. - Remove two unnecessary dts properties.