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 DBF41C0502A for ; Tue, 30 Aug 2022 09:17:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231296AbiH3JRx (ORCPT ); Tue, 30 Aug 2022 05:17:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229747AbiH3JRw (ORCPT ); Tue, 30 Aug 2022 05:17:52 -0400 X-Greylist: delayed 2655 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 30 Aug 2022 02:17:49 PDT Received: from mail.gnudd.com (mail.gnudd.com [93.91.132.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D217CD2E95; Tue, 30 Aug 2022 02:17:49 -0700 (PDT) Received: from rubini by mail.gnudd.com with local (Exim 4.94.2) (envelope-from ) id 1oSwgE-0003Bx-Nf; Tue, 30 Aug 2022 10:33:06 +0200 Date: Tue, 30 Aug 2022 10:33:06 +0200 From: Alessandro Rubini To: ciminaghi@gnudd.com Cc: arnd@arndb.de, christophe.leroy@csgroup.eu, linus.walleij@linaro.org, gnurou@gmail.com, acourbot@nvidia.com, brgl@bgdev.pl, corbet@lwn.net, linux@armlinux.org.uk, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, linux-gpio@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org Subject: Re: [PATCH] gpio: Allow user to customise maximum number of GPIOs Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: GnuDD, Device Drivers, Embedded Systems, Courses Sender: rubini@gnudd.com In-Reply-To: References: <87f2ff4c-3426-201c-df86-2d06d3587a20@csgroup.eu> <515364a9-33a1-fafa-fdce-dc7dbd5bb7fb@csgroup.eu> Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Thanks davide for the good explanation (and the link the the old email I forgot about) > tl;dr: sta2x11 support can be removed. Confirmed. The point here is that we talked with the vendor. They are still using the device (with some extra internal patches), but new development at kernel level is stopped. Since the device is not currently available to the general public, it's ok to save the maintaining efforts. I can submit patch[es] next week or ack removal if somebody submits them earlier. thanks /alessandro