All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add code to manage DSP clocks and provide dts-binding document
@ 2021-10-28 13:57 ` YC Hung
  0 siblings, 0 replies; 28+ messages in thread
From: YC Hung @ 2021-10-28 13:57 UTC (permalink / raw)
  To: broonie, tiwai, robh+dt, matthias.bgg
  Cc: yc.hung, alsa-devel, linux-mediatek, linux-arm-kernel,
	linux-kernel, devicetree, daniel.baluta, trevor.wu,
	allen-kh.cheng, angelogioacchino.delregno

From: "yc.hung" <yc.hung@mediatek.com>

This code is based on top of SOF topic/sof-dev branch and we want to have a review 
with ALSA and device Tree communities the it will be merged to SOF tree and then
merged into ALSA tree. It provides two patches, one is for mt8195 dsp clocks related.
Another is for mt8195 dsp dts binding decription.

YC Hung (2):
  ASoC: SOF: mediatek: Add mt8195 dsp clock support
  dt-bindings: dsp: mediatek: Add mt8195 DSP binding support

 .../bindings/dsp/mtk,mt8195-dsp.yaml          | 139 +++++++++++++++
 sound/soc/sof/mediatek/adsp_helper.h          |   2 +-
 sound/soc/sof/mediatek/mt8195/Makefile        |   2 +-
 sound/soc/sof/mediatek/mt8195/mt8195-clk.c    | 158 ++++++++++++++++++
 sound/soc/sof/mediatek/mt8195/mt8195-clk.h    |  28 ++++
 sound/soc/sof/mediatek/mt8195/mt8195.c        |  22 ++-
 6 files changed, 347 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dsp/mtk,mt8195-dsp.yaml
 create mode 100644 sound/soc/sof/mediatek/mt8195/mt8195-clk.c
 create mode 100644 sound/soc/sof/mediatek/mt8195/mt8195-clk.h

-- 
2.18.0


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

end of thread, other threads:[~2021-11-02 16:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 13:57 [PATCH v4 0/2] Add code to manage DSP clocks and provide dts-binding document YC Hung
2021-10-28 13:57 ` YC Hung
2021-10-28 13:57 ` YC Hung
2021-10-28 13:57 ` YC Hung
2021-10-28 13:57 ` [PATCH v4 1/2] ASoC: SOF: mediatek: Add mt8195 dsp clock support YC Hung
2021-10-28 13:57   ` YC Hung
2021-10-28 13:57   ` YC Hung
2021-10-28 13:57   ` YC Hung
2021-10-29 16:57   ` Mark Brown
2021-10-29 16:57     ` Mark Brown
2021-10-29 16:57     ` Mark Brown
2021-10-29 16:57     ` Mark Brown
2021-11-01 17:56     ` Daniel Baluta
2021-11-01 17:56       ` Daniel Baluta
2021-11-01 17:56       ` Daniel Baluta
2021-11-01 17:56       ` Daniel Baluta
2021-11-01 18:38       ` Mark Brown
2021-11-01 18:38         ` Mark Brown
2021-11-01 18:38         ` Mark Brown
2021-11-01 18:38         ` Mark Brown
2021-10-28 13:57 ` [PATCH v4 2/2] dt-bindings: dsp: mediatek: Add mt8195 DSP binding support YC Hung
2021-10-28 13:57   ` YC Hung
2021-10-28 13:57   ` YC Hung
2021-10-28 13:57   ` YC Hung
2021-11-02 16:49   ` Rob Herring
2021-11-02 16:49     ` Rob Herring
2021-11-02 16:49     ` Rob Herring
2021-11-02 16:49     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.