Re: [PATCH 1/4] IPQ40xx: clk: use dev_read_addr()

2020-12-02 Thread Tom Rini
On Wed, Oct 28, 2020 at 01:56:23PM +0100, Robert Marko wrote: > Lets convert the driver to use dev_read_addr() instead of the > devfdt_get_addr(). > > While we are here, lets also alphabetise the includes. > > Signed-off-by: Robert Marko > Cc: Luka Perkov Applied to u-boot/next, thanks! --

Re: [PATCH 1/4] IPQ40xx: clk: use dev_read_addr()

2020-11-19 Thread Robert Marko
On Wed, Oct 28, 2020 at 1:56 PM Robert Marko wrote: > > Lets convert the driver to use dev_read_addr() instead of the > devfdt_get_addr(). > > While we are here, lets also alphabetise the includes. > > Signed-off-by: Robert Marko > Cc: Luka Perkov > --- > arch/arm/mach-ipq40xx/clock-ipq4019.c

[PATCH 1/4] IPQ40xx: clk: use dev_read_addr()

2020-10-28 Thread Robert Marko
Lets convert the driver to use dev_read_addr() instead of the devfdt_get_addr(). While we are here, lets also alphabetise the includes. Signed-off-by: Robert Marko Cc: Luka Perkov --- arch/arm/mach-ipq40xx/clock-ipq4019.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git