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 0C11AC001DC for ; Thu, 27 Jul 2023 16:42:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232021AbjG0QmE (ORCPT ); Thu, 27 Jul 2023 12:42:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229895AbjG0Qlx (ORCPT ); Thu, 27 Jul 2023 12:41:53 -0400 Received: from mgamail.intel.com (unknown [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A09AE3A85; Thu, 27 Jul 2023 09:41:45 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="365828585" X-IronPort-AV: E=Sophos;i="6.01,235,1684825200"; d="scan'208";a="365828585" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2023 09:41:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="727083881" X-IronPort-AV: E=Sophos;i="6.01,235,1684825200"; d="scan'208";a="727083881" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 27 Jul 2023 09:40:26 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qP42K-00CQVZ-2F; Thu, 27 Jul 2023 19:40:24 +0300 Date: Thu, 27 Jul 2023 19:40:24 +0300 From: Andy Shevchenko To: Duje =?utf-8?Q?Mihanovi=C4=87?= Cc: Robert Jarzmik , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, afaerber@suse.com Subject: Re: [PATCH v2 2/9] gpio: pxa: use dynamic allocation of base Message-ID: References: <20230727162909.6031-1-duje.mihanovic@skole.hr> <20230727162909.6031-3-duje.mihanovic@skole.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230727162909.6031-3-duje.mihanovic@skole.hr> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Jul 27, 2023 at 06:29:00PM +0200, Duje Mihanović wrote: > Fixes the warning in dmesg that static allocation of the base is > deprecated. Right. > This will break some older PXA boards (such as Spitz) as they still > seem to rely on fixed GPIO numbers with gpio_request and such. So...? Why do you think this patch can be accepted? -- With Best Regards, Andy Shevchenko