public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] memory: omap-gpmc: Use platform_get_irq() to get the interrupt
@ 2021-12-21 20:39 Lad Prabhakar
  2021-12-21 20:39 ` [PATCH 1/2] " Lad Prabhakar
  2021-12-21 20:39 ` [PATCH 2/2] memory: omap-gpmc: Make use of the devm_platform_ioremap_resource() Lad Prabhakar
  0 siblings, 2 replies; 7+ messages in thread
From: Lad Prabhakar @ 2021-12-21 20:39 UTC (permalink / raw)
  To: Roger Quadros, Tony Lindgren, Krzysztof Kozlowski, linux-omap
  Cc: Rob Herring, linux-kernel, Prabhakar, 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/

While doing the above just noticed the code can be simplified
so introduced patch 2/2 to use devm_platform_ioremap_resource().

Cheers,
Prabhakar

Lad Prabhakar (2):
  memory: omap-gpmc: Use platform_get_irq() to get the interrupt
  memory: omap-gpmc: Make use of the devm_platform_ioremap_resource()

 drivers/memory/omap-gpmc.c | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-12-22 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 20:39 [PATCH 0/2] memory: omap-gpmc: Use platform_get_irq() to get the interrupt Lad Prabhakar
2021-12-21 20:39 ` [PATCH 1/2] " Lad Prabhakar
2021-12-22 10:28   ` Roger Quadros
2021-12-22 11:19   ` (subset) " Krzysztof Kozlowski
2021-12-21 20:39 ` [PATCH 2/2] memory: omap-gpmc: Make use of the devm_platform_ioremap_resource() Lad Prabhakar
2021-12-22 10:30   ` Roger Quadros
2021-12-22 10:43     ` Lad, Prabhakar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox