lkml.org 
[lkml]   [2020]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] Add generic FSL CPU DAI driver
Date
From: Daniel Baluta <daniel.baluta@nxp.com>

On platforms with a DSP we need to split the resource handling between
Application Processor (AP) and DSP. On platforms where the DSP
doesn't have an easy access to resources, the AP will take care of
configuring them. Resources handled by this generic driver are:
clocks, power domains, pinctrl.

Changes since v1:
- added dt-bindings patch
- add missing signed-off-by
- do not hardcode the name of DAI driver but derive it from
newly introduced dai_index property.

Daniel Baluta (2):
dt-bindings: sound: Add FSL CPU DAI bindings
ASoC: fsl: Add generic CPU DAI driver

.../devicetree/bindings/sound/fsl,dai.yaml | 97 ++++++
sound/soc/fsl/Kconfig | 8 +
sound/soc/fsl/Makefile | 2 +
sound/soc/fsl/fsl_dai.c | 288 ++++++++++++++++++
4 files changed, 395 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/fsl,dai.yaml
create mode 100644 sound/soc/fsl/fsl_dai.c

--
2.17.1

\
 
 \ /
  Last update: 2020-03-06 12:15    [W:1.002 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site