From patchwork Thu Mar 3 20:37:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Horatiu Vultur X-Patchwork-Id: 547957 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 CCB94C433EF for ; Thu, 3 Mar 2022 20:34:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235445AbiCCUfc (ORCPT ); Thu, 3 Mar 2022 15:35:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234530AbiCCUfb (ORCPT ); Thu, 3 Mar 2022 15:35:31 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD9CEEEA5E; Thu, 3 Mar 2022 12:34:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646339685; x=1677875685; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0+Z2OVFJ3xJ8lZxfwd3cdQgStYXDsO8ikyWSekV1+js=; b=k5MZ/psfwTligdK9ncHux3KIwVZ4VZYMOaF7IFZ1Vd5CHYZlcRO1giK7 kABn3IuHLCJLWjutB1Ey8lxso6O4z0K0sIWbu+oG8IkxDw8IQyp7T5fiq xUThubT9XEG/wxYVU1DdnCCEYMAQqOPemO/11DFhA+2PIKutz7pTETq3k xwAxjs65Ymg/bdl2gmPIBgmG5n1x5w0ZETCEaue1H3zOLcz2jcyxLJ08A vnCCQQPl1PKZErHlrdpkslEO8vlOCYC6SjqSyMLfH3X5EgT9Hbp1/Fv96 XcyjJcCJcEDFhEpFCwMcHeBHMiu+uHq972CCkbhcYJGhU8JXnEseSuEFa g==; X-IronPort-AV: E=Sophos;i="5.90,153,1643698800"; d="scan'208";a="150780450" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Mar 2022 13:34:44 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Thu, 3 Mar 2022 13:34:44 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 3 Mar 2022 13:34:42 -0700 From: Horatiu Vultur To: , CC: , , , Horatiu Vultur Subject: [PATCH 0/2] pinctrl: ocelot: Add fixes for ocelot driver Date: Thu, 3 Mar 2022 21:37:14 +0100 Message-ID: <20220303203716.3012703-1-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This contains two fixes for the ocelot pinctrl: - first fixes the memory resource index for pincfg - second fixes the interrupt parsing Horatiu Vultur (2): pinctrl: ocelot: Fix the pincfg resource. pinctrl: ocelot: Fix interrupt parsing drivers/pinctrl/pinctrl-ocelot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Colin Foster