[PATCH V2 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2017-01-11 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung Reviewed-by: Pankaj Dubey Acked-by: Krzysztof Kozlowski --- Changelog on V2: - None drivers/pci/host/pci-exynos.c | 24 1 file

[PATCH V2 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2017-01-11 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung Reviewed-by: Pankaj Dubey Acked-by: Krzysztof Kozlowski --- Changelog on V2: - None drivers/pci/host/pci-exynos.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git

Re: [PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-24 Thread Krzysztof Kozlowski
On Mon, Dec 19, 2016 at 05:17:39PM +0900, Jaehoon Chung wrote: > Just use the bitops api to operate the bit. > > Signed-off-by: Jaehoon Chung > --- > drivers/pci/host/pci-exynos.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-)

Re: [PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-24 Thread Krzysztof Kozlowski
On Mon, Dec 19, 2016 at 05:17:39PM +0900, Jaehoon Chung wrote: > Just use the bitops api to operate the bit. > > Signed-off-by: Jaehoon Chung > --- > drivers/pci/host/pci-exynos.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) Acked-by: Krzysztof Kozlowski

Re: [3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-20 Thread pankaj.dubey
Hi Jaehoon, On Monday 19 December 2016 01:47 PM, Jaehoon Chung wrote: > Just use the bitops api to operate the bit. > > Signed-off-by: Jaehoon Chung > --- > drivers/pci/host/pci-exynos.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-)

Re: [3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-20 Thread pankaj.dubey
Hi Jaehoon, On Monday 19 December 2016 01:47 PM, Jaehoon Chung wrote: > Just use the bitops api to operate the bit. > > Signed-off-by: Jaehoon Chung > --- > drivers/pci/host/pci-exynos.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) > Reviewed-by: Pankaj

[PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-19 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index

[PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-19 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index d64e8f1..d705bfe 100644

[PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-19 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index

[PATCH 3/4] PCI: exynos: Use the bitops API to operate the bit shifting

2016-12-19 Thread Jaehoon Chung
Just use the bitops api to operate the bit. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index d64e8f1..d705bfe 100644