From patchwork Tue Dec 21 20:39:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prabhakar Mahadev Lad X-Patchwork-Id: 526761 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3045FC433EF for ; Tue, 21 Dec 2021 20:39:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234492AbhLUUjZ (ORCPT ); Tue, 21 Dec 2021 15:39:25 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:28749 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234489AbhLUUjZ (ORCPT ); Tue, 21 Dec 2021 15:39:25 -0500 X-IronPort-AV: E=Sophos;i="5.88,224,1635174000"; d="scan'208";a="104263767" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 22 Dec 2021 05:39:23 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 2DCC0400CA07; Wed, 22 Dec 2021 05:39:22 +0900 (JST) From: Lad Prabhakar To: Roger Quadros , Tony Lindgren , Krzysztof Kozlowski , linux-omap@vger.kernel.org Cc: Rob Herring , linux-kernel@vger.kernel.org, Prabhakar , Lad Prabhakar Subject: [PATCH 0/2] memory: omap-gpmc: Use platform_get_irq() to get the interrupt Date: Tue, 21 Dec 2021 20:39:14 +0000 Message-Id: <20211221203916.18588-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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(-)