commit | 8cb1d58e08b1f38882d447b024e9b2d8806eecee | [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 | b1c07ff97a2ba41e483f26ec118e39accc2dfb0c [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>