This series improves the mxc_spi DM support. builds clean on travis, see: https://travis-ci.org/hsdenx/u-boot-test/builds/537358053
Changes in v2: - added Jagan Teki to cc - based patches on: e1a2ed7180 - Merge git://git.denx.de/u-boot-mpc83xx <Tom Rini> - fixed build error, seen on travis (Sorry for v1 I pushed the wrong branch to travis): drivers/spi/mxc_spi.c: In function 'mxc_spi_cs_activate': drivers/spi/mxc_spi.c:69:21: error: dereferencing pointer to incomplete type 'struct dm_spi_slave_platdata' Heiko Schocher (2): spi: imx: remove doubled pointer from mxc_spi_probe spi: imx: work with cs greater 0 drivers/spi/mxc_spi.c | 77 +++++++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 24 deletions(-) -- 2.21.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

