commit | db37cc9c3954d5e33b218e5635e7e08ff902e3f6 | [log] [tgz] |
---|---|---|
author | Phil Edworthy <PHIL.EDWORTHY@renesas.com> | Tue Nov 29 12:58:29 2016 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Dec 15 16:57:27 2016 +0100 |
tree | 04ac77c650acfd702ebfb51ebccd6c107ee5debe | |
parent | 0ceb4d9e9a64dcc662ea52150feebed37deda716 [diff] |
spi: cadence_qspi: Use #define for bits instead of bit shifts Most of the code already uses #defines for the bit value, rather than the shift required to get the value. This changes the remaining code over. Whislt at it, fix the names of the "Rd Data Capture" register defs. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-by: Jagan Teki <jagan@openedev.com>