Re: [PATCH v2 02/15] clk: sunxi-ng: Add common infrastructure

2016-06-09 Thread Jean-Francois Moine
On Tue, 7 Jun 2016 22:41:41 +0200 Maxime Ripard wrote: > Start our new clock infrastructure by adding the registration code, common > structure and common code. > > Signed-off-by: Maxime Ripard > > --- > Changes from v1: > - Moved from of_iomap to of_io_request_and_map > - Change lock bit

[PATCH v2 02/15] clk: sunxi-ng: Add common infrastructure

2016-06-07 Thread Maxime Ripard
Start our new clock infrastructure by adding the registration code, common structure and common code. Signed-off-by: Maxime Ripard --- Changes from v1: - Moved from of_iomap to of_io_request_and_map - Change lock bit feature name to PLL_LOCK - Fixed bug in clocks description array iteratio