Skip to content

Commit

Permalink
dm: spi: Convert Freescale DSPI driver to driver model
Browse files Browse the repository at this point in the history
Move the Freescale DSPI driver over to driver model.

Signed-off-by: Haikun Wang <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
HaikunWang authored and sjg20 committed Apr 18, 2015
1 parent 863b4e1 commit a891937
Show file tree
Hide file tree
Showing 3 changed files with 888 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ obj-$(CONFIG_TI_QSPI) += ti_qspi.o
obj-$(CONFIG_XILINX_SPI) += xilinx_spi.o
obj-$(CONFIG_ZYNQ_SPI) += zynq_spi.o
obj-$(CONFIG_FSL_QSPI) += fsl_qspi.o
obj-$(CONFIG_FSL_DSPI) += fsl_dspi.o
Loading

0 comments on commit a891937

Please sign in to comment.