I just realized I didn't add Simon's reviews to v2... Reviewed-by: Simon Glass <[email protected]>
El 04/06/2017 a las 11:02, Daniel Schwierzeck escribió: > > > Am 03.06.2017 um 12:16 schrieb Álvaro Fernández Rojas: >> This driver is a simplified version of linux/drivers/spi/spi-bcm63xx-hsspi.c >> >> Signed-off-by: Álvaro Fernández Rojas <[email protected]> > > Reviewed-by: Daniel Schwierzeck <[email protected]> > >> --- >> v2: Introduce changes suggested by Simon Glass: >> - Split bcm63xx_hsspi_xfer() into smaller functions. >> - Check possible clock errors. >> - Check possible reset errors. >> - Switch to devfdt_get_addr_size_index(). >> - Use setbits32_be() for clock gate. >> >> drivers/spi/Kconfig | 8 + >> drivers/spi/Makefile | 1 + >> drivers/spi/bcm63xx_hsspi.c | 413 >> ++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 422 insertions(+) >> create mode 100644 drivers/spi/bcm63xx_hsspi.c >> > _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

