Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-27 Thread Heiko Stübner
Am Mittwoch, 26. November 2014, 19:47:10 schrieb Sonny Rao: > On Wed, Nov 26, 2014 at 3:32 PM, Heiko Stübner wrote: > > Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: > >> This exposes the clock that comes out of the i2s block which generally > >> goes to the audio codec. > >> > >>

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-27 Thread Heiko Stübner
Am Mittwoch, 26. November 2014, 19:47:10 schrieb Sonny Rao: On Wed, Nov 26, 2014 at 3:32 PM, Heiko Stübner he...@sntech.de wrote: Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec.

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Sonny Rao
On Wed, Nov 26, 2014 at 3:32 PM, Heiko Stübner wrote: > Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: >> This exposes the clock that comes out of the i2s block which generally >> goes to the audio codec. >> >> Signed-off-by: Sonny Rao > > applied to my clk branch after removing the

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: > This exposes the clock that comes out of the i2s block which generally > goes to the audio codec. > > Signed-off-by: Sonny Rao applied to my clk branch after removing the CLK_SET_RATE_PARENT Heiko -- To unsubscribe from this list:

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Hi Doug, Am Mittwoch, 26. November 2014, 15:05:53 schrieb Doug Anderson: > I'm no longer convinced that's a good idea, so we should just axe the > CLK_SET_RATE_PARENT. > > If timing is working out well and Sonny isn't available to spin this > right now (it's Thanksgiving holidays here in the

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Doug Anderson
Heiko, On Wed, Nov 26, 2014 at 10:09 AM, Heiko Stübner wrote: > Hi Sonny, > > Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: >> This exposes the clock that comes out of the i2s block which generally >> goes to the audio codec. >> >> Signed-off-by: Sonny Rao >> --- >>

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: > This exposes the clock that comes out of the i2s block which generally > goes to the audio codec. > > Signed-off-by: Sonny Rao > --- > drivers/clk/rockchip/clk-rk3288.c | 3 ++- >

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org --- drivers/clk/rockchip/clk-rk3288.c | 3 ++-

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Doug Anderson
Heiko, On Wed, Nov 26, 2014 at 10:09 AM, Heiko Stübner he...@sntech.de wrote: Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Hi Doug, Am Mittwoch, 26. November 2014, 15:05:53 schrieb Doug Anderson: I'm no longer convinced that's a good idea, so we should just axe the CLK_SET_RATE_PARENT. If timing is working out well and Sonny isn't available to spin this right now (it's Thanksgiving holidays here in the US), I

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Heiko Stübner
Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org applied to my clk branch after removing the CLK_SET_RATE_PARENT Heiko -- To unsubscribe

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-26 Thread Sonny Rao
On Wed, Nov 26, 2014 at 3:32 PM, Heiko Stübner he...@sntech.de wrote: Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org applied to my clk

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-23 Thread Sonny Rao
On Sun, Nov 23, 2014 at 4:07 PM, Heiko Stübner wrote: > Hi Sonny, > > Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: >> This exposes the clock that comes out of the i2s block which generally >> goes to the audio codec. >> >> Signed-off-by: Sonny Rao >> --- >>

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-23 Thread Heiko Stübner
Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: > This exposes the clock that comes out of the i2s block which generally > goes to the audio codec. > > Signed-off-by: Sonny Rao > --- > drivers/clk/rockchip/clk-rk3288.c | 3 ++- >

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-23 Thread Heiko Stübner
Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org --- drivers/clk/rockchip/clk-rk3288.c | 3 ++-

Re: [PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-23 Thread Sonny Rao
On Sun, Nov 23, 2014 at 4:07 PM, Heiko Stübner he...@sntech.de wrote: Hi Sonny, Am Dienstag, 18. November 2014, 23:15:19 schrieb Sonny Rao: This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org ---

[PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-18 Thread Sonny Rao
This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao --- drivers/clk/rockchip/clk-rk3288.c | 3 ++- include/dt-bindings/clock/rk3288-cru.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] clk: rockchip: rk3288 export i2s0_clkout for use in DT

2014-11-18 Thread Sonny Rao
This exposes the clock that comes out of the i2s block which generally goes to the audio codec. Signed-off-by: Sonny Rao sonny...@chromium.org --- drivers/clk/rockchip/clk-rk3288.c | 3 ++- include/dt-bindings/clock/rk3288-cru.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff