commit | 410f4cf79f64b1831e207b89f3c7ab08e36aa646 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Aug 26 18:14:54 2020 +0300 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 26 20:15:34 2020 +0100 |
tree | 5406032b7079cd6fc1b6185fcea66dbfcb14e4a5 | |
parent | e7aaf8748897d88fd1d17bfa461df84cf233d5a9 [diff] |
spi: pxa2xx: Switch to use BIT() and GENMASK() in pxa2xx_ssp.h Switch pxa2xx_ssp.h header to use BIT() and GENMASK(). It's better to read and understand. While here, correct ordering of some definitions. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200826151455.55970-2-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>