devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
@ 2025-12-05 11:16 joakim.zhang
  2025-12-05 11:16 ` [PATCH v5 1/3] ALSA: hda: dt-bindings: " joakim.zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: joakim.zhang @ 2025-12-05 11:16 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, perex, tiwai,
	linux-sound, devicetree
  Cc: cix-kernel-upstream, Joakim Zhang

From: Joakim Zhang <joakim.zhang@cixtech.com>

Add CIX IPBLOQ HDA controller support.

---
ChangeLogs:
v1->v2:
  - fix dt-binding issues
  - remove delayed work for probing
  - refine dma address traslation
v2->v3:
  - update dt-binding commit title and message
    - ASoC: dt-bindings: -> ALSA: hda: dt-bindings
    - use full sentences for commit message
  - rename cix,ipbloq-hda.yaml to cix,sky1-ipbloq-hda.yaml
  - update compatible cix,ipbloq-hda to cix,sky1-ipbloq-hda
  - "cix,model" to generic "model"
  - change the addr_host_to_hdac bus callback to addr_offset field
v3->v4:
  - describe more for both dt-binding and driver commit message
  - remove __maybe_unused for pm ops
  - fix robot compile warning for 32bit system
    - Forced type conversion for CIX_IPBLOQ_SKY1_ADDR_HOST_TO_HDAC_OFFSET
v4->v5:
  - rename "clock-names", "sysclk" "clk48m" -> "ipg" "per"
  - remove "reset-names" property
  - remove "model" property
  - additionalProperties: false -> unevaluatedProperties: false
  - update the dirver since "reset-names" removed
    - mostly is devm_reset_control_bulk_get_exclusive to devm_reset_control_get
 
Joakim Zhang (3):
  ALSA: hda: dt-bindings: add CIX IPBLOQ HDA controller support
  ALSA: hda/core: add addr_offset field for bus address translation
  ALSA: hda: add CIX IPBLOQ HDA controller support

 .../bindings/sound/cix,sky1-ipbloq-hda.yaml   |  62 +++
 include/sound/hdaudio.h                       |   3 +
 sound/hda/controllers/Kconfig                 |  14 +
 sound/hda/controllers/Makefile                |   2 +
 sound/hda/controllers/cix-ipbloq.c            | 436 ++++++++++++++++++
 sound/hda/core/bus.c                          |   1 +
 sound/hda/core/controller.c                   |  12 +-
 sound/hda/core/stream.c                       |  10 +-
 8 files changed, 529 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/cix,sky1-ipbloq-hda.yaml
 create mode 100644 sound/hda/controllers/cix-ipbloq.c

-- 
2.49.0


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

end of thread, other threads:[~2025-12-05 15:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 11:16 [PATCH v5 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support joakim.zhang
2025-12-05 11:16 ` [PATCH v5 1/3] ALSA: hda: dt-bindings: " joakim.zhang
2025-12-05 11:18   ` Krzysztof Kozlowski
2025-12-05 11:16 ` [PATCH v5 2/3] ALSA: hda/core: add addr_offset field for bus address translation joakim.zhang
2025-12-05 11:16 ` [PATCH v5 3/3] ALSA: hda: add CIX IPBLOQ HDA controller support joakim.zhang
2025-12-05 14:30 ` [PATCH v5 0/3] " Takashi Iwai
2025-12-05 15:45   ` Joakim  Zhang
2025-12-05 15:56     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).