On Wed, 27 Jan 2016 22:50:51 +0100
Maxime Ripard wrote:
> Hi,
>
> On Tue, Jan 19, 2016 at 09:09:01AM +0100, Jean-Francois Moine wrote:
> > On Mon, 18 Jan 2016 20:09:04 +0100
> > Maxime Ripard wrote:
[snip]
> > > We have the clk-factors stuff to handle this easily, could you use
> > > th
Hi,
On Tue, Jan 19, 2016 at 09:09:01AM +0100, Jean-Francois Moine wrote:
> On Mon, 18 Jan 2016 20:09:04 +0100
> Maxime Ripard wrote:
>
> > > +static const struct clk_ops clk_sun8i_pll3_fact_ops = {
> > > + .recalc_rate = sun8i_pll3_recalc_rate,
> > > + .round_rate = sun8i_pll3_round_rate,
> > >
On Mon, 18 Jan 2016 20:09:04 +0100
Maxime Ripard wrote:
> > +static const struct clk_ops clk_sun8i_pll3_fact_ops = {
> > + .recalc_rate = sun8i_pll3_recalc_rate,
> > + .round_rate = sun8i_pll3_round_rate,
> > + .set_rate = sun8i_pll3_set_rate,
> > +};
>
> We have the clk-factors stuff to h
Hi,
On Tue, Jan 05, 2016 at 07:28:25PM +0100, Jean-Francois Moine wrote:
> Add the clock types which are used by the sun8i family for video.
>
> Signed-off-by: Jean-Francois Moine
> ---
> drivers/clk/sunxi/Makefile| 1 +
> drivers/clk/sunxi/clk-sun8i-display.c | 247
> +++
On Wed, 6 Jan 2016 10:39:51 +0800
Chen-Yu Tsai wrote:
> First of all, please include the clk subsystem maintainers and the
> linux-clk mailing list for all clk related patches.
OK.
> On Wed, Jan 6, 2016 at 2:28 AM, Jean-Francois Moine
> wrote:
> > Add the clock types which are used by the sun
Hi,
First of all, please include the clk subsystem maintainers and the
linux-clk mailing list for all clk related patches.
On Wed, Jan 6, 2016 at 2:28 AM, Jean-Francois Moine wrote:
> Add the clock types which are used by the sun8i family for video.
These clocks first appeared in the A31.
> Si
Add the clock types which are used by the sun8i family for video.
Signed-off-by: Jean-Francois Moine
---
drivers/clk/sunxi/Makefile| 1 +
drivers/clk/sunxi/clk-sun8i-display.c | 247 ++
2 files changed, 258 insertions(+)
create mode 100644 drivers/c