Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: "Joakim  Zhang" <joakim.zhang@cixtech.com>
Cc: Takashi Iwai <tiwai@suse.de>,
	"lgirdwood@gmail.com" <lgirdwood@gmail.com>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"perex@perex.cz" <perex@perex.cz>,
	"tiwai@suse.com" <tiwai@suse.com>,
	"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	cix-kernel-upstream <cix-kernel-upstream@cixtech.com>
Subject: Re: [PATCH v5 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
Date: Fri, 05 Dec 2025 16:56:18 +0100	[thread overview]
Message-ID: <87fr9ox6ql.wl-tiwai@suse.de> (raw)
In-Reply-To: <SEYPR06MB6226C1FD56A14F4B0E23FD4A82A7A@SEYPR06MB6226.apcprd06.prod.outlook.com>

On Fri, 05 Dec 2025 16:45:50 +0100,
Joakim  Zhang wrote:
> 
> 
> Hi Takashi,
> 
> > -----Original Message-----
> > From: Takashi Iwai <tiwai@suse.de>
> > Sent: Friday, December 5, 2025 10:30 PM
> > To: Joakim Zhang <joakim.zhang@cixtech.com>
> > Cc: lgirdwood@gmail.com; broonie@kernel.org; robh@kernel.org;
> > krzk+dt@kernel.org; conor+dt@kernel.org; perex@perex.cz;
> > tiwai@suse.com; linux-sound@vger.kernel.org; devicetree@vger.kernel.org;
> > cix-kernel-upstream <cix-kernel-upstream@cixtech.com>
> > Subject: Re: [PATCH v5 0/3] ALSA: hda: add CIX IPBLOQ HDA controller
> > support
> >
> > EXTERNAL EMAIL
> >
> > CAUTION: Suspicious Email from unusual domain.
> >
> > On Fri, 05 Dec 2025 12:16:31 +0100,
> > joakim.zhang@cixtech.com wrote:
> > >
> > > 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
> >
> > Applied all three patches now.  Thanks.
> >
> 
> Please wait a moment. I am so sorry that I just noticed I made an elementary mistake when update from v4 to v5, an error return was missed when copying and pasting, sending the v6.

OK, now rolled back.


Takashi

      reply	other threads:[~2025-12-05 15:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fr9ox6ql.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=cix-kernel-upstream@cixtech.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joakim.zhang@cixtech.com \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox