Re: [U-Boot] placement for new clock drivers

2016-03-01 Thread Simon Glass
Hi Dinh, On 1 March 2016 at 15:16, Dinh Nguyen wrote: > > Hi Simon, > > On 02/29/2016 08:03 PM, Simon Glass wrote: > >> > >> I think going forward, it would make sense to place the driver to be of > >> UCLASS_CLK and would go into drivers/clk/, instead of under > >> arch/arm/mach-socfpga director

Re: [U-Boot] placement for new clock drivers

2016-03-01 Thread Dinh Nguyen
Hi Simon, On 02/29/2016 08:03 PM, Simon Glass wrote: >> >> I think going forward, it would make sense to place the driver to be of >> UCLASS_CLK and would go into drivers/clk/, instead of under >> arch/arm/mach-socfpga directory, Am I correct in assuming that? > > Yes. > Do you see any benefits

Re: [U-Boot] placement for new clock drivers

2016-02-29 Thread Simon Glass
Hi, On 29 February 2016 at 09:56, Dinh Nguyen wrote: > Hi, > > I have a few questions regarding the UCLASS_CLK driver. I need to > implement a clock driver for a new-ish platform, an ARMv7 based SoCFPGA > Arria10. > > I think going forward, it would make sense to place the driver to be of > UCLAS

[U-Boot] placement for new clock drivers

2016-02-29 Thread Dinh Nguyen
Hi, I have a few questions regarding the UCLASS_CLK driver. I need to implement a clock driver for a new-ish platform, an ARMv7 based SoCFPGA Arria10. I think going forward, it would make sense to place the driver to be of UCLASS_CLK and would go into drivers/clk/, instead of under arch/arm/mach-