Mark Brown
7a25748ba0
Merge series "DAI driver for new XCVR IP" from "Viorel Suman (OSS)" <viorel.suman@oss.nxp.com>
...
Viorel Suman <viorel.suman@nxp.com>:
From: Viorel Suman <viorel.suman@nxp.com>
DAI driver for new XCVR IP found in i.MX8MP.
Viorel Suman (2):
ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver
ASoC: dt-bindings: fsl_xcvr: Add document for XCVR
Changes since v1:
- improved 6- and 12-ch layout comment
- used regmap polling function, improved
clocks handling in runtime_resume
- added FW size check in FW load function,
improved IRQ handler, removed dummy IRQ handlers
- fixed yaml file
Changes since v2:
- used devm_reset_control_get_exclusive instead of of_reset_control_get
- moved reset_control_assert into runtime_suspend
Changes since v3:
- removed "firmware-name" DTS property from both documentation and
source code by porting it into SoC specific 'compatible' data structure.
.../devicetree/bindings/sound/fsl,xcvr.yaml | 104 ++
sound/soc/fsl/Kconfig | 10 +
sound/soc/fsl/Makefile | 2 +
sound/soc/fsl/fsl_xcvr.c | 1359 +++++++++++++++++
sound/soc/fsl/fsl_xcvr.h | 266 ++++
5 files changed, 1741 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/fsl,xcvr.yaml
create mode 100644 sound/soc/fsl/fsl_xcvr.c
create mode 100644 sound/soc/fsl/fsl_xcvr.h
--
2.26.2
2020-10-26 18:37:16 +00:00
..
2020-07-23 19:07:31 +01:00
2020-06-12 14:18:04 +01:00
2020-07-23 19:07:31 +01:00
2020-07-03 16:09:27 +01:00
2020-04-21 16:34:09 +01:00
2020-09-17 14:47:09 +01:00
2020-08-18 14:52:32 +01:00
2020-06-23 12:54:09 +01:00
2020-04-21 16:34:11 +01:00
2020-09-09 15:42:08 +01:00
2020-05-19 14:18:52 +01:00
2020-06-23 11:14:22 +01:00
2020-10-09 15:42:31 +01:00
2020-10-09 15:42:31 +01:00
2020-10-26 18:37:09 +00:00
2020-10-26 18:37:09 +00:00
2020-07-03 16:09:24 +01:00
2020-08-23 17:36:59 -05:00
2020-10-26 15:45:31 +00:00
2020-10-26 15:45:31 +00:00
2020-08-21 15:24:40 +01:00
2020-09-25 20:50:39 +01:00
2020-07-23 19:52:22 +01:00
2020-09-08 15:50:12 +01:00
2020-10-01 20:28:11 +01:00
2019-12-11 15:56:42 +00:00
2020-03-27 14:44:36 +00:00
2020-01-21 17:07:08 +00:00
2020-10-26 15:45:31 +00:00
2020-10-26 15:45:31 +00:00
2020-08-03 16:25:48 +01:00
2020-01-21 17:07:08 +00:00
2020-07-23 19:07:31 +01:00
2020-07-23 19:07:31 +01:00
2020-10-01 20:28:16 +01:00
2020-07-23 19:07:31 +01:00
2020-07-23 19:07:31 +01:00
2020-07-23 19:07:31 +01:00