All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: arm: remove no use macro
@ 2019-03-28  1:17 Kever Yang
  2019-03-28  7:04 ` Philipp Tomsich
  0 siblings, 1 reply; 2+ messages in thread
From: Kever Yang @ 2019-03-28  1:17 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/include/asm/arch-rockchip/hardware.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/include/asm/arch-rockchip/hardware.h b/arch/arm/include/asm/arch-rockchip/hardware.h
index cd94bdd1ba..62e8bed8f3 100644
--- a/arch/arm/include/asm/arch-rockchip/hardware.h
+++ b/arch/arm/include/asm/arch-rockchip/hardware.h
@@ -10,8 +10,6 @@
 #define RK_SETBITS(set)			RK_CLRSETBITS(0, set)
 #define RK_CLRBITS(clr)			RK_CLRSETBITS(clr, 0)
 
-#define TIMER7_BASE		0xff810020
-
 #define rk_clrsetreg(addr, clr, set)	\
 				writel(((clr) | (set)) << 16 | (set), addr)
 #define rk_clrreg(addr, clr)		writel((clr) << 16, addr)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] rockchip: arm: remove no use macro
  2019-03-28  1:17 [U-Boot] [PATCH] rockchip: arm: remove no use macro Kever Yang
@ 2019-03-28  7:04 ` Philipp Tomsich
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Tomsich @ 2019-03-28  7:04 UTC (permalink / raw)
  To: u-boot

Kever,

> On 28.03.2019, at 02:17, Kever Yang <kever.yang@rock-chips.com> wrote:

You are missing a commit message on this one.  Please revise and resubmit, thanks.
These cleanups are much appreciated, though.

> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> arch/arm/include/asm/arch-rockchip/hardware.h | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-rockchip/hardware.h b/arch/arm/include/asm/arch-rockchip/hardware.h
> index cd94bdd1ba..62e8bed8f3 100644
> --- a/arch/arm/include/asm/arch-rockchip/hardware.h
> +++ b/arch/arm/include/asm/arch-rockchip/hardware.h
> @@ -10,8 +10,6 @@
> #define RK_SETBITS(set)			RK_CLRSETBITS(0, set)
> #define RK_CLRBITS(clr)			RK_CLRSETBITS(clr, 0)
> 
> -#define TIMER7_BASE		0xff810020
> -
> #define rk_clrsetreg(addr, clr, set)	\
> 				writel(((clr) | (set)) << 16 | (set), addr)
> #define rk_clrreg(addr, clr)		writel((clr) << 16, addr)
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-28  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28  1:17 [U-Boot] [PATCH] rockchip: arm: remove no use macro Kever Yang
2019-03-28  7:04 ` Philipp Tomsich

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.