This patchset was broken out of the "Deterministic SPI latency on NXP LS1021A-TSN board" series. It contains a few driver cleanups (mostly cosmetic). Vladimir Oltean (14): spi: spi-fsl-dspi: Fix code alignment spi: spi-fsl-dspi: Remove unused defines and includes spi: spi-fsl-dspi: Use BIT() and GENMASK() macros spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma() spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller spi: spi-fsl-dspi: Use reverse Christmas tree declaration order spi: spi-fsl-dspi: Fix typos spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_message spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt spi: spi-fsl-dspi: Remove impossible to reach error check drivers/spi/spi-fsl-dspi.c | 657 ++++++++++++++++++------------------- 1 file changed, 314 insertions(+), 343 deletions(-) -- 2.17.1