Re: [U-Boot] [PATCH v2 1/3] ARM: meson: Add regmap support for clock driver

2018-11-21 Thread Neil Armstrong
Hi Loic, On 21/11/2018 00:50, Loic Devulder wrote: > This patch modifies the meson clock driver to use syscon/regmap like > the Linux kernel does, as it is needed if we want to share the same > DTS files. > > Signed-off-by: Loic Devulder > --- > drivers/clk/clk_meson.c | 59 > +

[U-Boot] [PATCH v2 1/3] ARM: meson: Add regmap support for clock driver

2018-11-20 Thread Loic Devulder
This patch modifies the meson clock driver to use syscon/regmap like the Linux kernel does, as it is needed if we want to share the same DTS files. Signed-off-by: Loic Devulder --- drivers/clk/clk_meson.c | 59 + 1 file changed, 30 insertions(+), 2