Re: [PATCH v2 02/12] clk: stm32mp1: Introduce STM32MP1 clock driver

2018-03-09 Thread Rob Herring
On Thu, Mar 08, 2018 at 05:53:55PM +0100, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > This patch introduces the mechanism to probe stm32mp1 driver. > It also defines registers definition. > This patch also introduces the generic mechanism to register > a clock (a simple gate, di

[PATCH v2 02/12] clk: stm32mp1: Introduce STM32MP1 clock driver

2018-03-08 Thread gabriel.fernandez
From: Gabriel Fernandez This patch introduces the mechanism to probe stm32mp1 driver. It also defines registers definition. This patch also introduces the generic mechanism to register a clock (a simple gate, divider and fixed factor). All clocks will be defined in one table. Signed-off-by: Gab