lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200306111353.12906-1-daniel.baluta@oss.nxp.com>
Date:   Fri,  6 Mar 2020 13:13:51 +0200
From:   Daniel Baluta <daniel.baluta@....nxp.com>
To:     pierre-louis.bossart@...ux.intel.com, alsa-devel@...a-project.org,
        kuninori.morimoto.gx@...esas.com, peter.ujfalusi@...com,
        broonie@...nel.org, linux-imx@....com, robh+dt@...nel.org,
        devicetree@...r.kernel.org
Cc:     Xiubo.Lee@...il.com, shengjiu.wang@....com,
        linux-kernel@...r.kernel.org, tiwai@...e.com,
        ranjani.sridharan@...ux.intel.com, liam.r.girdwood@...ux.intel.com,
        sound-open-firmware@...a-project.org,
        Daniel Baluta <daniel.baluta@....com>
Subject: [PATCH v2 0/2] Add generic FSL CPU DAI driver

From: Daniel Baluta <daniel.baluta@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ