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 9AC4EC636D6 for ; Thu, 23 Feb 2023 10:30:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233705AbjBWKaC (ORCPT ); Thu, 23 Feb 2023 05:30:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233682AbjBWK3y (ORCPT ); Thu, 23 Feb 2023 05:29:54 -0500 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 090D62ED52; Thu, 23 Feb 2023 02:29:52 -0800 (PST) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 39457123A; Thu, 23 Feb 2023 11:29:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1677148189; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ce0djBkbgIfPJp0Z94KT92OljnaqxS9qhflvWJOeC8w=; b=CzegLmDGtXalVclPYQ2HDEDV4zmlUkIQ3F8o4lnGd0VtN5m+/l02eyMW+FUw+ukA9zTw3d 0E5Uctt1F8mZSMrnrklOgRPqzKDjLXeF+eHVqMQC4ZpqrEzbfFv/f+tcNOQJY0pnil3AD+ P8LXDnqgHYprGa+KZbEVwcccZ6o9yyiubWVAF6QI0AEYqCQFFMjvJg8gv2t69DVwYFFbbS Q9XQhwUXseZqtpiwZmTIhXgblcfBZ2xGP6CxvpXw0MaEBVZ+4G74xzSbWcP6uEUe7q4s6R VvQNPxLjGLXgV8K0jU0tK+oNwMfwFuMsEa/m8nChwBbcKRUoDqHhgIGH2MVuPA== MIME-Version: 1.0 Date: Thu, 23 Feb 2023 11:29:49 +0100 From: Michael Walle To: Linus Walleij Cc: kumaravel.thiagarajan@microchip.com, UNGLinuxDriver@microchip.com, arnd@arndb.de, derek.kiernan@xilinx.com, dragan.cvetic@xilinx.com, gregkh@linuxfoundation.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v1 char-misc-next 2/5] misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver. In-Reply-To: References: <20220824200047.150308-3-kumaravel.thiagarajan@microchip.com> <20230217103116.2126311-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2023-02-23 11:23, schrieb Linus Walleij: > On Fri, Feb 17, 2023 at 11:31 AM Michael Walle > wrote: >> [+ GPIO maintainers] >> >> > PIO function's auxiliary bus driver enumerates separate child devices for >> > GPIO controller and OTP/EEPROM interface. This gpio driver implemented >> > based on the gpio framework is loaded for the gpio auxiliary device. >> > >> > Signed-off-by: Kumaravel Thiagarajan >> > --- >> > MAINTAINERS | 1 + >> > drivers/misc/mchp_pci1xxxx/Makefile | 2 +- >> > .../misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c | 163 ++++++++++++++++++ >> >> Why doesn't this file live in the GPIO subsystem? Seems like this >> haven't >> got a proper review from the GPIO people (probably due to the "misc:" >> subject). Maybe even GPIO_REGMAP could be used. > > I agree, plese resend this patch with the linux-gpio mailing list and > the GPIO > maintainers on CC. This is already in drivers/misc. There should be a follow up patch. -michael