On Fri, Mar 30, 2018 at 03:50:42PM +0300, Sergey Suloev wrote: > Minor changes to fulfill the coding style and improve > the readability of the code. > > Changes in v2: > 1) Fixed issue with misplacing a piece of code that requires access > to the transfer structure into sun6i_spi_prepare_message() function > where the transfer structure is not available. Place inter-version changelogs after the --- as covered in SubmittingPatches. > > Signed-off-by: Sergey Suloev > > --- > drivers/spi/spi-sun6i.c | 97 +++++++++++++++++++++++++++++-------------------- This is a *very* large change doing a whole bunch of different things, including some fairly substantial changes like moving things into different functions but the changelog doesn't provide any details at all on what the changes are supposed to be. This makes it difficult to review, it should be split into separate patches each doing one clerly described thing (I'm guessing this might be part of why the AllWinner maintainers haven't reviewed the series).