mbox series

[v2,0/2] clk: meson: add video decoder clocks for G12A

Message ID 20190319101138.27520-1-mjourdan@baylibre.com (mailing list archive)
Headers show
Series clk: meson: add video decoder clocks for G12A | expand

Message

Maxime Jourdan March 19, 2019, 10:11 a.m. UTC
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(-)

Comments

Neil Armstrong April 1, 2019, 8:31 a.m. UTC | #1
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