From mboxrd@z Thu Jan 1 00:00:00 1970 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 15EC3E7D241 for ; Tue, 26 Sep 2023 07:10:23 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=l+2FA+NWd4Eaws+ASz3H9EVpDww+WDFaszQC6JIeMh4=; b=WFokAlGuS/0+DW sh9Zr9cZqSiVAmg0fzaaj7GbSmb9GNsDIUG0duJechRuM687xPGu9JhYCpc/7Z4vvxyyXoKJQhWyk 1SAeWJsFytxcB+Vd3Z1Ima+MYEqWop/0bUXZG92fukzZMJpCzHHX4+yKBn2hrJknGeA79Jei/vQ3n BhPxysPMEgHt2Wn6t2GYjmswCdf1RrEByd3G78iFzTRhlAUzeoVonpQiObcSCNIlNNhgiqAgMKKyM ei3b8jlDrBo/UJ4EAQusFdzAVLzFYV1xgDx/dsr5U0tjmduAen9KZo6RPgvWrwO4Mbbe2mUR678V3 iY62vg4K37FmCZf203zA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ql2Ck-00FlvZ-2L; Tue, 26 Sep 2023 07:09:58 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ql2Ch-00FlvE-3A for linux-arm-kernel@lists.infradead.org; Tue, 26 Sep 2023 07:09:57 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E236480A3; Tue, 26 Sep 2023 07:09:54 +0000 (UTC) Date: Tue, 26 Sep 2023 10:09:53 +0300 From: Tony Lindgren To: Linus Walleij Cc: Aaro Koskinen , Janusz Krzysztofik , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , Bartosz Golaszewski , Andy Shevchenko , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] OMAP/gpio: drop MPUIO static base Message-ID: <20230926070953.GV5285@atomide.com> References: <20230912-omap-mpuio-base-v1-1-290d9bd24b23@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230912-omap-mpuio-base-v1-1-290d9bd24b23@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230926_000956_085440_E31CCFB3 X-CRM114-Status: GOOD ( 10.81 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Linus Walleij [230912 08:45]: > The OMAP GPIO driver hardcodes the MPIO chip base, but there > is no point: we have already moved all consumers over to using > descriptor look-ups. > > Drop the MPUIO GPIO base and use dynamic assignment. > > Root out the unused instances of the OMAP_MPUIO() macro and > delete the unused OMAP_GPIO_IS_MPUIO() macro. > > Signed-off-by: Linus Walleij > --- > Maybe Bartosz can merge this into the GPIO tree with Tony's > et al blessing? Best to wait for Tested-by from Aaro on this one. As far as I'm concerned, good to see this: Reviewed-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel