All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Add SDCA IRQ support and some misc fixups
@ 2025-06-24 12:28 Charles Keepax
  2025-06-24 12:28 ` [PATCH v3 1/7] MAINTAINERS: Add SDCA maintainers entry Charles Keepax
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Charles Keepax @ 2025-06-24 12:28 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, yung-chuan.liao, pierre-louis.bossart, peter.ujfalusi,
	patches, linux-sound

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

Changes since v2:
 - Just a rebase to avoid a conflict with the recently merged SDCA HID
   stuff.

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  |  78 ++++++
 sound/soc/sdca/Kconfig           |   7 +
 sound/soc/sdca/Makefile          |   5 +-
 sound/soc/sdca/sdca_asoc.c       |  19 +-
 sound/soc/sdca/sdca_functions.c  |   2 +
 sound/soc/sdca/sdca_interrupts.c | 439 +++++++++++++++++++++++++++++++
 8 files changed, 564 insertions(+), 8 deletions(-)
 create mode 100644 include/sound/sdca_interrupts.h
 create mode 100644 sound/soc/sdca/sdca_interrupts.c

-- 
2.39.5


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

end of thread, other threads:[~2025-07-01 23:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 12:28 [PATCH v3 0/7] Add SDCA IRQ support and some misc fixups Charles Keepax
2025-06-24 12:28 ` [PATCH v3 1/7] MAINTAINERS: Add SDCA maintainers entry Charles Keepax
2025-06-24 12:28 ` [PATCH v3 2/7] ASoC: SDCA: Add missing default in switch in entity_pde_event() Charles Keepax
2025-06-24 12:28 ` [PATCH v3 3/7] ASoC: SDCA: Fixup some kernel doc errors Charles Keepax
2025-06-24 12:28 ` [PATCH v3 4/7] ASoC: SDCA: Minor selected/detected mode control fixups Charles Keepax
2025-06-24 12:28 ` [PATCH v3 5/7] ASoC: SDCA: Add flag for unused IRQs Charles Keepax
2025-06-24 12:28 ` [PATCH v3 6/7] ASoC: SDCA: Generic interrupt support Charles Keepax
2025-06-24 12:28 ` [PATCH v3 7/7] ASoC: SDCA: Add some initial IRQ handlers Charles Keepax
2025-06-26 12:00 ` [PATCH v3 0/7] Add SDCA IRQ support and some misc fixups Pierre-Louis Bossart
2025-07-01 23:34 ` Mark Brown

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.