commit | 3a5ae1250cbed5a1ad85536b11f157e57128816e | [log] [tgz] |
---|---|---|
author | Phil Edworthy <PHIL.EDWORTHY@renesas.com> | Tue Nov 29 12:58:30 2016 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Dec 15 16:57:27 2016 +0100 |
tree | 8ad6b63c41af142061e8970ed3f6b66ddd745781 | |
parent | dd18c6feab28748f0a1959492383660eed98d445 [diff] |
spi: cadence_qspi: Clean up the #define names A lot of the #defines are for single bits in a register, where the name has _MASK on the end. Since this can be used for both a mask and the value, remove _MASK from them. Whilst doing so, also remove the unnecessary brackets around the constants. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-by: Jagan Teki <jagan@openedev.com>