mbox series

[v2,0/2] reset: meson: add audio arb controller

Message ID 20180720152633.6227-1-jbrunet@baylibre.com
Headers show
Series reset: meson: add audio arb controller | expand

Message

Jerome Brunet July 20, 2018, 3:26 p.m. UTC
This patchset adds the audio ARB controller which is necessary to
enable or disable the DDR access for the FIFOs of the audio subsystem.

Changes since v1 [0]:
 * Fix typo s/arbitror/arbiter
 * Collect Rob's tag

[0]: https://lkml.kernel.org/r/20180706143122.7612-1-jbrunet@baylibre.com

Jerome Brunet (2):
  reset: meson: add dt-bindings for meson-axg audio arb
  reset: meson: add meson audio arb driver

 .../bindings/reset/amlogic,meson-axg-audio-arb.txt |  21 +++
 drivers/reset/Kconfig                              |   7 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-meson-audio-arb.c              | 168 +++++++++++++++++++++
 .../reset/amlogic,meson-axg-audio-arb.h            |  17 +++
 5 files changed, 214 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.txt
 create mode 100644 drivers/reset/reset-meson-audio-arb.c
 create mode 100644 include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h

-- 
2.14.4

Comments

Jerome Brunet Aug. 2, 2018, 11:13 a.m. UTC | #1
On Fri, 2018-07-20 at 18:19 +0200, Philipp Zabel wrote:
> Hi Jerome,

> 

> On Fri, 2018-07-20 at 17:26 +0200, Jerome Brunet wrote:

> > The Amlogic Audio ARB is a simple device which enables or

> > disables the access of Audio FIFOs to DDR on AXG based SoC.

> > 

> > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

> 

> Thank you, both applied to reset/next.


Hi Philipp,

I know it missed your first PR to arm-soc but I can see it 'next', so I was
wondering if this was going to make it into v4.19 ?

Thanks
Regards

Jerome

> 

> regards

> Philipp