All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v2 2/2] test: add dm_test_read_resource
       [not found] ` <20210521102500.12981-1-patrick.delaunay@foss.st.com>
@ 2021-06-05 16:01   ` Simon Glass
  2021-06-05 16:02   ` [PATCH v2 1/2] net: luton: remove address translation after ofnode_read_resource Simon Glass
  1 sibling, 0 replies; 2+ messages in thread
From: Simon Glass @ 2021-06-05 16:01 UTC (permalink / raw
  To: Patrick Delaunay; +Cc: Simon Glass, U-Boot STM32, u-boot

Add a test of dev_read_resource with translation or without translation

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

Changes in v2:
- Add reviewed-by
- use lower-case hex

 test/dm/test-fdt.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Applied to u-boot-dm, thanks!

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

* Re: [PATCH v2 1/2] net: luton: remove address translation after ofnode_read_resource
       [not found] ` <20210521102500.12981-1-patrick.delaunay@foss.st.com>
  2021-06-05 16:01   ` [PATCH v2 2/2] test: add dm_test_read_resource Simon Glass
@ 2021-06-05 16:02   ` Simon Glass
  1 sibling, 0 replies; 2+ messages in thread
From: Simon Glass @ 2021-06-05 16:02 UTC (permalink / raw
  To: Patrick Delaunay
  Cc: Gregory CLEMENT, Horatiu Vultur, Joe Hershberger, Lars Povlsen,
	Ramon Fried, U-Boot STM32, u-boot

Removed call of ofnode_translate_address() after ofnode_read_resource
in luton_switch.c:luton_probe(); it is unnecessary since
the commit feb7ac457c20 ("dm: core: Add address translation in
fdt_get_resource").

Fixes: feb7ac457c20 ("dm: core: Add address translation in fdt_get_resource")
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reported-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

Changes in v2:
- Add reviewed-by

 drivers/net/mscc_eswitch/luton_switch.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Applied to u-boot-dm, thanks!

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

end of thread, other threads:[~2021-06-05 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210521122438.v2.2.Id119f821cb12efab440905cad658e8cb459ebd8a@changeid>
     [not found] ` <20210521102500.12981-1-patrick.delaunay@foss.st.com>
2021-06-05 16:01   ` [PATCH v2 2/2] test: add dm_test_read_resource Simon Glass
2021-06-05 16:02   ` [PATCH v2 1/2] net: luton: remove address translation after ofnode_read_resource 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.