opnsense-src/sys/dev/flash
Ian Lepore d4249d08d9 Bugfix: use a dummy buffer for the inactive side of a transfer.
This is especially important for writes.  SPI is inherently a bidirectional
bus; you receive data (even if it's garbage) while writing.  We should not
receive that data into the same buffer we're writing to the device.

When reading it doesn't matter what we send to the device, but using the
dummy buffer for that as well is pleasingly symmetrical.
2019-03-02 20:58:51 +00:00
..
at45d.c Bugfix: use a dummy buffer for the inactive side of a transfer. 2019-03-02 20:58:51 +00:00
cqspi.c Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
cqspi.h Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
mx25l.c Add a module dependency on fdt_slicer. 2019-02-26 22:52:08 +00:00
mx25lreg.h Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
n25q.c Remove All Rights Reserved 2019-02-05 21:37:34 +00:00
qspi_if.m Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00