[PATCH v3 1/2] clk: sunxi: Add sun6i/8i video support
From: Emil Velikov <hidden>
Date: 2016-02-02 17:19:15
Also in:
dri-devel, linux-clk, linux-devicetree
From: Emil Velikov <hidden>
Date: 2016-02-02 17:19:15
Also in:
dri-devel, linux-clk, linux-devicetree
Hi Jean-Francois, On 1 February 2016 at 07:43, Jean-Francois Moine [off-list ref] wrote:
Add the clock types which are used by the sun6i/8i families for video.
Signed-off-by: Jean-Francois Moine <redacted>
---
v3: (no change)
v2:
- remarks from Chen-Yu Tsai
- DT documentation added
---
Documentation/devicetree/bindings/clock/sunxi.txt | 2 +
drivers/clk/sunxi/clk-sun6i-display.c | 106 +++++++++++++
drivers/clk/sunxi/clk-sun6i-pll3.c | 174 ++++++++++++++++++++++
3 files changed, 282 insertions(+)
create mode 100644 drivers/clk/sunxi/clk-sun6i-display.c
create mode 100644 drivers/clk/sunxi/clk-sun6i-pll3.cSomething is missing here - namely the changes to the Makefile. Does this series work or did you simply forget git add ? Regards, Emil