Message ID | 20190319101138.27520-1-mjourdan@baylibre.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: meson: add video decoder clocks for G12A | expand |
On 19/03/2019 11:11, Maxime Jourdan wrote: > This patch series adds the clocks related to the video decoder on G12A: > VDEC_1, VDEC_HEVC and VDEC_HEVCF. > > As to not conflict with the IDs, this patch series is based on Neil's > last unmerged patch series: "clk: meson: add support for PCIE PLL" [0] > > Changes since v1 [1]: > - Apply ROUND_CLOSEST to the dividers in addition to the muxes > > [0] https://patchwork.kernel.org/cover/10842969/ > [1] https://patchwork.kernel.org/cover/10859115/ > > Maxime Jourdan (2): > dt-bindings: clk: g12a-clkc: add VDEC clock IDs > clk: meson-g12a: add video decoder clocks > > drivers/clk/meson/g12a.c | 163 ++++++++++++++++++++++++++ > drivers/clk/meson/g12a.h | 8 +- > include/dt-bindings/clock/g12a-clkc.h | 3 + > 3 files changed, 173 insertions(+), 1 deletion(-) > Applied to next/drivers for Linux 5.2-rc1