commit | f92cf0adcacf85622d9ce58647d8ce6a9b95d624 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Feb 03 16:17:26 2019 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed May 01 00:00:04 2019 +0200 |
tree | be703d78b67dc628c28d646e103007475c714c91 | |
parent | 4abf5d0c02f7b12e2cacd5d211e3ce863b0ec92c [diff] |
rockchip: spi: add debug message for delay in CS toggle In analysing delays introduced for large SPI reads, the absence of any indication when a delay was inserted (to ensure the CS toggling is observed by devices) became apparent. Add an additional debug-only debug message to record the insertion and duration of any delay (note that the debug-message will cause a delay on-top of the delay-duration). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>