linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fix drivers that consider 0 as a valid IRQ in client->irq
@ 2015-06-05 13:59 Octavian Purdila
  2015-06-05 13:59 ` [PATCH v3 1/2] iio: " Octavian Purdila
  2015-06-05 13:59 ` [PATCH v3 2/2] rtc: " Octavian Purdila
  0 siblings, 2 replies; 12+ messages in thread
From: Octavian Purdila @ 2015-06-05 13:59 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Mika Westerberg, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald, Alessandro Zummo,
	Alexandre Belloni, Srinivas Pandruvada, linux-iio, rtc-linux,
	linux-kernel, Octavian Purdila

Since patch "i2c / ACPI: Use 0 to indicate that device does not have
interrupt assigned" [1], 0 is not a valid i2c client irq anymore, so
change all driver's checks accordingly.

The same issue occurs when the device is instantiated via device tree
with no IRQ, or from the i2c sysfs interface, even before the patch
above.

[1] http://lkml.kernel.org/g/<1430908148-201129-3-git-send-email-mika.westerberg@linux.intel.com>

Changes since v2:

 * switch to using https://lkml.kernel.org/ instead of lkml.org

Changes since v1:

 * remove the commit id as the referenced patch is not yet merged

 * rephrased the subject line to be more descriptive


Octavian Purdila (2):
  iio: fix drivers that consider 0 as a valid IRQ in client->irq
  rtc: fix drivers that consider 0 as a valid IRQ in client->irq

 drivers/iio/accel/bmc150-accel.c | 2 +-
 drivers/iio/accel/kxcjk-1013.c   | 2 +-
 drivers/iio/accel/mma9553.c      | 2 +-
 drivers/iio/imu/kmx61.c          | 8 ++++----
 drivers/rtc/rtc-ds1374.c         | 4 ++--
 drivers/rtc/rtc-ds3232.c         | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-07-23 19:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 13:59 [PATCH v3 0/2] fix drivers that consider 0 as a valid IRQ in client->irq Octavian Purdila
2015-06-05 13:59 ` [PATCH v3 1/2] iio: " Octavian Purdila
2015-07-23 10:59   ` Octavian Purdila
2015-07-23 13:11     ` Linus Walleij
2015-07-23 13:23       ` Octavian Purdila
2015-07-23 13:31         ` Linus Walleij
2015-07-23 13:26       ` Alexandre Belloni
2015-07-23 14:05     ` jic23
2015-07-23 14:38       ` Octavian Purdila
2015-07-23 19:25         ` Jonathan Cameron
2015-06-05 13:59 ` [PATCH v3 2/2] rtc: " Octavian Purdila
2015-07-23 15:01   ` Alexandre Belloni

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