All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr
@ 2017-07-14 16:09 Philipp Tomsich
  2017-07-26 11:11 ` [U-Boot] " Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philipp Tomsich @ 2017-07-14 16:09 UTC (permalink / raw)
  To: u-boot

This changes the rockchip-efuse driver to use dev_read_addr instead of
devfdt_get_addr.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 drivers/misc/rockchip-efuse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c
index 423d24c..2e3bc91 100644
--- a/drivers/misc/rockchip-efuse.c
+++ b/drivers/misc/rockchip-efuse.c
@@ -142,7 +142,7 @@ static int rockchip_efuse_ofdata_to_platdata(struct udevice *dev)
 {
 	struct rockchip_efuse_platdata *plat = dev_get_platdata(dev);
 
-	plat->base = (void *)devfdt_get_addr(dev);
+	plat->base = (void *)dev_read_addr(dev);
 	return 0;
 }
 
-- 
2.1.4

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

* [U-Boot] rockchip: efuse: dm: change to use dev_read_addr
  2017-07-14 16:09 [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr Philipp Tomsich
@ 2017-07-26 11:11 ` Philipp Tomsich
  2017-07-27  8:31 ` Philipp Tomsich
  2017-07-28  3:37 ` [U-Boot] [PATCH] " Simon Glass
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2017-07-26 11:11 UTC (permalink / raw)
  To: u-boot

> This changes the rockchip-efuse driver to use dev_read_addr instead of
> devfdt_get_addr.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  drivers/misc/rockchip-efuse.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] rockchip: efuse: dm: change to use dev_read_addr
  2017-07-14 16:09 [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr Philipp Tomsich
  2017-07-26 11:11 ` [U-Boot] " Philipp Tomsich
@ 2017-07-27  8:31 ` Philipp Tomsich
  2017-07-28  3:37 ` [U-Boot] [PATCH] " Simon Glass
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2017-07-27  8:31 UTC (permalink / raw)
  To: u-boot

> This changes the rockchip-efuse driver to use dev_read_addr instead of
> devfdt_get_addr.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  drivers/misc/rockchip-efuse.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

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

* [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr
  2017-07-14 16:09 [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr Philipp Tomsich
  2017-07-26 11:11 ` [U-Boot] " Philipp Tomsich
  2017-07-27  8:31 ` Philipp Tomsich
@ 2017-07-28  3:37 ` Simon Glass
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-07-28  3:37 UTC (permalink / raw)
  To: u-boot

On 14 July 2017 at 10:09, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> This changes the rockchip-efuse driver to use dev_read_addr instead of
> devfdt_get_addr.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>
>  drivers/misc/rockchip-efuse.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

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

end of thread, other threads:[~2017-07-28  3:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14 16:09 [U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr Philipp Tomsich
2017-07-26 11:11 ` [U-Boot] " Philipp Tomsich
2017-07-27  8:31 ` Philipp Tomsich
2017-07-28  3:37 ` [U-Boot] [PATCH] " Simon Glass

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.