Message ID | 20191115162901.17456-1-manivannan.sadhasivam@linaro.org |
---|---|
Headers | show |
Series | Add Bitmain BM1880 clock driver | expand |
Quoting Manivannan Sadhasivam (2019-11-15 08:28:55) > The clk_init_data struct needs to be initialized to zero for the new > parent_map implementation to work correctly. Otherwise, the member which > is available first will get processed. > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- Applied to clk-next
Quoting Manivannan Sadhasivam (2019-11-15 08:29:00) > Add common clock driver for Bitmain BM1880 SoC. The clock controller on > BM1880 has supplies clocks to all peripherals in the form of gate clocks > and composite clocks (fixed factor + gate). > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- Applied to clk-next