1. 06 Mar, 2023 4 commits
    • Mark Brown's avatar
      ASoC: microchip: some cleanups for AT91 sound drivers · faabfd5c
      Mark Brown authored
      Merge series from Claudiu Beznea <claudiu.beznea@microchip.com>:
      
      This series does some cleanups for Microchip AT91 sound drivers.  Along
      with it I took the chance and updated MAINTAINERS file.
      faabfd5c
    • Mark Brown's avatar
      RZ/G2L SSI: Update interrupt numbers · 0fde3187
      Mark Brown authored
      Merge series from Prabhakar <prabhakar.csengg@gmail.com>:
      
      Hi All,
      
      This patch series aims to fix interrupt numbers for SSI channels and updates
      the DT binding and the driver accordingly.
      
      Note, this patch series applies on top of [0].
      
      [0] https://patchwork.kernel.org/project/linux-renesas-soc/cover/20230131223529.11905-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
      
      Cheers,
      Prabhakar
      
      Lad Prabhakar (4):
        ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and
          interrupt-names properties
        ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels
        arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels
        arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels
      
       .../bindings/sound/renesas,rz-ssi.yaml        | 21 ++++---
       arch/arm64/boot/dts/renesas/r9a07g043.dtsi    | 19 +++---
       arch/arm64/boot/dts/renesas/r9a07g044.dtsi    | 19 +++---
       sound/soc/sh/rz-ssi.c                         | 63 +++++++++++++------
       4 files changed, 70 insertions(+), 52 deletions(-)
      
      --
      2.25.1
      0fde3187
    • Mark Brown's avatar
      SoC: SOF: Intel: hda/mtl: Improve and enable DMI L1 · 7ae87d3c
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      The first patch will improve the managing of DMI L1 by tracking it's
      enabled/disabled state to avoid unconditional changes to it's state.
      
      The remaining two patch will enable the DMI L1 for MTL platforms (ACE 1.0)
      7ae87d3c
    • Mark Brown's avatar
      Add the PowerQUICC audio support using the QMC · cc4b3c09
      Mark Brown authored
      Merge series from Herve Codina <herve.codina@bootlin.com>:
      
      This series adds support for audio using the QMC controller available in
      some Freescale PowerQUICC SoCs.
      
      This series contains three parts in order to show the different blocks
      hierarchy and their usage in this support.
      
      The first one is related to TSA (Time Slot Assigner).
      The TSA handles the data present at the pin level (TDM with up to 64
      time slots) and dispatchs them to one or more serial controller (SCC).
      
      The second is related to QMC (QUICC Multichannel Controller).
      The QMC handles the data at the serial controller (SCC) level and splits
      again the data to creates some virtual channels.
      
      The last one is related to the audio component (QMC audio).
      It is the glue between the QMC controller and the ASoC component. It
      handles one or more QMC virtual channels and creates one DAI per QMC
      virtual channels handled.
      cc4b3c09
  2. 05 Mar, 2023 36 commits