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 1DD9DC001E0 for ; Thu, 20 Jul 2023 03:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229512AbjGTDXI (ORCPT ); Wed, 19 Jul 2023 23:23:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229825AbjGTDXC (ORCPT ); Wed, 19 Jul 2023 23:23:02 -0400 Received: from m12.mail.163.com (m12.mail.163.com [220.181.12.215]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1E74F92; Wed, 19 Jul 2023 20:22:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:MIME-Version:Subject:From: Content-Type; bh=IY+RAcc1GIlfkxtLHhXfiV6sRGLtLR6DNqK46NMbrwg=; b=InoTSa1nthHTskV/3OhpZy5KvDbQi69GsoTuARVtap3P9xlNy0klQsXf5E+nl7 Z3fvVp/7wSU/+XMZsoDfUYsGvsmu6y1CS5ujDlIouJOQBRa5oIaVjsbKfQY/u0PW aegiDYQpxbvKTcVDzTbx61ltQ54ID++PbYIaZ6N+2G7Mc= Received: from [172.20.10.2] (unknown [39.144.138.239]) by zwqz-smtp-mta-g3-3 (Coremail) with SMTP id _____wA3Le70pLhk5wATAw--.40526S3; Thu, 20 Jul 2023 11:07:39 +0800 (CST) Message-ID: <7b8435c9-36ad-9b69-7357-94cb5fcadc99@163.com> Date: Thu, 2 Mar 2023 21:48:57 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH v2 1/1] gpio-f7188x: fix base values conflicts with other gpio pins Content-Language: en-US To: Linus Walleij Cc: brgl@bgdev.pl, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, henning.schild@siemens.com, xingtong.wu@siemens.com References: <20230529025011.2806-1-xingtong_wu@163.com> <20230529025011.2806-2-xingtong_wu@163.com> From: "xingtong.wu" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CM-TRANSID: _____wA3Le70pLhk5wATAw--.40526S3 X-Coremail-Antispam: 1Uf129KBjvdXoWrZr1fZF47ZF18uF18uw1DGFg_yoWxCFg_ur 4I9Fn7Jr48GF47Ca909F4kGr4SqFykXF1DCr9xtr4fZw15AF1rKan5JrZ2gF12g3WUCFyS gFna9F1Iyry7XjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU80_M3UUUUU== X-Originating-IP: [39.144.138.239] X-CM-SenderInfo: p0lqw35rqjs4rx6rljoofrz/xtbCfgSy0GDcOxu-gAAAs7 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 2023/5/29 21:02, Linus Walleij wrote: > On Mon, May 29, 2023 at 4:55 AM wrote: > >> From: "xingtong.wu" >> >> switch pin base from static to automatic allocation to >> avoid conflicts and align with other gpio chip drivers >> >> Signed-off-by: xingtong.wu > > Reviewed-by: Linus Walleij > > If this platform does not have a ton of userspace using the obsolete > sysfs this should be fine to apply. I say let's apply and see what happens. > > Yours, > Linus Walleij Hi Seems it has been a while since our last discussion, I guess it might be fit in. -- XingTong Wu