linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 1/2] mfd: madera: Add irqchip data pointer into struct madera
@ 2018-08-28 13:09 Richard Fitzgerald
  2018-08-28 13:09 ` [PATCH v10 2/2] irqchip: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Fitzgerald @ 2018-08-28 13:09 UTC (permalink / raw)
  To: tglx, jason, marc.zyngier, lee.jones
  Cc: patches, linux-kernel, Richard Fitzgerald

Put the pointer to struct regmap_irq_chip_data into the parent
mfd structure so that the child irqchip driver does not need
a trivial private structure to store only this pointer. As
the irqchip child driver already has a pointer to the parent
struct madera it can use that to store the pointer. This also
means that the irqchip driver does not need a double-indirection
from its local struct to get at the parent struct madera.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
 include/linux/mfd/madera/core.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/mfd/madera/core.h b/include/linux/mfd/madera/core.h
index c332681848ef..fe69c0f4398f 100644
--- a/include/linux/mfd/madera/core.h
+++ b/include/linux/mfd/madera/core.h
@@ -148,6 +148,7 @@ struct snd_soc_dapm_context;
  * @internal_dcvdd:	true if DCVDD is supplied from the internal LDO1
  * @pdata:		our pdata
  * @irq_dev:		the irqchip child driver device
+ * @irq_data:		pointer to irqchip data for the child irqchip driver
  * @irq:		host irq number from SPI or I2C configuration
  * @out_clamp:		indicates output clamp state for each analogue output
  * @out_shorted:	indicates short circuit state for each analogue output
@@ -175,6 +176,7 @@ struct madera {
 	struct madera_pdata pdata;
 
 	struct device *irq_dev;
+	struct regmap_irq_chip_data *irq_data;
 	int irq;
 
 	unsigned int num_micbias;
-- 
2.11.0


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

end of thread, other threads:[~2018-09-10 12:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28 13:09 [PATCH v10 1/2] mfd: madera: Add irqchip data pointer into struct madera Richard Fitzgerald
2018-08-28 13:09 ` [PATCH v10 2/2] irqchip: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald
2018-08-30 10:31   ` Thomas Gleixner
2018-08-30 11:44     ` Richard Fitzgerald
2018-08-30 11:51       ` Thomas Gleixner
2018-09-10 11:33         ` Lee Jones
2018-09-10 12:08           ` Richard Fitzgerald
2018-09-10 12:17             ` 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).