Re: [PATCH V2 1/4] PCI: exynos: replace to one register accessor from each accessors

2017-01-12 Thread Bjorn Helgaas
On Thu, Jan 12, 2017 at 11:17:16AM +0900, Jaehoon Chung wrote: > There is no reason to maintain *_blk/phy/elbi_* as register accessors. > It can be replaced to one register accessor. > > Signed-off-by: Jaehoon Chung > Reviewed-by: Pankaj Dubey >

Re: [PATCH V2 1/4] PCI: exynos: replace to one register accessor from each accessors

2017-01-12 Thread Bjorn Helgaas
On Thu, Jan 12, 2017 at 11:17:16AM +0900, Jaehoon Chung wrote: > There is no reason to maintain *_blk/phy/elbi_* as register accessors. > It can be replaced to one register accessor. > > Signed-off-by: Jaehoon Chung > Reviewed-by: Pankaj Dubey > Acked-by: Krzysztof Kozlowski > --- > Changelog

[PATCH V2 1/4] PCI: exynos: replace to one register accessor from each accessors

2017-01-11 Thread Jaehoon Chung
There is no reason to maintain *_blk/phy/elbi_* as register accessors. It can be replaced to one register accessor. Signed-off-by: Jaehoon Chung Reviewed-by: Pankaj Dubey Acked-by: Krzysztof Kozlowski --- Changelog on V2; -

[PATCH V2 1/4] PCI: exynos: replace to one register accessor from each accessors

2017-01-11 Thread Jaehoon Chung
There is no reason to maintain *_blk/phy/elbi_* as register accessors. It can be replaced to one register accessor. Signed-off-by: Jaehoon Chung Reviewed-by: Pankaj Dubey Acked-by: Krzysztof Kozlowski --- Changelog on V2; - Changes the all pointer names as "ep" instead of "exynos_pcie"