Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320235 > unrolled thread
| Started by | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| First post | 2016-01-28 03:50 +0100 |
| Last post | 2016-02-01 21:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH RFC 11/11] clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clk Chen-Yu Tsai <wens@csie.org> - 2016-01-28 03:50 +0100
Re: [PATCH RFC 11/11] clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clk Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-01 21:30 +0100
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2016-01-28 03:50 +0100 |
| Subject | Re: [PATCH RFC 11/11] clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clk |
| Message-ID | <qVKOJ-4TF-1@gated-at.bofh.it> |
Hi, On Thu, Jan 28, 2016 at 1:49 AM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Mon, Jan 25, 2016 at 09:15:47PM +0800, Chen-Yu Tsai wrote: >> sun8i-a23-mbus-clk used sunxi's factors clk, which is nice for very >> complicated clocks, but is not really needed here. >> >> Convert sun8i-a23-mbus-clk to use clk_composite, as it is a gate + mux >> + divider. This makes the code easier to understand. >> >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > Applied, thanks! > Maxime Given your suggestion for extending and generalizing factors clk clock rate calculations, maybe we just leave this one out and use the new stuff later? Thanks ChenYu
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-02-01 21:30 +0100 |
| Message-ID | <qXtgM-8eB-29@gated-at.bofh.it> |
| In reply to | #1320235 |
[Multipart message — attachments visible in raw view] — view raw
Hi, On Thu, Jan 28, 2016 at 10:41:33AM +0800, Chen-Yu Tsai wrote: > Hi, > > On Thu, Jan 28, 2016 at 1:49 AM, Maxime Ripard > <maxime.ripard@free-electrons.com> wrote: > > On Mon, Jan 25, 2016 at 09:15:47PM +0800, Chen-Yu Tsai wrote: > >> sun8i-a23-mbus-clk used sunxi's factors clk, which is nice for very > >> complicated clocks, but is not really needed here. > >> > >> Convert sun8i-a23-mbus-clk to use clk_composite, as it is a gate + mux > >> + divider. This makes the code easier to understand. > >> > >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > > > Applied, thanks! > > Maxime > > Given your suggestion for extending and generalizing factors clk > clock rate calculations, maybe we just leave this one out and use > the new stuff later? My suggestion was only about the core of the clk-factors, the "external" API would not change, so I'm guessing it's still relevant. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web