Re: [PATCH 03/14] ARM: sunxi: sun5i: Enforce max frequency on PLL6

2014-07-17 Thread Emilio López
Hi Maxime, El 17/07/14 06:08, Maxime Ripard escribió: PLL6 out of reset is running at 2.4GHz, which is outside of its operating boundaries. Enforce its maximum frequency as set in the datasheet to make sure we stays within these bounds. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun

Re: [PATCH 02/14] clk: sunxi: factors: Implement clock min and max frequencies

2014-07-17 Thread Emilio López
Hi Maxime, El 17/07/14 06:08, Maxime Ripard escribió: In the A13, the out of reset frequency for the PLL6 is too high to be actually working. Hence, we need to be able to lower down its frequency whenever we need to use the clock to some acceptable frequency. This patch adds two new properties

Re: [PATCH v10 01/15] clk: sunxi: factors: automatic reparenting support

2014-05-06 Thread Emilio López
Hi, El 06/05/14 15:51, Maxime Ripard escribió: Hi Emilio, On Fri, May 02, 2014 at 05:57:15PM +0200, Hans de Goede wrote: From: Emilio López This commit implements .determine_rate, so that our factor clocks can be reparented when needed. Signed-off-by: Emilio López Signed-off-by: Hans de

Re: [PATCH v8 00/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-04-22 Thread Emilio López
Hi Hans, El 22/04/14 08:01, Hans de Goede escribió: Hi All, Here is v8 of the sunxi-mmc patch-set David Lanzendörfer and I have been working on. The first 2 patches are depenencies which should go in through the clk tree, Mike can you pick these 2 up please ? : "clk: sunxi: factors: automati

Re: [PATCHv6 2/5] clk: socfpga: Add a clock type for the SD/MMC driver

2013-12-16 Thread Emilio López
Hi Mike et al, El 15/12/13 01:51, Mike Turquette escribió: clk_set_phase has been proposed before and now may be the time to add it. There are two things that need to be addressed: 1) what are the values for the phase? This needs to work for others that must set clk phase, so we need to conside