mbox series

[GIT,PULL] ASoC DT bindings for Meson

Message ID 20190614184456.GJ5316@sirena.org.uk (mailing list archive)
State Queued, archived
Commit abdcfc25641c5ba6d63047bec1dc8d3aaa7d4111
Headers show
Series [GIT,PULL] ASoC DT bindings for Meson | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-tohdmitx

Message

Mark Brown June 14, 2019, 6:44 p.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-tohdmitx

for you to fetch changes up to abdcfc25641c5ba6d63047bec1dc8d3aaa7d4111:

  ASoC: meson: add tohdmitx DT bindings (2019-06-14 19:42:00 +0100)

----------------------------------------------------------------
ASoC: tohdmitx bindings

The patch on this branch adds bindings for tohdmitx, including a header
to be used in DT bindings which needs to be shared with the arm-soc tree
in order to allow system DTs to be merged.

----------------------------------------------------------------
Jerome Brunet (1):
      ASoC: meson: add tohdmitx DT bindings

 .../bindings/sound/amlogic,g12a-tohdmitx.txt       | 55 ++++++++++++++++++++++
 include/dt-bindings/sound/meson-g12a-tohdmitx.h    | 13 +++++
 2 files changed, 68 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/amlogic,g12a-tohdmitx.txt
 create mode 100644 include/dt-bindings/sound/meson-g12a-tohdmitx.h

Comments

Kevin Hilman June 14, 2019, 11:24 p.m. UTC | #1
Mark Brown <broonie@kernel.org> writes:

> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-tohdmitx
>
> for you to fetch changes up to abdcfc25641c5ba6d63047bec1dc8d3aaa7d4111:
>
>   ASoC: meson: add tohdmitx DT bindings (2019-06-14 19:42:00 +0100)
>
> ----------------------------------------------------------------
> ASoC: tohdmitx bindings
>
> The patch on this branch adds bindings for tohdmitx, including a header
> to be used in DT bindings which needs to be shared with the arm-soc tree
> in order to allow system DTs to be merged.
>
> ----------------------------------------------------------------
> Jerome Brunet (1):
>       ASoC: meson: add tohdmitx DT bindings

I'll pull this into my DT branch so I can then queue up all the patches
that use this binding for v5.3.

Thanks Mark!

Kevin