public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ASoC: mediatek: add support for mt6797 SoC
@ 2018-04-16  0:32 KaiChieh Chuang
       [not found] ` <20180416003252.4177-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: KaiChieh Chuang @ 2018-04-16  0:32 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, wsd_upstream, chipeng.chang, garlic.tseng,
	linux-mediatek, kaichieh.chuang

This patch adds basic support for Mediatek AFE for MT6797 SoC.

Change since the previous patch set:
* fix build warning in sound/soc/codecs/mt6351.c

KaiChieh Chuang (5):
  ASoC: add mt6351 codec driver
  ASoC: mt6797: add structure define and clock control function for 6797
  ASoC: mt6797: add mt6797 platform driver
  ASoC: add mt6797-mt6351 driver and config option
  ASoC: mediatek: add documents for mt6797

 Documentation/devicetree/bindings/sound/mt6351.txt |   16 +
 .../devicetree/bindings/sound/mt6797-afe-pcm.txt   |   42 +
 .../devicetree/bindings/sound/mt6797-mt6351.txt    |   14 +
 sound/soc/codecs/Kconfig                           |    4 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/mt6351.c                          | 1639 ++++++++++++++++++++
 sound/soc/codecs/mt6351.h                          |  108 ++
 sound/soc/mediatek/Kconfig                         |   20 +
 sound/soc/mediatek/Makefile                        |    1 +
 sound/soc/mediatek/mt6797/Makefile                 |   19 +
 sound/soc/mediatek/mt6797/mt6797-afe-clk.c         |  132 ++
 sound/soc/mediatek/mt6797/mt6797-afe-clk.h         |   25 +
 sound/soc/mediatek/mt6797/mt6797-afe-common.h      |   57 +
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 1234 +++++++++++++++
 sound/soc/mediatek/mt6797/mt6797-interconnection.h |   41 +
 sound/soc/mediatek/mt6797/mt6797-mt6351.c          |  186 +++
 sound/soc/mediatek/mt6797/mt6797-reg.h             |  846 ++++++++++
 17 files changed, 4386 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mt6351.txt
 create mode 100644 Documentation/devicetree/bindings/sound/mt6797-afe-pcm.txt
 create mode 100644 Documentation/devicetree/bindings/sound/mt6797-mt6351.txt
 create mode 100644 sound/soc/codecs/mt6351.c
 create mode 100644 sound/soc/codecs/mt6351.h
 create mode 100644 sound/soc/mediatek/mt6797/Makefile
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-afe-clk.c
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-afe-clk.h
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-afe-common.h
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-interconnection.h
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-mt6351.c
 create mode 100644 sound/soc/mediatek/mt6797/mt6797-reg.h

-- 
2.12.5

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-04-23 11:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-16  0:32 [PATCH v2 0/5] ASoC: mediatek: add support for mt6797 SoC KaiChieh Chuang
     [not found] ` <20180416003252.4177-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-04-16  0:32   ` [PATCH v2 1/5] ASoC: add mt6351 codec driver KaiChieh Chuang
2018-04-18 16:40     ` Mark Brown
2018-04-19  1:58       ` KaiChieh Chuang
2018-04-19 14:41         ` Mark Brown
2018-04-20  6:54           ` KaiChieh Chuang
2018-04-20 23:49       ` KaiChieh Chuang
2018-04-23 11:39         ` Mark Brown
2018-04-16  0:32   ` [PATCH v2 2/5] ASoC: mt6797: add structure define and clock control function for 6797 KaiChieh Chuang
2018-04-16  0:32   ` [PATCH v2 3/5] ASoC: mt6797: add mt6797 platform driver KaiChieh Chuang
2018-04-18 16:46     ` Mark Brown
2018-04-19  1:51       ` KaiChieh Chuang
2018-04-19 11:29         ` Mark Brown
2018-04-16  0:32   ` [PATCH v2 4/5] ASoC: add mt6797-mt6351 driver and config option KaiChieh Chuang
2018-04-16  0:32 ` [PATCH v2 5/5] ASoC: mediatek: add documents for mt6797 KaiChieh Chuang
2018-04-18 16:46 ` [PATCH v2 0/5] ASoC: mediatek: add support for mt6797 SoC Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox