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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F5ACE95A91 for ; Mon, 9 Oct 2023 13:34:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377136AbjJINeO (ORCPT ); Mon, 9 Oct 2023 09:34:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377261AbjJINeH (ORCPT ); Mon, 9 Oct 2023 09:34:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3879094 for ; Mon, 9 Oct 2023 06:34:06 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C323C433C8; Mon, 9 Oct 2023 13:34:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696858445; bh=Hp65oHDNoHvI892PUtBacF079klZMV39eyQSqpiyBzs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HBbBftVMmV1eXHdVg9gbweXagLn7pUiBIcH15seDnM2fbeYO4m2gD7AffBnJSXG6x 278uYblDd0QXgp5Gj1MHagPmublp+hpUIG4h2Ii1sgDz5Xc8XkToodXS2kiQYt/sAh dNMUhnnbv0mk6RWoH0HW39fAHDaG4Cy2dvvfQofs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Duje=20Mihanovi=C4=87?= , Andy Shevchenko , Bartosz Golaszewski Subject: [PATCH 5.4 124/131] gpio: pxa: disable pinctrl calls for MMP_GPIO Date: Mon, 9 Oct 2023 15:02:44 +0200 Message-ID: <20231009130120.217462367@linuxfoundation.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231009130116.329529591@linuxfoundation.org> References: <20231009130116.329529591@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 5.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Duje Mihanović commit f0575116507b981e6a810e78ce3c9040395b958b upstream. Similarly to PXA3xx and MMP2, pinctrl-single isn't capable of setting pin direction on MMP either. Fixes: a770d946371e ("gpio: pxa: add pin control gpio direction and request") Signed-off-by: Duje Mihanović Reviewed-by: Andy Shevchenko Signed-off-by: Bartosz Golaszewski Signed-off-by: Greg Kroah-Hartman --- drivers/gpio/gpio-pxa.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/gpio/gpio-pxa.c +++ b/drivers/gpio/gpio-pxa.c @@ -243,6 +243,7 @@ static bool pxa_gpio_has_pinctrl(void) switch (gpio_type) { case PXA3XX_GPIO: case MMP2_GPIO: + case MMP_GPIO: return false; default: