All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mfd: da9063: Register device with proper irq_base
@ 2014-11-21 15:29 Dmitry Lavnikevich
  2014-11-21 15:29 ` [PATCH v2 1/2] mfd: da9063: Get irq base dynamically before registering device Dmitry Lavnikevich
  2014-11-21 15:29 ` [PATCH v2 2/2] regulator: da9063: Do not transform local IRQ to virtual Dmitry Lavnikevich
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Lavnikevich @ 2014-11-21 15:29 UTC (permalink / raw)
  To: support.opensource, sameo, lee.jones, lgirdwood, broonie,
	linux-kernel

This patchset fixes rtc-da9063 registration failure caused by
platform_get_irq_byname() returning local irq instead of virtual one.

In first patch version it was supposed to just transform local IRQ to
VIRQ in rtc-da9063 driver but after discussion in [1] it was decided
to register mfd device with proper irq_base instead of performing IRQ
transform. This is done with patch 1.

This way getting VIRQ in da9063-regulator driver become unnecessary
and so it is removed with patch 2.

[1] https://lkml.org/lkml/2014/11/20/242


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

end of thread, other threads:[~2014-11-24 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 15:29 [PATCH v2 0/2] mfd: da9063: Register device with proper irq_base Dmitry Lavnikevich
2014-11-21 15:29 ` [PATCH v2 1/2] mfd: da9063: Get irq base dynamically before registering device Dmitry Lavnikevich
2014-11-24 10:07   ` Lee Jones
2014-11-21 15:29 ` [PATCH v2 2/2] regulator: da9063: Do not transform local IRQ to virtual Dmitry Lavnikevich
2014-11-21 18:14   ` Mark Brown
2014-11-24  8:45     ` Opensource [Steve Twiss]

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.