linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 RESEND 0/2] irqchip support for Cirrus Logic Madera codecs
@ 2018-10-16  9:38 Richard Fitzgerald
  2018-10-16  9:38 ` [PATCH v13 RESEND 1/2] mfd: madera: Add irqchip data pointer into struct madera Richard Fitzgerald
  2018-10-16  9:38 ` [PATCH v13 RESEND 2/2] irqchip: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Fitzgerald @ 2018-10-16  9:38 UTC (permalink / raw)
  To: lee.jones, tglx, marc.zyngier, jason
  Cc: patches, linux-kernel, Richard Fitzgerald

This adds the support for the interrupt controller on the Cirrus Logic
Madera codecs. The irqchip patch has dependencies on the MFD tree.

Lee - can you take both these through the MFD tree? The irqchip patch
has dependencies on headers in MFD that aren't upstream yet so
submitting it to the irqchip tree breaks that tree.

Richard Fitzgerald (2):
  mfd: madera: Add irqchip data pointer into struct madera
  irqchip: Add driver for Cirrus Logic Madera codecs

 MAINTAINERS                        |   2 +
 drivers/irqchip/Kconfig            |   3 +
 drivers/irqchip/Makefile           |   1 +
 drivers/irqchip/irq-madera.c       | 256 +++++++++++++++++++++++++++++++++++++
 include/linux/irqchip/irq-madera.h | 132 +++++++++++++++++++
 include/linux/mfd/madera/core.h    |   2 +
 6 files changed, 396 insertions(+)
 create mode 100644 drivers/irqchip/irq-madera.c
 create mode 100644 include/linux/irqchip/irq-madera.h

-- 
2.11.0


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

end of thread, other threads:[~2018-10-25  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-16  9:38 [PATCH v13 RESEND 0/2] irqchip support for Cirrus Logic Madera codecs Richard Fitzgerald
2018-10-16  9:38 ` [PATCH v13 RESEND 1/2] mfd: madera: Add irqchip data pointer into struct madera Richard Fitzgerald
2018-10-25  8:01   ` Lee Jones
2018-10-16  9:38 ` [PATCH v13 RESEND 2/2] irqchip: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald

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).