Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-11 Thread Sebastian Hesselbarth
On Thu, Apr 11, 2013 at 9:44 AM, Michal Bachraty wrote: > On Wednesday, April 10, 2013 19:27:25 Sebastian Hesselbarth wrote: >> Hmm, is there any driver using the clock output? Does it >> clk_prepare_enable() the clock? I tend not to mess with anything the >> bootloader or eeprom config left

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-11 Thread Michal Bachraty
Hi Sebastian, On Wednesday, April 10, 2013 19:27:25 Sebastian Hesselbarth wrote: > Hmm, is there any driver using the clock output? Does it > clk_prepare_enable() the clock? I tend not to mess with anything the > bootloader or eeprom config left disabled. It works for me, but here the > driver

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-11 Thread Michal Bachraty
Hi Sebastian, On Wednesday, April 10, 2013 19:27:25 Sebastian Hesselbarth wrote: Hmm, is there any driver using the clock output? Does it clk_prepare_enable() the clock? I tend not to mess with anything the bootloader or eeprom config left disabled. It works for me, but here the driver will

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-11 Thread Sebastian Hesselbarth
On Thu, Apr 11, 2013 at 9:44 AM, Michal Bachraty michal.bachr...@streamunlimited.com wrote: On Wednesday, April 10, 2013 19:27:25 Sebastian Hesselbarth wrote: Hmm, is there any driver using the clock output? Does it clk_prepare_enable() the clock? I tend not to mess with anything the

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-10 Thread Sebastian Hesselbarth
Hooray Google! Thanks for removing plain text sending from gmail web-frontend.. *sigh* Sorry for resending this, but HTML mails get rejected by linux mailing lists. On 04/10/2013 04:48 PM, Michal Bachraty wrote: Hi Sebastian, This driver doesn't work for me. In my case, u-boot initializes

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-10 Thread Michal Bachraty
Hi Sebastian, This driver doesn't work for me. In my case, u-boot initializes si-5351 and power down unused clocks while booting kernel. there is need for power up clocks as was in previous versions of your driver. See patch, whre the problem is fixed: @@ -992,6 +992,10 @@ static long

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-10 Thread Michal Bachraty
Hi Sebastian, This driver doesn't work for me. In my case, u-boot initializes si-5351 and power down unused clocks while booting kernel. there is need for power up clocks as was in previous versions of your driver. See patch, whre the problem is fixed: @@ -992,6 +992,10 @@ static long

Re: [PATCH v7] clk: add si5351 i2c common clock driver

2013-04-10 Thread Sebastian Hesselbarth
Hooray Google! Thanks for removing plain text sending from gmail web-frontend.. *sigh* Sorry for resending this, but HTML mails get rejected by linux mailing lists. On 04/10/2013 04:48 PM, Michal Bachraty wrote: Hi Sebastian, This driver doesn't work for me. In my case, u-boot initializes