All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name
@ 2017-08-25 11:25 Philipp Tomsich
  2017-08-31 12:51 ` Simon Glass
  2017-09-05  9:26 ` [U-Boot] " Philipp Tomsich
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-08-25 11:25 UTC (permalink / raw)
  To: u-boot

When I originally added this driver, I did some careless (and in
retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
skeletion... unfortunately, the 'arc_timer' string was committed
and slipped through all reviews.

This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
(as originally intended).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: Artturi Alm <artturi.alm@gmail.com>
---

 drivers/timer/rockchip_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/timer/rockchip_timer.c b/drivers/timer/rockchip_timer.c
index 0848033..eb44965 100644
--- a/drivers/timer/rockchip_timer.c
+++ b/drivers/timer/rockchip_timer.c
@@ -92,7 +92,7 @@ static const struct udevice_id rockchip_timer_ids[] = {
 	{}
 };
 
-U_BOOT_DRIVER(arc_timer) = {
+U_BOOT_DRIVER(rockchip_rk3368_timer) = {
 	.name	= "rockchip_rk3368_timer",
 	.id	= UCLASS_TIMER,
 	.of_match = rockchip_timer_ids,
-- 
2.1.4

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

* [U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name
  2017-08-25 11:25 [U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name Philipp Tomsich
@ 2017-08-31 12:51 ` Simon Glass
  2017-09-05  9:26 ` [U-Boot] " Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2017-08-31 12:51 UTC (permalink / raw)
  To: u-boot

On 25 August 2017 at 19:25, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
>
> When I originally added this driver, I did some careless (and in
> retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
> skeletion... unfortunately, the 'arc_timer' string was committed
> and slipped through all reviews.
>
> This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
> (as originally intended).
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reported-by: Artturi Alm <artturi.alm@gmail.com>
> ---
>
>  drivers/timer/rockchip_timer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] rockchip: timer: fix U_BOOT_DRIVER name
  2017-08-25 11:25 [U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name Philipp Tomsich
  2017-08-31 12:51 ` Simon Glass
@ 2017-09-05  9:26 ` Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-09-05  9:26 UTC (permalink / raw)
  To: u-boot

> When I originally added this driver, I did some careless (and in
> retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
> skeletion... unfortunately, the 'arc_timer' string was committed
> and slipped through all reviews.
> 
> This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
> (as originally intended).
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reported-by: Artturi Alm <artturi.alm@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  drivers/timer/rockchip_timer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

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

end of thread, other threads:[~2017-09-05  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25 11:25 [U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name Philipp Tomsich
2017-08-31 12:51 ` Simon Glass
2017-09-05  9:26 ` [U-Boot] " 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.