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 4F77ACA0ECC for ; Mon, 11 Sep 2023 21:04:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242068AbjIKU5c (ORCPT ); Mon, 11 Sep 2023 16:57:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237438AbjIKMuw (ORCPT ); Mon, 11 Sep 2023 08:50:52 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 40BA5CEB; Mon, 11 Sep 2023 05:50:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6F29580A2; Mon, 11 Sep 2023 12:50:47 +0000 (UTC) Date: Mon, 11 Sep 2023 15:50:46 +0300 From: Tony Lindgren To: Bartosz Golaszewski Cc: Janusz Krzysztofik , Linus Walleij , Aaro Koskinen , Russell King , Mika Westerberg , Andy Shevchenko , Dipen Patel , Thierry Reding , Jonathan Hunter , Hans de Goede , Mark Gross , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org, timestamp@lists.linux.dev, linux-tegra@vger.kernel.org, platform-driver-x86@vger.kernel.org, Bartosz Golaszewski Subject: Re: [RFT PATCH 15/21] arm: omap1: ams-delta: stop using gpiochip_find() Message-ID: <20230911125046.GA5285@atomide.com> References: <20230905185309.131295-1-brgl@bgdev.pl> <20230905185309.131295-16-brgl@bgdev.pl> <6555932.G0QQBjFxQf@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Bartosz Golaszewski [230911 11:10]: > On Fri, Sep 8, 2023 at 8:07 PM Janusz Krzysztofik wrote: > > > > Dnia czwartek, 7 września 2023 09:31:01 CEST Linus Walleij pisze: > > > On Tue, Sep 5, 2023 at 8:53 PM Bartosz Golaszewski wrote: > > > > > > > From: Bartosz Golaszewski > > > > > > > > gpiochip_find() is going away as it's not hot-unplug safe. This platform > > > > is not affected by any of the related problems as this GPIO controller > > > > cannot really go away but in order to finally remove this function, we > > > > need to convert it to using gpio_device_find() as well. > > > > > > > > Signed-off-by: Bartosz Golaszewski > > > > > > I was cleaning this one just some merge cycle ago, now it > > > looks even better! > > > Reviewed-by: Linus Walleij > > > > Acked-by: Janusz Krzysztofik > > > > Janusz, > > Is it fine if I take it through the GPIO tree? Works for me at least: Acked-by: Tony Lindgren