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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 14A28C433EF for ; Sat, 8 Jan 2022 21:18:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id C8F6CC36AED; Sat, 8 Jan 2022 21:18:55 +0000 (UTC) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 01DA3C36AE5 for ; Sat, 8 Jan 2022 21:18:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 01DA3C36AE5 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=lixom.net Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=lixom.net Received: by mail-pl1-f172.google.com with SMTP id h1so8700472pls.11 for ; Sat, 08 Jan 2022 13:18:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lixom-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KQdHX59zQzGaf+OD8CwAKEthqzbXd85Vf3CrWa5Zq2E=; b=ehLSUCz/PoKCY8UVLuCTp0TOssmBOWuJhidj7WZ9dGV8EDqfPr0pVY44E5TZ75huCz wyWH1niOT1m8Wis1qDnmP2pj+LOR2VXd0IkvA1XZ6eeNBbAI8s9snPCHq6/PYGTZN6Fs TPf8kxA/iV5IXmBkPWMHXSVAYlNSzW5WXER94FlL+VGxEa3+kKnE/0DasR/sWHWNu/rr wCh1atlqeYUjz7SK18GoczdPzsJEzTgGMj/HVEiVj4/2tYx7LJIqzHwUF0XNRdV8Os7D rG4FRTcNEERWGimzCwmT9zld9ZbnnmC49wNC2VwJs93VCfIsSsc9NOxxJaO0m8UtgdSY Rgbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KQdHX59zQzGaf+OD8CwAKEthqzbXd85Vf3CrWa5Zq2E=; b=d9dv7ecEgfvrDbsQRBDUUIcwe0/8jLJSrmHFw27XOrTfNX6O9iJeoRFx5vokmtNpqx 1OkWO6zPZT4rtWGDMiEE3+/4vBLCFhZ8G4QI5P5AmQBblzRif0W9m8S6nWZl8bSc7t+S XqYY7xxQpj/cipqvR2hWAPZs+jpFhV1HxlZXo3+FFWsg+GQZGkuaak/ZdI5N7sx8sLiz Qd3Fq6KfZDwXvBuiceTeG+z7Kod5ykGaf4+YGYuZCry0RRimHnVry0Kr2SjZFxpe+F3H KdUVeJCOdfB0NXw0/T71LfcjAeenZM8F/iANhk4ATSY/NV1Zb2CTGUtRJnjruETzT7jd KLyQ== X-Gm-Message-State: AOAM530MmiFfP6vIV0ROLBFBT+KYEeGNydhZVrAd8OXJw3XDoflzFR1Y HtyCHBch0AscAXKEX8m/lAeAX50ukXqkxzX+V8IyRQ== X-Google-Smtp-Source: ABdhPJwGySUI2fsTiCx40M78PiFzLhwoLq1bFbm/II9AeUmCOBd2CE39UQgkFOJfOnTXEz2jDWn0SdoSDbY5ON7o/u8= X-Received: by 2002:a63:a741:: with SMTP id w1mr7966528pgo.620.1641676734454; Sat, 08 Jan 2022 13:18:54 -0800 (PST) MIME-Version: 1.0 References: <20220104170247.956760-1-linus.walleij@linaro.org> <07f6beef-8824-e995-577e-3c705ed7d40f@i2se.com> In-Reply-To: <07f6beef-8824-e995-577e-3c705ed7d40f@i2se.com> From: Olof Johansson Date: Sat, 8 Jan 2022 13:18:43 -0800 Message-ID: Subject: Re: [PATCH] ARM: dts: gpio-ranges property is now required To: Stefan Wahren List-Id: Cc: ARM-SoC Maintainers , SoC Team , Linus Walleij , Linux ARM Mailing List , Phil Elwell , Florian Fainelli , Jan Kiszka , Linus Torvalds Content-Type: text/plain; charset="UTF-8" On Sat, Jan 8, 2022 at 1:04 PM Stefan Wahren wrote: > > Hi Olof, > > Am 04.01.22 um 18:02 schrieb Linus Walleij: > > From: Phil Elwell > > > > Since [1], added in 5.7, the absence of a gpio-ranges property has > > prevented GPIOs from being restored to inputs when released. > > Add those properties for BCM283x and BCM2711 devices. > > > > [1] commit 2ab73c6d8323 ("gpio: Support GPIO controllers without > > pin-ranges") > > > > Fixes: 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") > > Fixes: 266423e60ea1 ("pinctrl: bcm2835: Change init order for gpio hogs") > > Reported-by: Stefan Wahren > > Reported-by: Florian Fainelli > > Reported-by: Jan Kiszka > > Signed-off-by: Phil Elwell > > Acked-by: Florian Fainelli > > Reviewed-by: Linus Walleij > > Link: https://lore.kernel.org/r/20211206092237.4105895-3-phil@raspberrypi.com > > Signed-off-by: Linus Walleij > > --- > > Hi SoC maintainers, please apply this directly for fixes, the > > missing patch is wreacking havoc in the RPi world. > > this patch has been send to soc@kernel.org in order to fix a regression > [1] caused by "pinctrl: bcm2835: Change init order for gpio hog". Would > be great to get it into 5.16 > > [1] - > https://lore.kernel.org/all/ec60b52b-7a59-266d-9608-11c0da9053a6@i2se.com/ Yeah, my bad -- I only scanned for pull requests and missed this patch. I'll send it up. Linus just merged the pull request I sent so I'll do an incremental one. -Olof 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 D9ADDC433F5 for ; Sat, 8 Jan 2022 21:20:11 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qmbca9LSSYgdTWwktEZOlYeQHteGN409KPg7uVW5CWY=; b=qISubdA6JoYLRK VWvqRa+zohLDJ+vjTtru+CdurjZuefX1GscExp2vtGDR8xwvi9nMr4eg3kIZyg6Xsj3Arv9iXJkfr Rhnz+AulIFcHVAl8tR9oPkE/X1KYRiE4cVThZBccC6Wh6L4/OpmLOCC6myEf146uHrDiNfxmnHCAK 5zCfGyHy1Xwd55ZGa9aZ1wjpMo/hDqhjdKfz8qZ8qmpSv0Xq6P9EvKh96eNjeJdestrDJNmfddGTc V7ra6/8iJnwkKkYAeqhZu/o0BZYz2Mp907eseEN2K+dDZJsBbDPBG1bne2IQhy4h6QkGc4iBQeoVV ZsH0Ixmk0TK29A9x0tmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n6J74-006ztf-5f; Sat, 08 Jan 2022 21:18:58 +0000 Received: from mail-pj1-x1036.google.com ([2607:f8b0:4864:20::1036]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n6J71-006ztF-FT for linux-arm-kernel@lists.infradead.org; Sat, 08 Jan 2022 21:18:57 +0000 Received: by mail-pj1-x1036.google.com with SMTP id b1-20020a17090a990100b001b14bd47532so11481886pjp.0 for ; Sat, 08 Jan 2022 13:18:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lixom-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KQdHX59zQzGaf+OD8CwAKEthqzbXd85Vf3CrWa5Zq2E=; b=ehLSUCz/PoKCY8UVLuCTp0TOssmBOWuJhidj7WZ9dGV8EDqfPr0pVY44E5TZ75huCz wyWH1niOT1m8Wis1qDnmP2pj+LOR2VXd0IkvA1XZ6eeNBbAI8s9snPCHq6/PYGTZN6Fs TPf8kxA/iV5IXmBkPWMHXSVAYlNSzW5WXER94FlL+VGxEa3+kKnE/0DasR/sWHWNu/rr wCh1atlqeYUjz7SK18GoczdPzsJEzTgGMj/HVEiVj4/2tYx7LJIqzHwUF0XNRdV8Os7D rG4FRTcNEERWGimzCwmT9zld9ZbnnmC49wNC2VwJs93VCfIsSsc9NOxxJaO0m8UtgdSY Rgbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KQdHX59zQzGaf+OD8CwAKEthqzbXd85Vf3CrWa5Zq2E=; b=Rc6bL03Hhp/G189Z2Up9DcqWGaXdTarEWU9BYlBEmZw3B33ARlCnoarIfioCdGosUx zvDR08iuBgp4jJjTPiebwcZwuQwHdrUGV7j0TA6TOJsbVNlCcrWH6V+NyBwX1wnd3cC4 EiR0T+2NbNfHzKjbPO5HoP8X58t9LSLfk0w6z7tlytt93evIRAkR4rQZPgdJT7WWkJvU hEdTegEUcONT/560J4+UW5O+PzsJTu5WspiP8pwKkdbmW6pGwLHb7ZdmxxypY362X39p xtHq4LHsZ8dsxwv5pXT3/0Z00F1wTBsk8G9JqwcrcjSeML/hI8JnJDzN/KTCpiQWiSqb 9pNQ== X-Gm-Message-State: AOAM533e8UN/fDmMF0JV/n7AUh8GO50CT4zb7UVM/BL1Zj9Q6bHemaP1 2xQuU80bl6BCtTX8Q8YC8kuZC8Rr0czJ0+P06TP2V4bhHqg= X-Google-Smtp-Source: ABdhPJwGySUI2fsTiCx40M78PiFzLhwoLq1bFbm/II9AeUmCOBd2CE39UQgkFOJfOnTXEz2jDWn0SdoSDbY5ON7o/u8= X-Received: by 2002:a63:a741:: with SMTP id w1mr7966528pgo.620.1641676734454; Sat, 08 Jan 2022 13:18:54 -0800 (PST) MIME-Version: 1.0 References: <20220104170247.956760-1-linus.walleij@linaro.org> <07f6beef-8824-e995-577e-3c705ed7d40f@i2se.com> In-Reply-To: <07f6beef-8824-e995-577e-3c705ed7d40f@i2se.com> From: Olof Johansson Date: Sat, 8 Jan 2022 13:18:43 -0800 Message-ID: Subject: Re: [PATCH] ARM: dts: gpio-ranges property is now required To: Stefan Wahren Cc: ARM-SoC Maintainers , SoC Team , Linus Walleij , Linux ARM Mailing List , Phil Elwell , Florian Fainelli , Jan Kiszka , Linus Torvalds X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220108_131855_561239_E55F70DF X-CRM114-Status: GOOD ( 16.75 ) 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 On Sat, Jan 8, 2022 at 1:04 PM Stefan Wahren wrote: > > Hi Olof, > > Am 04.01.22 um 18:02 schrieb Linus Walleij: > > From: Phil Elwell > > > > Since [1], added in 5.7, the absence of a gpio-ranges property has > > prevented GPIOs from being restored to inputs when released. > > Add those properties for BCM283x and BCM2711 devices. > > > > [1] commit 2ab73c6d8323 ("gpio: Support GPIO controllers without > > pin-ranges") > > > > Fixes: 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") > > Fixes: 266423e60ea1 ("pinctrl: bcm2835: Change init order for gpio hogs") > > Reported-by: Stefan Wahren > > Reported-by: Florian Fainelli > > Reported-by: Jan Kiszka > > Signed-off-by: Phil Elwell > > Acked-by: Florian Fainelli > > Reviewed-by: Linus Walleij > > Link: https://lore.kernel.org/r/20211206092237.4105895-3-phil@raspberrypi.com > > Signed-off-by: Linus Walleij > > --- > > Hi SoC maintainers, please apply this directly for fixes, the > > missing patch is wreacking havoc in the RPi world. > > this patch has been send to soc@kernel.org in order to fix a regression > [1] caused by "pinctrl: bcm2835: Change init order for gpio hog". Would > be great to get it into 5.16 > > [1] - > https://lore.kernel.org/all/ec60b52b-7a59-266d-9608-11c0da9053a6@i2se.com/ Yeah, my bad -- I only scanned for pull requests and missed this patch. I'll send it up. Linus just merged the pull request I sent so I'll do an incremental one. -Olof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel