All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] i2c/busses: Use platform_get_irq/_optional() variants to fetch IRQ's
@ 2021-12-21 17:53 ` Lad Prabhakar
  0 siblings, 0 replies; 32+ messages in thread
From: Lad Prabhakar @ 2021-12-21 17:53 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list, Nicolas Saenz Julienne, Chris Brandt,
	Wolfram Sang, linux-i2c, linux-rpi-kernel, linux-arm-kernel,
	linux-renesas-soc
  Cc: linux-kernel, Prabhakarprabhakar.csengg, Lad Prabhakar

Hi All,

This patch series aims to drop using platform_get_resource() for IRQ types
in preparation for removal of static setup of IRQ resource from DT core
code.

Dropping usage of platform_get_resource() was agreed based on
the discussion [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/20211209001056.29774-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (3):
  i2c: bcm2835: Use platform_get_irq() to get the interrupt
  i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt
  i2c: riic: Use platform_get_irq() to get the interrupt

 drivers/i2c/busses/i2c-bcm2835.c   | 11 ++++------
 drivers/i2c/busses/i2c-riic.c      | 10 ++++-----
 drivers/i2c/busses/i2c-sh_mobile.c | 34 +++++++++++++++++++++++-------
 3 files changed, 35 insertions(+), 20 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-01-03  9:20 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 17:53 [PATCH v2 0/3] i2c/busses: Use platform_get_irq/_optional() variants to fetch IRQ's Lad Prabhakar
2021-12-21 17:53 ` Lad Prabhakar
2021-12-21 17:53 ` [PATCH v2 1/3] i2c: bcm2835: Use platform_get_irq() to get the interrupt Lad Prabhakar
2021-12-21 17:53   ` Lad Prabhakar
2021-12-21 18:24   ` Florian Fainelli
2021-12-21 18:24     ` Florian Fainelli
2022-01-03  9:18   ` Wolfram Sang
2022-01-03  9:18     ` Wolfram Sang
2021-12-21 17:53 ` [PATCH v2 2/3] i2c: sh_mobile: Use platform_get_irq_optional() " Lad Prabhakar
2021-12-21 17:53   ` Lad Prabhakar
2021-12-22  9:20   ` Geert Uytterhoeven
2021-12-22  9:20     ` Geert Uytterhoeven
2021-12-22  9:49   ` Wolfram Sang
2021-12-22  9:49     ` Wolfram Sang
2021-12-25 17:48   ` Andy Shevchenko
2021-12-25 17:48     ` Andy Shevchenko
2021-12-25 23:45     ` Prabhakar Mahadev Lad
2021-12-25 23:45       ` Prabhakar Mahadev Lad
2021-12-26  8:40       ` Andy Shevchenko
2021-12-26  8:40         ` Andy Shevchenko
2021-12-26 10:03         ` Lad, Prabhakar
2021-12-26 10:03           ` Lad, Prabhakar
2022-01-03  9:19   ` Wolfram Sang
2022-01-03  9:19     ` Wolfram Sang
2021-12-21 17:53 ` [PATCH v2 3/3] i2c: riic: Use platform_get_irq() " Lad Prabhakar
2021-12-21 17:53   ` Lad Prabhakar
2021-12-22  9:52   ` Wolfram Sang
2021-12-22  9:52     ` Wolfram Sang
2021-12-22 13:00   ` Geert Uytterhoeven
2021-12-22 13:00     ` Geert Uytterhoeven
2022-01-03  9:19   ` Wolfram Sang
2022-01-03  9:19     ` Wolfram Sang

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.