Re: [PATCH v4] spi: orion: cosmetics - alias long direct_access variables

2018-08-28 Thread Mark Brown
On Fri, Aug 24, 2018 at 11:55:18PM +0300, Kosta Zertsekel wrote: > Guys, > > Any additional comments? > Or the patch is ready to be merged? > > Thanks, > --- Kosta Z. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend confe

Re: [PATCH v4] spi: orion: cosmetics - alias long direct_access variables

2018-08-24 Thread Jan Kundrát
On středa 15. srpna 2018 21:04:49 CEST, Kosta Zertsekel wrote: This change increases the source code readability. Instead of using `spi->child[cs].direct_access.XXX` use `dir_acc->XXX`. Instead of using `orion_spi->child[cs].direct_access.vaddr` use `vaddr`. Signed-off-by: Kosta Zertsekel Revie

Re: [PATCH v4] spi: orion: cosmetics - alias long direct_access variables

2018-08-24 Thread Andrew Lunn
On Fri, Aug 24, 2018 at 11:55:18PM +0300, Kosta Zertsekel wrote: > Guys, > > Any additional comments? > Or the patch is ready to be merged? Hi Kosta Since the merge window is open at the moment, many maintainers don't look at patches. They expect you to resubmit, based on -rc1, when the merge wi

Re: [PATCH v4] spi: orion: cosmetics - alias long direct_access variables

2018-08-24 Thread Kosta Zertsekel
Guys, Any additional comments? Or the patch is ready to be merged? Thanks, --- Kosta Z.

[PATCH v4] spi: orion: cosmetics - alias long direct_access variables

2018-08-15 Thread Kosta Zertsekel
This change increases the source code readability. Instead of using `spi->child[cs].direct_access.XXX` use `dir_acc->XXX`. Instead of using `orion_spi->child[cs].direct_access.vaddr` use `vaddr`. Signed-off-by: Kosta Zertsekel Reviewed-by: Andrew Lunn Reviewed-by: Stefan Roese --- drivers/spi/