Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-11 Thread Kever Yang
On 08/09/2014 06:20 AM, Heiko Stübner wrote: Am Freitag, 8. August 2014, 14:58:11 schrieb Doug Anderson: Heiko, On Fri, Aug 1, 2014 at 1:15 AM, Heiko Stübner he...@sntech.de wrote: Am Donnerstag, 31. Juli 2014, 17:30:25 schrieb Mike Turquette: Quoting Heiko Stübner (2014-07-31 16:29:34)

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-11 Thread Heiko Stübner
Hi Kever, Am Montag, 11. August 2014, 18:03:33 schrieb Kever Yang: On 08/09/2014 06:20 AM, Heiko Stübner wrote: Am Freitag, 8. August 2014, 14:58:11 schrieb Doug Anderson: Heiko, On Fri, Aug 1, 2014 at 1:15 AM, Heiko Stübner he...@sntech.de wrote: Am Donnerstag, 31. Juli 2014,

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-11 Thread Kever Yang
Heiko, On 07/30/2014 03:12 AM, Heiko Stuebner wrote: The clock-tree contains clocks that should never get disabled automatically. One example are the base ACLKs, the base supplies for all peripherals. Therefore add a structure similar to the sunxi clock-tree to protect these special clocks

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-08 Thread Doug Anderson
Heiko, On Fri, Aug 1, 2014 at 1:15 AM, Heiko Stübner he...@sntech.de wrote: Am Donnerstag, 31. Juli 2014, 17:30:25 schrieb Mike Turquette: Quoting Heiko Stübner (2014-07-31 16:29:34) Hi Mike, Am Donnerstag, 31. Juli 2014, 15:45:23 schrieb Mike Turquette: Quoting Heiko Stuebner

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-08 Thread Heiko Stübner
Am Freitag, 8. August 2014, 14:58:11 schrieb Doug Anderson: Heiko, On Fri, Aug 1, 2014 at 1:15 AM, Heiko Stübner he...@sntech.de wrote: Am Donnerstag, 31. Juli 2014, 17:30:25 schrieb Mike Turquette: Quoting Heiko Stübner (2014-07-31 16:29:34) Hi Mike, Am Donnerstag, 31. Juli

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-08-01 Thread Heiko Stübner
Am Donnerstag, 31. Juli 2014, 17:30:25 schrieb Mike Turquette: Quoting Heiko Stübner (2014-07-31 16:29:34) Hi Mike, Am Donnerstag, 31. Juli 2014, 15:45:23 schrieb Mike Turquette: Quoting Heiko Stuebner (2014-07-29 12:12:05) The clock-tree contains clocks that should never get

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-07-31 Thread Mike Turquette
Quoting Heiko Stuebner (2014-07-29 12:12:05) The clock-tree contains clocks that should never get disabled automatically. One example are the base ACLKs, the base supplies for all peripherals. Therefore add a structure similar to the sunxi clock-tree to protect these special clocks from

Re: [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-07-31 Thread Heiko Stübner
Hi Mike, Am Donnerstag, 31. Juli 2014, 15:45:23 schrieb Mike Turquette: Quoting Heiko Stuebner (2014-07-29 12:12:05) The clock-tree contains clocks that should never get disabled automatically. One example are the base ACLKs, the base supplies for all peripherals. Therefore add a

[PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled

2014-07-29 Thread Heiko Stuebner
The clock-tree contains clocks that should never get disabled automatically. One example are the base ACLKs, the base supplies for all peripherals. Therefore add a structure similar to the sunxi clock-tree to protect these special clocks from being disabled. Signed-off-by: Heiko Stuebner