Re: [PATCH v4 RESEND 1/3] clk: Add regmap support

2015-08-17 Thread Michael Turquette
Quoting Matthias Brugger (2015-07-31 08:14:17) > diff --git a/drivers/clk/clk-io.c b/drivers/clk/clk-io.c > new file mode 100644 > index 000..9630ef5 > --- /dev/null > +++ b/drivers/clk/clk-io.c > @@ -0,0 +1,48 @@ > +/* > + * Copyright (C) 2015 Matthias Brugger > + * > + * This program is

Re: [PATCH v4 RESEND 1/3] clk: Add regmap support

2015-08-17 Thread Michael Turquette
Quoting Matthias Brugger (2015-07-31 08:14:17) diff --git a/drivers/clk/clk-io.c b/drivers/clk/clk-io.c new file mode 100644 index 000..9630ef5 --- /dev/null +++ b/drivers/clk/clk-io.c @@ -0,0 +1,48 @@ +/* + * Copyright (C) 2015 Matthias Brugger matthias@gmail.com + * + * This

[PATCH v4 RESEND 1/3] clk: Add regmap support

2015-07-31 Thread Matthias Brugger
Some devices like SoCs from Mediatek need to use the clock through a regmap interface. This patch adds regmap support for the simple multiplexer clock, the divider clock and the clock gate code. Signed-off-by: Matthias Brugger Acked-by: Joachim Eastwood Reviewed-by: Heiko Stuebner ---

[PATCH v4 RESEND 1/3] clk: Add regmap support

2015-07-31 Thread Matthias Brugger
Some devices like SoCs from Mediatek need to use the clock through a regmap interface. This patch adds regmap support for the simple multiplexer clock, the divider clock and the clock gate code. Signed-off-by: Matthias Brugger matthias@gmail.com Acked-by: Joachim Eastwood manab...@gmail.com