All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: da9062: Make the use of IRQ optional
@ 2022-11-22  9:58 ` Christoph Niedermaier
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Niedermaier @ 2022-11-22  9:58 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Christoph Niedermaier, Support Opensource, Adam Thomson,
	Liam Girdwood, Mark Brown, Marek Vasut, kernel, linux-kernel

For the core functionality of the MFD DA9061/62 IRQ isn't needed. This
series removes the requirement for an IRQ. This is done by modifing the
MFD driver and regulator driver to setup the device without IRQ. This
makes the DA9061/62 chip useable for designs which haven't connected
the IRQ pin.

I tested it with a DHCOM i.MX6ULL, which is powered by a DA9061.

In this series, the DT binding file is also adapted.

Christoph Niedermaier (3):
  dt-bindings: mfd: da9062: Move IRQ to optional properties
  mfd: da9062: Remove IRQ requirement
  regulator: da9062: Make the use of IRQ optional
---
Cc: Support Opensource <support.opensource@diasemi.com>
Cc: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Marek Vasut <marex@denx.de>
Cc: kernel@dh-electronics.com
Cc: linux-kernel@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
 Documentation/devicetree/bindings/mfd/da9062.txt | 11 +--
 drivers/mfd/da9062-core.c                        | 98 ++++++++++++++++++------
 drivers/regulator/da9062-regulator.c             |  7 +-
 3 files changed, 82 insertions(+), 34 deletions(-)

-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-12-08 13:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22  9:58 [PATCH 0/3] mfd: da9062: Make the use of IRQ optional Christoph Niedermaier
2022-11-22  9:58 ` Christoph Niedermaier
2022-11-22  9:58 ` [PATCH 1/3] dt-bindings: mfd: da9062: Move IRQ to optional properties Christoph Niedermaier
2022-11-22  9:58   ` Christoph Niedermaier
2022-11-22 10:18   ` Krzysztof Kozlowski
2022-11-22 10:18     ` Krzysztof Kozlowski
2022-12-08 13:14   ` Lee Jones
2022-12-08 13:14     ` Lee Jones
2022-11-22  9:58 ` [PATCH 2/3] mfd: da9062: Remove IRQ requirement Christoph Niedermaier
2022-11-22  9:58   ` Christoph Niedermaier
2022-11-22  9:58 ` [PATCH 3/3] regulator: da9062: Make the use of IRQ optional Christoph Niedermaier
2022-11-22  9:58   ` Christoph Niedermaier
2022-11-22 12:10   ` Mark Brown
2022-11-22 12:10     ` Mark Brown
2022-11-23 11:09   ` DLG Adam Ward
2022-11-23 11:09     ` DLG Adam Ward

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.