Re: [U-Boot] [PATCH 0/4] Meson clock driver

2018-03-28 Thread Neil Armstrong
On 28/03/2018 12:52, Beniamino Galvani wrote: > 2018-03-28 10:59 GMT+02:00 Neil Armstrong : > >> Do you plan to re-send the driver soon ? > > Yes, I plan to submit it again in the next days. > > Beniamino > Cool ! Thanks ! Can you base it after my "ARM: meson: rename GXBB to GX" patch ? It wi

Re: [U-Boot] [PATCH 0/4] Meson clock driver

2018-03-28 Thread Beniamino Galvani
2018-03-28 10:59 GMT+02:00 Neil Armstrong : > Do you plan to re-send the driver soon ? Yes, I plan to submit it again in the next days. Beniamino ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 0/4] Meson clock driver

2018-03-28 Thread Neil Armstrong
Hi Beniamino, On 03/12/2017 10:17, Beniamino Galvani wrote: > Hi, > > this is a basic clock driver for u-boot that supports > enabling/disabling clock gates and getting their frequency. With this, > some hardcoded initializations can be removed from the board code, and > drivers can use the infor

[U-Boot] [PATCH 0/4] Meson clock driver

2017-12-03 Thread Beniamino Galvani
Hi, this is a basic clock driver for u-boot that supports enabling/disabling clock gates and getting their frequency. With this, some hardcoded initializations can be removed from the board code, and drivers can use the information from device tree to initialize clocks. Beniamino Galvani (4): A