mbox series

[0/4] clk: meson: g12a audio clock controller support

Message ID 20190329160649.31603-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series clk: meson: g12a audio clock controller support | expand

Message

Jerome Brunet March 29, 2019, 4:06 p.m. UTC
This patchset updates the axg audio controller to support the audio
controller of the g12a SoC family.

Jerome Brunet (3):
  dt-bindings: clk: axg-audio: add g12a support
  clk: meson: axg_audio: replace prefix axg by aud
  clk: meson: axg-audio: don't register inputs in the onecell data

Maxime Jourdan (1):
  clk: meson: axg-audio: add g12a support

 .../bindings/clock/amlogic,axg-audio-clkc.txt |    3 +-
 drivers/clk/meson/axg-audio.c                 | 1219 ++++++++++-------
 drivers/clk/meson/axg-audio.h                 |   36 +-
 include/dt-bindings/clock/axg-audio-clkc.h    |   10 +
 4 files changed, 736 insertions(+), 532 deletions(-)

Comments

Neil Armstrong April 8, 2019, 8 a.m. UTC | #1
On 29/03/2019 17:06, Jerome Brunet wrote:
> This patchset updates the axg audio controller to support the audio
> controller of the g12a SoC family.
> 
> Jerome Brunet (3):
>   dt-bindings: clk: axg-audio: add g12a support
>   clk: meson: axg_audio: replace prefix axg by aud
>   clk: meson: axg-audio: don't register inputs in the onecell data
> 
> Maxime Jourdan (1):
>   clk: meson: axg-audio: add g12a support
> 
>  .../bindings/clock/amlogic,axg-audio-clkc.txt |    3 +-
>  drivers/clk/meson/axg-audio.c                 | 1219 ++++++++++-------
>  drivers/clk/meson/axg-audio.h                 |   36 +-
>  include/dt-bindings/clock/axg-audio-clkc.h    |   10 +
>  4 files changed, 736 insertions(+), 532 deletions(-)
> 

Applied patch 1 to next/headers and patch [2, 3, 4] to next/drivers for Linux 5.2-rc1

Neil