Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433104
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to critical clocks |
| Date | 2016-06-28 18:40 +0200 |
| Message-ID | <rP4dj-11e-7@gated-at.bofh.it> (permalink) |
| References | <rP2uR-8ng-7@gated-at.bofh.it> <rP2XT-kK-3@gated-at.bofh.it> <rP3Kh-Rj-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Andi, Am Mittwoch, 29. Juni 2016, 01:09:22 schrieb Andi Shyti: > > > RK2928_CLKSEL_CON(0), 14, 2, MFLAGS, 8, 5, DFLAGS), > > > > > > - GATE(ACLK_CPU, "aclk_cpu", "aclk_cpu_src", CLK_IGNORE_UNUSED, > > > + GATE(ACLK_CPU, "aclk_cpu", "aclk_cpu_src", > > > + CLK_IS_CRITICAL | CLK_IGNORE_UNUSED, > > > > - you'll never need both critical and ignore_unused > > Indeed I was unsure whether I should remove the > CLK_IGNORE_UNUSED, but then I decided to leave it because that's > basically what the driver is currently doing. Thanks! > > > Happens in some more cases below, but otherwise looks ok ... as written > > in the cover-letter I'm just still trying to make up my mind if it's > > worth waiting for the handoff mechanism. > > You mean something similar (*)? I actually mean https://lkml.org/lkml/2016/2/11/694 which received additional comments somewhere and Mike said he wanted to repost. Heiko
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to critical clocks andi.shyti@gmail.com - 2016-06-28 16:50 +0200
Re: [PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to critical clocks Heiko Stuebner <heiko@sntech.de> - 2016-06-28 17:20 +0200
Re: [PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to critical clocks Andi Shyti <andi@etezian.org> - 2016-06-28 18:10 +0200
Re: [PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to critical clocks Heiko Stuebner <heiko@sntech.de> - 2016-06-28 18:40 +0200
csiph-web