Re: [U-Boot] [PATCH] ihs_mdio: Use new regmap interface

2019-03-29 Thread Mario Six
On Thu, Jan 31, 2019 at 11:04 AM Simon Glass wrote: > > On Mon, 28 Jan 2019 at 01:49, Mario Six wrote: > > > > For the DM case, use the proper parameter for the regmap_init_mem call > > (which is the ofnode, not the udevice). > > > > Signed-off-by: Mario Six > > --- > >

Re: [U-Boot] [PATCH] ihs_mdio: Use new regmap interface

2019-01-31 Thread Simon Glass
On Mon, 28 Jan 2019 at 01:49, Mario Six wrote: > > For the DM case, use the proper parameter for the regmap_init_mem call > (which is the ofnode, not the udevice). > > Signed-off-by: Mario Six > --- > board/gdsys/common/ihs_mdio.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)

[U-Boot] [PATCH] ihs_mdio: Use new regmap interface

2019-01-28 Thread Mario Six
For the DM case, use the proper parameter for the regmap_init_mem call (which is the ofnode, not the udevice). Signed-off-by: Mario Six --- board/gdsys/common/ihs_mdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/gdsys/common/ihs_mdio.c