1. 06 Nov, 2020 2 commits
    • Peter Ujfalusi's avatar
      ASoC: ti: davinci-mcasp: Use platform_get_irq_byname_optional · 372c4bd1
      Peter Ujfalusi authored
      Depending on the integration of McASP either the 'common' or the
      'rx' and 'tx' or only the 'tx' interrupt number is valid, provided.
      
      By switching to platform_get_irq_byname_optional() we can clean up the
      bootlog from messages like:
      
      davinci-mcasp 2ba0000.mcasp: IRQ common not found
      
      The irq number == 0 is not valid, fix the check at the same time.
      Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
      Link: https://lore.kernel.org/r/20201106072551.689-2-peter.ujfalusi@ti.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      372c4bd1
    • Mark Brown's avatar
      Merge series "ASoC: dt-bindings: audio-graph-card: switch to yaml base... · 8ca19930
      Mark Brown authored
      Merge series "ASoC: dt-bindings: audio-graph-card: switch to yaml base Documentation" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      Hi Rob, Mark
      Cc: Sameer
      
      These are v6 of switch to yaml base Documentation for
      audio-graph-card and renesas,rsnd which uses audio-graph-card.
      
      v5 -> v6
      	- add Acked-by/Reviewed-by on each patch
      	- remove "audio-graph-card,xxx" property
      	- remove un-needed if "ok"
      
      v4 -> v5
      	- move "endpoint" under "port"
      
      v3 -> v4
      	- fixuped yamllint warnings/errors
      
      v2 -> v3
      	- fixuped Rob's pointed points
      
      v1 -> v2
      	- upgrade dt-schema, and fixup errors for [2/2] patch
      
      Kuninori Morimoto (3):
        dt-bindings: ASoC: audio-graph-card: switch to yaml base Documentation
        dt-bindings: ASoC: renesas,rsnd: switch to yaml base Documentation
        dt-bindings: ASoC: renesas,rsnd: Add r8a77961 support
      
       .../bindings/sound/audio-graph-card.txt       | 337 ------------
       .../bindings/sound/audio-graph-card.yaml      | 153 ++++++
       .../bindings/sound/renesas,rsnd.txt           | 520 ------------------
       .../bindings/sound/renesas,rsnd.yaml          | 451 +++++++++++++++
       4 files changed, 604 insertions(+), 857 deletions(-)
       delete mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.txt
       create mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.yaml
       create mode 100644 Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
      
      --
      2.25.1
      8ca19930
  2. 05 Nov, 2020 12 commits
  3. 04 Nov, 2020 18 commits
  4. 03 Nov, 2020 6 commits
  5. 02 Nov, 2020 2 commits