linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks
@ 2015-12-02 13:22 jianqun.xu
  2015-12-02 23:31 ` Heiko Stübner
  0 siblings, 1 reply; 3+ messages in thread
From: jianqun.xu @ 2015-12-02 13:22 UTC (permalink / raw)
  To: linux-arm-kernel

From: Jianqun xu <jay.xu@rock-chips.com>

Add aclk_bus and aclk_peri to the list of rk3368 critical clocks,
which are the base clocks that supply for all peripherals, never
to be disabled automatically.

Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
---
 drivers/clk/rockchip/clk-rk3368.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/rockchip/clk-rk3368.c b/drivers/clk/rockchip/clk-rk3368.c
index 7e6b783..cd9d4aa 100644
--- a/drivers/clk/rockchip/clk-rk3368.c
+++ b/drivers/clk/rockchip/clk-rk3368.c
@@ -819,6 +819,8 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = {
 };
 
 static const char *const rk3368_critical_clocks[] __initconst = {
+	"aclk_bus",
+	"aclk_peri",
 	"pclk_pd_pmu",
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks
  2015-12-02 13:22 [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks jianqun.xu
@ 2015-12-02 23:31 ` Heiko Stübner
  2015-12-03  0:30   ` Jianqun Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stübner @ 2015-12-02 23:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Jianqun,

Am Mittwoch, 2. Dezember 2015, 21:22:31 schrieb jianqun.xu:
> From: Jianqun xu <jay.xu@rock-chips.com>
> 
> Add aclk_bus and aclk_peri to the list of rk3368 critical clocks,
> which are the base clocks that supply for all peripherals, never
> to be disabled automatically.
> 
> Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>

applied to my clk branch for 4.5
[after adapting to Caesar's other critical clock]


Thanks
Heiko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks
  2015-12-02 23:31 ` Heiko Stübner
@ 2015-12-03  0:30   ` Jianqun Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Jianqun Xu @ 2015-12-03  0:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi heiko

I can see the patches on your clk branch for next
thanks

? 03/12/2015 07:31, Heiko St?bner ??:
> Hi Jianqun,
>
> Am Mittwoch, 2. Dezember 2015, 21:22:31 schrieb jianqun.xu:
>> From: Jianqun xu <jay.xu@rock-chips.com>
>>
>> Add aclk_bus and aclk_peri to the list of rk3368 critical clocks,
>> which are the base clocks that supply for all peripherals, never
>> to be disabled automatically.
>>
>> Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
>
> applied to my clk branch for 4.5
> [after adapting to Caesar's other critical clock]
>
>
> Thanks
> Heiko
>
>
>

-- 
****************************************************************************
???
Fuzhou Rockchip Electronics Co., Ltd
????????????????89????A?21??
ADDR: No.21 bldg, Fuzhou Software Park,Fuzhou,Fujian,P.R.China
Email: xjq at rock-chips.com
****************************************************************************
???????????????????????????????????? 
??????????????????????????? ???????? 
???????????????????????????????????? 
???????????????????????????????????? 
??????????????????????
IMPORTANT NOTICE: This email is from Fuzhou Rockchip Electronics Co., 
Ltd .The contents of this email and any attachments may contain 
information that is privileged, confidential and/or exempt from 
disclosure under applicable law and relevant NDA. If you are not the 
intended recipient, you are hereby notified that any disclosure, 
copying, distribution, or use of the information is STRICTLY PROHIBITED. 
Please immediately contact the sender as soon as possible and destroy 
the material in its entirety in any format. Thank you.
****************************************************************************

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-03  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 13:22 [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks jianqun.xu
2015-12-02 23:31 ` Heiko Stübner
2015-12-03  0:30   ` Jianqun Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).