* [PATCH] ARM: plat-samsung: remove unused register definitions
@ 2016-02-23 9:06 ` Pankaj Dubey
0 siblings, 0 replies; 4+ messages in thread
From: Pankaj Dubey @ 2016-02-23 9:06 UTC (permalink / raw)
To: linux-samsung-soc, linux-arm-kernel
Cc: kgene.kim, k.kozlowski, thomas.ab, linux, Pankaj Dubey
This patch removes S5P_VA_TWD and S3C_UART_OFFSET as it is no more used
by any platform which including this header file.
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
arch/arm/plat-samsung/include/plat/map-s5p.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/map-s5p.h b/arch/arm/plat-samsung/include/plat/map-s5p.h
index e555769..b63aeeb 100644
--- a/arch/arm/plat-samsung/include/plat/map-s5p.h
+++ b/arch/arm/plat-samsung/include/plat/map-s5p.h
@@ -22,7 +22,6 @@
#define S5P_VA_COREPERI_BASE S3C_ADDR(0x02800000)
#define S5P_VA_COREPERI(x) (S5P_VA_COREPERI_BASE + (x))
#define S5P_VA_SCU S5P_VA_COREPERI(0x0)
-#define S5P_VA_TWD S5P_VA_COREPERI(0x600)
#define VA_VIC(x) (S3C_VA_IRQ + ((x) * 0x10000))
#define VA_VIC0 VA_VIC(0)
@@ -30,10 +29,6 @@
#define VA_VIC2 VA_VIC(2)
#define VA_VIC3 VA_VIC(3)
-#ifndef S3C_UART_OFFSET
-#define S3C_UART_OFFSET (0x400)
-#endif
-
#include <plat/map-s3c.h>
#endif /* __ASM_PLAT_MAP_S5P_H */
--
2.4.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: plat-samsung: remove unused register definitions
@ 2016-02-23 9:06 ` Pankaj Dubey
0 siblings, 0 replies; 4+ messages in thread
From: Pankaj Dubey @ 2016-02-23 9:06 UTC (permalink / raw)
To: linux-arm-kernel
This patch removes S5P_VA_TWD and S3C_UART_OFFSET as it is no more used
by any platform which including this header file.
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
arch/arm/plat-samsung/include/plat/map-s5p.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/map-s5p.h b/arch/arm/plat-samsung/include/plat/map-s5p.h
index e555769..b63aeeb 100644
--- a/arch/arm/plat-samsung/include/plat/map-s5p.h
+++ b/arch/arm/plat-samsung/include/plat/map-s5p.h
@@ -22,7 +22,6 @@
#define S5P_VA_COREPERI_BASE S3C_ADDR(0x02800000)
#define S5P_VA_COREPERI(x) (S5P_VA_COREPERI_BASE + (x))
#define S5P_VA_SCU S5P_VA_COREPERI(0x0)
-#define S5P_VA_TWD S5P_VA_COREPERI(0x600)
#define VA_VIC(x) (S3C_VA_IRQ + ((x) * 0x10000))
#define VA_VIC0 VA_VIC(0)
@@ -30,10 +29,6 @@
#define VA_VIC2 VA_VIC(2)
#define VA_VIC3 VA_VIC(3)
-#ifndef S3C_UART_OFFSET
-#define S3C_UART_OFFSET (0x400)
-#endif
-
#include <plat/map-s3c.h>
#endif /* __ASM_PLAT_MAP_S5P_H */
--
2.4.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: plat-samsung: remove unused register definitions
2016-02-23 9:06 ` Pankaj Dubey
@ 2016-02-24 0:53 ` Krzysztof Kozlowski
-1 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-24 0:53 UTC (permalink / raw)
To: Pankaj Dubey, linux-samsung-soc, linux-arm-kernel
Cc: kgene.kim, thomas.ab, linux
On 23.02.2016 18:06, Pankaj Dubey wrote:
> This patch removes S5P_VA_TWD and S3C_UART_OFFSET as it is no more used
> by any platform which including this header file.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
> arch/arm/plat-samsung/include/plat/map-s5p.h | 5 -----
> 1 file changed, 5 deletions(-)
Just squash it with previous patch and remove S3C_UART_OFFSET
atomically. Everywhere or nowhere. Not a little bit here, a little bit
there.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: plat-samsung: remove unused register definitions
@ 2016-02-24 0:53 ` Krzysztof Kozlowski
0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-24 0:53 UTC (permalink / raw)
To: linux-arm-kernel
On 23.02.2016 18:06, Pankaj Dubey wrote:
> This patch removes S5P_VA_TWD and S3C_UART_OFFSET as it is no more used
> by any platform which including this header file.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
> arch/arm/plat-samsung/include/plat/map-s5p.h | 5 -----
> 1 file changed, 5 deletions(-)
Just squash it with previous patch and remove S3C_UART_OFFSET
atomically. Everywhere or nowhere. Not a little bit here, a little bit
there.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-24 0:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 9:06 [PATCH] ARM: plat-samsung: remove unused register definitions Pankaj Dubey
2016-02-23 9:06 ` Pankaj Dubey
2016-02-24 0:53 ` Krzysztof Kozlowski
2016-02-24 0:53 ` Krzysztof Kozlowski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.