From patchwork Tue Dec 21 17:00:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prabhakar X-Patchwork-Id: 12697001 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1ADA5C433EF for ; Tue, 21 Dec 2021 17:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=rm8lYOkUgmQBOSlnqw6RCTYJfVFCMz3VXDK56bV3CMM=; b=KFGYLIj6jdkZL4 g8meA3nYPfnEMEAMDCXKXEHz3PQwrTCSpGjS9iHe0s4AdIZrAec3133IyoZ/r7VahqIAzWR3qHMBR WTilko6lGuiJY+kIvtVPMNVYI8d21UpyZtBNC00QJxOSLR1V5LhqARxjbgUe9nHTc8OKce59nV0eJ +OwN/sxFqwts6Du4cZxgccgjNwSBfVFNNkN2RLahw8s6kRD3JPjxWub0DSEfw/mMBJX2VgAEiP7pO dO8VaOxCZmpM+XEeU3P4AtHCPBdvlrZNo+0Cpax+nlU3XVZ45vfhPG+DKc8wieDNgWT4Log5kO7w2 DGXzjgF7Cfa7BSs2V00Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mziXU-007fdO-6G; Tue, 21 Dec 2021 17:03:00 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mziVk-007eqK-M9 for linux-arm-kernel@lists.infradead.org; Tue, 21 Dec 2021 17:01:14 +0000 X-IronPort-AV: E=Sophos;i="5.88,224,1635174000"; d="scan'208";a="104253500" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 22 Dec 2021 02:01:08 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 26AB540083DD; Wed, 22 Dec 2021 02:01:05 +0900 (JST) From: Lad Prabhakar To: Rob Herring , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Michal Simek , alsa-devel@alsa-project.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lad Prabhakar Subject: [PATCH v2 0/2] sound/soc: Use platform_get_irq() to fetch IRQ's Date: Tue, 21 Dec 2021 17:00:58 +0000 Message-Id: <20211221170100.27423-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211221_090112_873485_54AE5797 X-CRM114-Status: UNSURE ( 7.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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/ Cheers, Prabhakar Lad Prabhakar (2): ASoC: xlnx: Use platform_get_irq() to get the interrupt ASoC: bcm: Use platform_get_irq() to get the interrupt sound/soc/bcm/bcm63xx-i2s.h | 1 - sound/soc/bcm/bcm63xx-pcm-whistler.c | 13 ++++++------- sound/soc/xilinx/xlnx_spdif.c | 10 +++------- 3 files changed, 9 insertions(+), 15 deletions(-)