* [GIT PULL] first bunch of rockchip clock changes for 4.6
@ 2016-02-11 13:00 Heiko Stuebner
2016-02-12 2:19 ` Michael Turquette
0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stuebner @ 2016-02-11 13:00 UTC (permalink / raw)
To: mturquette, sboyd; +Cc: linux-clk, linux-rockchip
Hi Mike, Stephen,
no new clock trees this time, but more clock ids and fixes for issues
present for a longer time (not introduced during the 4.5-rc1 merge window)
that Stephen thought should go through the regular process.
Most "interesting" change might be that we now handle factors correctly
according to their position in the clock-tree instead of registering them
individually during init - which became a clutch.
So if nothing stands out, please pull
Thanks
Heiko
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-clk1
for you to fetch changes up to 36714529f8bbd4f8eaf93b50f4a64c52a24879aa:
clk: rockchip: convert manually created factor clocks to the new type (2016-02-04 15:54:20 +0100)
----------------------------------------------------------------
Introduction of a factor type and a variant containing a gate
to be able to also declare factor clocks in their correct
place in the clock tree instead of having to register factor
clocks in the init callback separately. And as always some more
clock-ids and non-regression fixes for mistakes introduced in
past kernel releases.
----------------------------------------------------------------
Alexander Kochetkov (2):
clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
clk: rockchip: Allow sclk_i2s0 and i2s0_frac to change their parents rate on rk3188
Heiko Stuebner (9):
clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
clk: rockchip: rk3368: fix cpuclk core dividers
clk: rockchip: rk3368: fix parents of video encoder/decoder
clk: rockchip: rk3368: fix hdmi_cec gate-register
clk: rockchip: fix usbphy-related clocks
Merge branch 'v4.6-shared/clkids' into v4.6-clk/next
clk: rockchip: fix parent of hclk_vcodec on rk3036
clk: rockchip: add a factor clock type
clk: rockchip: convert manually created factor clocks to the new type
Paweł Jarosz (2):
clk: rockchip: Add new id for rk3066 tsadc clock
clk: rockchip: add tsadc clock on rk3066
Shawn Lin (2):
clk: rockchip: fix wrong mmc phase shift for rk3228
clk: rockchip: free memory in error cases when registering clock branches
Yakir Yang (1):
clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus
zhangqing (3):
clk: rockchip: rk3368: fix edp_24m parent
clk: rockchip: rk3368: enable the CLK_SET_RATE_PARENT flag for spdif_8ch
clk: rockchip: rk3368: enable the CLK_SET_RATE_PARENT flag for i2s_2ch
arch/arm/boot/dts/rk3288-veyron.dtsi | 2 +-
drivers/clk/rockchip/clk-rk3036.c | 33 +++--------
drivers/clk/rockchip/clk-rk3188.c | 27 +++------
drivers/clk/rockchip/clk-rk3228.c | 38 +++----------
drivers/clk/rockchip/clk-rk3288.c | 38 ++++---------
drivers/clk/rockchip/clk-rk3368.c | 82 +++++++++++----------------
drivers/clk/rockchip/clk.c | 64 ++++++++++++++++++++-
drivers/clk/rockchip/clk.h | 28 +++++++++
include/dt-bindings/clock/rk3188-cru-common.h | 1 +
9 files changed, 159 insertions(+), 154 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] first bunch of rockchip clock changes for 4.6
2016-02-11 13:00 [GIT PULL] first bunch of rockchip clock changes for 4.6 Heiko Stuebner
@ 2016-02-12 2:19 ` Michael Turquette
2016-02-12 11:39 ` Heiko Stuebner
0 siblings, 1 reply; 5+ messages in thread
From: Michael Turquette @ 2016-02-12 2:19 UTC (permalink / raw)
To: Heiko Stuebner, sboyd-sgV2jX0FEOL9JmXXK+q4OQ
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-clk-u79uwXL29TY76Z2rM5mHXA
Hello Heiko,
Quoting Heiko Stuebner (2016-02-11 05:00:02)
> Yakir Yang (1):
> clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus
Thanks for sending the very readable PR. One question below,
We'll likely have critical clock and handoff clock support merged in the
next few days. I'm starting to audit any new CLK_IGNORE_UNUSED flag
usage to see if it should use either of those two flags. Is the above
patch a candidate?
Thanks,
Mike
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] first bunch of rockchip clock changes for 4.6
2016-02-12 2:19 ` Michael Turquette
@ 2016-02-12 11:39 ` Heiko Stuebner
2016-02-12 15:13 ` Michael Turquette
0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stuebner @ 2016-02-12 11:39 UTC (permalink / raw)
To: Michael Turquette; +Cc: sboyd, linux-clk, linux-rockchip
Hi Mike,
Am Donnerstag, 11. Februar 2016, 18:19:36 schrieb Michael Turquette:
> Quoting Heiko Stuebner (2016-02-11 05:00:02)
>
> > Yakir Yang (1):
> > clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for
> > hclk_vio_bus
>
> Thanks for sending the very readable PR. One question below,
>
> We'll likely have critical clock and handoff clock support merged in the
> next few days. I'm starting to audit any new CLK_IGNORE_UNUSED flag
> usage to see if it should use either of those two flags. Is the above
> patch a candidate?
the above clock is part of the interconnect. We don't model that yet, but I
guess that would make it more a candidate for the handoff-type instead.
I'd guess for the Rockchip side, everything that is CLK_IGNORE_UNUSED should
be the handoff type (leaf-clocks used by some component we don't control
yet).
The clocks we already register as critical most likely are the ones that
should be critical, as they are central clocks where it causes havok when
they get disabled :-) .
Heiko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] first bunch of rockchip clock changes for 4.6
2016-02-12 11:39 ` Heiko Stuebner
@ 2016-02-12 15:13 ` Michael Turquette
2016-02-12 16:26 ` Heiko Stuebner
0 siblings, 1 reply; 5+ messages in thread
From: Michael Turquette @ 2016-02-12 15:13 UTC (permalink / raw)
To: Heiko Stuebner
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
sboyd-sgV2jX0FEOL9JmXXK+q4OQ, linux-clk-u79uwXL29TY76Z2rM5mHXA
Quoting Heiko Stuebner (2016-02-12 03:39:43)
> Hi Mike,
>
> Am Donnerstag, 11. Februar 2016, 18:19:36 schrieb Michael Turquette:
> > Quoting Heiko Stuebner (2016-02-11 05:00:02)
> >
> > > Yakir Yang (1):
> > > clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for
> > > hclk_vio_bus
> >
> > Thanks for sending the very readable PR. One question below,
> >
> > We'll likely have critical clock and handoff clock support merged in the
> > next few days. I'm starting to audit any new CLK_IGNORE_UNUSED flag
> > usage to see if it should use either of those two flags. Is the above
> > patch a candidate?
>
> the above clock is part of the interconnect. We don't model that yet, but I
> guess that would make it more a candidate for the handoff-type instead.
>
> I'd guess for the Rockchip side, everything that is CLK_IGNORE_UNUSED should
> be the handoff type (leaf-clocks used by some component we don't control
> yet).
>
> The clocks we already register as critical most likely are the ones that
> should be critical, as they are central clocks where it causes havok when
> they get disabled :-) .
OK. It sounds like you might go back and clean up these clocks to use
the new infrastructure once it gets merged, so I'll go ahead and pull
this tag now.
Thanks,
Mike
>
>
> Heiko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] first bunch of rockchip clock changes for 4.6
2016-02-12 15:13 ` Michael Turquette
@ 2016-02-12 16:26 ` Heiko Stuebner
0 siblings, 0 replies; 5+ messages in thread
From: Heiko Stuebner @ 2016-02-12 16:26 UTC (permalink / raw)
To: Michael Turquette; +Cc: sboyd, linux-clk, linux-rockchip
Am Freitag, 12. Februar 2016, 07:13:29 schrieb Michael Turquette:
> Quoting Heiko Stuebner (2016-02-12 03:39:43)
> > Am Donnerstag, 11. Februar 2016, 18:19:36 schrieb Michael Turquette:
> > > Quoting Heiko Stuebner (2016-02-11 05:00:02)
> > >
> > > > Yakir Yang (1):
> > > > clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for
> > > > hclk_vio_bus
> > >
> > > Thanks for sending the very readable PR. One question below,
> > >
> > > We'll likely have critical clock and handoff clock support merged in
> > > the
> > > next few days. I'm starting to audit any new CLK_IGNORE_UNUSED flag
> > > usage to see if it should use either of those two flags. Is the above
> > > patch a candidate?
> >
> > the above clock is part of the interconnect. We don't model that yet,
> > but I guess that would make it more a candidate for the handoff-type
> > instead.
> >
> > I'd guess for the Rockchip side, everything that is CLK_IGNORE_UNUSED
> > should be the handoff type (leaf-clocks used by some component we don't
> > control yet).
> >
> > The clocks we already register as critical most likely are the ones that
> > should be critical, as they are central clocks where it causes havok
> > when
> > they get disabled :-) .
>
> OK. It sounds like you might go back and clean up these clocks to use
> the new infrastructure once it gets merged,
that has always be the plan ;-) .
> so I'll go ahead and pull this tag now.
thanks, that will make life a bit easier when I don't have to rip the branch
apart again, but can do the conversion on top.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-12 16:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 13:00 [GIT PULL] first bunch of rockchip clock changes for 4.6 Heiko Stuebner
2016-02-12 2:19 ` Michael Turquette
2016-02-12 11:39 ` Heiko Stuebner
2016-02-12 15:13 ` Michael Turquette
2016-02-12 16:26 ` Heiko Stuebner
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).