From: "Liao, Bard" <yung-chuan.liao@linux.intel.com>
To: Charles Keepax <ckeepax@opensource.cirrus.com>, broonie@kernel.org
Cc: lgirdwood@gmail.com, linux-sound@vger.kernel.org,
patches@opensource.cirrus.com, pierre-louis.bossart@linux.dev,
peter.ujfalusi@linux.intel.com
Subject: Re: [PATCH 0/7] Add SDCA IRQ support and some misc fixups
Date: Tue, 10 Jun 2025 09:32:54 +0800 [thread overview]
Message-ID: <d3c6686f-c57c-4607-b517-cb3f2e08c2a1@linux.intel.com> (raw)
In-Reply-To: <20250609123936.292827-1-ckeepax@opensource.cirrus.com>
On 6/9/2025 8:39 PM, Charles Keepax wrote:
> Add a maintainers entry for SDCA, do a couple of small fixups for
> previous chains, and then adding the beginnings of the SDCA IRQ
> handling. This is based around a regmap IRQ chip and a few helper
> functions that can be called from the client drivers to setup the
> IRQs.
>
> Thanks,
> Charles
>
> Charles Keepax (6):
> MAINTAINERS: Add SDCA maintainers entry
> ASoC: SDCA: Add missing default in switch in entity_pde_event()
> ASoC: SDCA: Fixup some kernel doc errors
> ASoC: SDCA: Minor selected/detected mode control fixups
> ASoC: SDCA: Add flag for unused IRQs
> ASoC: SDCA: Add some initial IRQ handlers
>
> Maciej Strozek (1):
> ASoC: SDCA: Generic interrupt support
>
> MAINTAINERS | 11 +
> include/sound/sdca_function.h | 11 +
> include/sound/sdca_interrupts.h | 77 ++++++
> sound/soc/sdca/Kconfig | 7 +
> sound/soc/sdca/Makefile | 2 +
> sound/soc/sdca/sdca_asoc.c | 19 +-
> sound/soc/sdca/sdca_functions.c | 2 +
> sound/soc/sdca/sdca_interrupts.c | 437 +++++++++++++++++++++++++++++++
> 8 files changed, 560 insertions(+), 6 deletions(-)
> create mode 100644 include/sound/sdca_interrupts.h
> create mode 100644 sound/soc/sdca/sdca_interrupts.c
>
For this series
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
prev parent reply other threads:[~2025-06-10 1:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-09 12:39 [PATCH 0/7] Add SDCA IRQ support and some misc fixups Charles Keepax
2025-06-09 12:39 ` [PATCH 1/7] MAINTAINERS: Add SDCA maintainers entry Charles Keepax
2025-06-09 12:39 ` [PATCH 2/7] ASoC: SDCA: Add missing default in switch in entity_pde_event() Charles Keepax
2025-06-09 12:39 ` [PATCH 3/7] ASoC: SDCA: Fixup some kernel doc errors Charles Keepax
2025-06-09 12:39 ` [PATCH 4/7] ASoC: SDCA: Minor selected/detected mode control fixups Charles Keepax
2025-06-09 12:39 ` [PATCH 5/7] ASoC: SDCA: Add flag for unused IRQs Charles Keepax
2025-06-09 12:39 ` [PATCH 6/7] ASoC: SDCA: Generic interrupt support Charles Keepax
2025-06-10 8:52 ` Pierre-Louis Bossart
2025-06-10 10:21 ` Charles Keepax
2025-06-10 17:55 ` Pierre-Louis Bossart
2025-06-17 9:30 ` Charles Keepax
2025-06-26 11:47 ` Pierre-Louis Bossart
2025-06-09 12:39 ` [PATCH 7/7] ASoC: SDCA: Add some initial IRQ handlers Charles Keepax
2025-06-10 9:07 ` Pierre-Louis Bossart
2025-06-10 12:26 ` Mark Brown
2025-06-10 12:29 ` Charles Keepax
2025-06-10 1:32 ` Liao, Bard [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=d3c6686f-c57c-4607-b517-cb3f2e08c2a1@linux.intel.com \
--to=yung-chuan.liao@linux.intel.com \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.cirrus.com \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=patches@opensource.cirrus.com \
--cc=peter.ujfalusi@linux.intel.com \
--cc=pierre-louis.bossart@linux.dev \
/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 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.