Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework

2019-06-11 Thread Stefano Babic
On 10/06/19 23:36, Lukasz Majewski wrote: > Hi Stefano, > >>> This commit brings the files from Linux kernel to provide clocks >>> support as it is used on the Linux kernel with common clock >>> framework [CCF] setup. The directory structure has been preserved. >>> The ported code only supports re

Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework

2019-06-10 Thread Lukasz Majewski
Hi Stefano, > > This commit brings the files from Linux kernel to provide clocks > > support as it is used on the Linux kernel with common clock > > framework [CCF] setup. The directory structure has been preserved. > > The ported code only supports reading information from PLL, MUX, > > Divider,

[U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework

2019-06-10 Thread sbabic
> This commit brings the files from Linux kernel to provide clocks support > as it is used on the Linux kernel with common clock framework [CCF] setup. > The directory structure has been preserved. The ported code only supports > reading information from PLL, MUX, Divider, etc and enabling/disablin

Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: 5.0-rc3)

2019-05-17 Thread Lukasz Majewski
On Fri, 17 May 2019 07:31:38 -0500 Adam Ford wrote: > On Thu, May 16, 2019 at 9:48 PM Bin Meng wrote: > > > > Hi Lukasz, > > > > On Fri, May 17, 2019 at 6:16 AM Lukasz Majewski > > wrote: > > > > > > This commit brings the files from Linux kernel to provide clocks > > > support as it is used

Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: 5.0-rc3)

2019-05-17 Thread Adam Ford
On Thu, May 16, 2019 at 9:48 PM Bin Meng wrote: > > Hi Lukasz, > > On Fri, May 17, 2019 at 6:16 AM Lukasz Majewski wrote: > > > > This commit brings the files from Linux kernel to provide clocks support > > as it is used on the Linux kernel with common clock framework [CCF] setup. > > Two issue

Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: 5.0-rc3)

2019-05-16 Thread Bin Meng
Hi Lukasz, On Fri, May 17, 2019 at 6:16 AM Lukasz Majewski wrote: > > This commit brings the files from Linux kernel to provide clocks support > as it is used on the Linux kernel with common clock framework [CCF] setup. > > The directory structure has been preserved. The ported code only supports

[U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: 5.0-rc3)

2019-05-16 Thread Lukasz Majewski
This commit brings the files from Linux kernel to provide clocks support as it is used on the Linux kernel with common clock framework [CCF] setup. The directory structure has been preserved. The ported code only supports reading information from PLL, MUX, Divider, etc and enabling/disabling the c