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 --- dr

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

2018-08-13 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 --- drivers/spi/spi-ori

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

2018-08-13 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 --- drivers/spi/spi-orion.c | 22 +++--

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

2018-08-06 Thread Kosta Zertsekel
This change increases the source code readability. Instead of using `spi->child[cs].direct_access.XXX` use `dacc->XXX`. Instead of using `orion_spi->child[cs].direct_access.vaddr` use `vaddr`. Signed-off-by: Kosta Zertsekel --- drivers/spi/spi-orion.c | 22 +++--- 1 fil

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

2018-08-06 Thread Kosta Zertsekel
This change increases the source code readability. Instead of using `spi->child[cs].direct_access.XXX` use `dacc->XXX`. Instead of using `orion_spi->child[cs].direct_access.vaddr` use `vaddr`. Signed-off-by: Kosta Zertsekel --- drivers/spi/spi-orion.c | 22 +++--- 1 fil

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

2018-08-06 Thread Kosta Zertsekel
On Mon, Aug 6, 2018 at 10:09 PM Andrew Lunn wrote: >> @@ -683,6 +683,7 @@ static int orion_spi_probe(struct platform_device *pdev) >> >> /* Scan all SPI devices of this controller for direct mapped devices */ >> for_each_available_child_of_node(pdev->dev.of_node, np) { >> +

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

2018-08-06 Thread Kosta Zertsekel
This change increases the source code readability. Instead of using `spi->child[cs].direct_access.XXX` use `dacc->XXX`. Instead of using `orion_spi->child[cs].direct_access.vaddr` use `vaddr`. Signed-off-by: Kosta Zertsekel --- drivers/spi/spi-orion.c | 22 +++--- 1 fil

Enabling CONFIG_HOTPLUG_CPU for CPU that does not have hardware support hot-plug

2013-10-22 Thread Kosta Zertsekel
Hi guys, The question -- What are the possible drawbacks of enabling CONFIG_HOTPLUG_CPU for CPU that does not have hardware support for hot-plug? The question I'd like to ask is architecture agnostic, but the described behavior is observed on MPCore Cortex-A9 CPU with Lin