Files
u-boot/drivers
Sean Anderson fec7bf0460 spi: dw: Add mem_ops
The designware ssi device has "broken" chip select behaviour [1], and needs
specific manipulation to use the built-in chip select. The existing fix is
to use an external GPIO for chip select, but typically the K210 has SPI3
directly connected to a flash chip with dedicated pins. This makes it
impossible to use the spi_xfer function to use spi, since the CS is
de-asserted in between calls.  This patch adds an implementation of
exec_op, which gives correct behaviour when reading/writing spi flash.

This patch also rearranges the headers to conform to U-Boot style.

[1] https://lkml.org/lkml/2015/12/23/132

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
2020-12-18 16:16:37 +05:30
..
2020-08-03 22:19:54 -04:00
2020-11-30 13:14:43 -07:00
2020-07-27 14:16:29 +05:30
2020-05-18 21:19:18 -04:00
2020-10-22 09:54:54 -04:00
2020-11-06 09:51:29 +08:00
2020-12-18 16:16:37 +05:30
2020-10-16 09:44:27 -04:00
2020-11-20 10:42:54 +01:00
2020-08-03 22:19:54 -04:00
2020-08-24 14:11:31 -04:00
2020-11-06 10:18:20 +08:00
2020-11-06 10:18:20 +08:00