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 89379C636D7 for ; Thu, 23 Feb 2023 10:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233386AbjBWKYO (ORCPT ); Thu, 23 Feb 2023 05:24:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233964AbjBWKX6 (ORCPT ); Thu, 23 Feb 2023 05:23:58 -0500 Received: from mail-yw1-x112f.google.com (mail-yw1-x112f.google.com [IPv6:2607:f8b0:4864:20::112f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA0FE4D62B for ; Thu, 23 Feb 2023 02:23:49 -0800 (PST) Received: by mail-yw1-x112f.google.com with SMTP id 00721157ae682-536cb25982eso152966907b3.13 for ; Thu, 23 Feb 2023 02:23:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=/OPltVfi8Fzilwf7h+y32kT/iTrktLLKyywaCM3Qp5Q=; b=LZ0tkeRhsbUpNedDVvt4VYjZq+7WKrzgnIwhuGkbcmbX0D1fmMZek4v01V0nUnkYwz 8o1Gkd9ORHLBaYQeU3fZeb1lG54I3umPRNbTQRRRVbunGdT6a2O2o4WPeT+pu/LnTL4m v8zFxOBSl7qD+QEcRvlbS7CC/y8tMX/j4KPN5SgQOdoz6tu8C5zKLA/eyGdILhQFMuDD c1ITwTNBlpekxokU2u5kxqns4xu1rj2PM1n3I2FYaA5BBF9nS8DshqKN0izRRDlhRn6m qvSZ1VSGryGiOIV2Y29q1hDkVF4T8fJzCrXm7vvTovdJXYuFOJzQ8mxFxJm6ZV7KOVrS lo5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/OPltVfi8Fzilwf7h+y32kT/iTrktLLKyywaCM3Qp5Q=; b=wqOP+5v9HYwHxKY/PDTAaxDQvdCG60fS/0mF2mtdf8EQcISZcZyrbTUCwR3fsLbM7c hFe46ytpehsYdF2R1cx2lPS3W7sGUb8DlsRwppg0Ac7q7FLopoU4V5OFZiHkV13/dLb3 30ACi65ZNxBiLQPO+FWM1i35ViRV0BriQqknpGcLMG2B0n+GOPJl35BA442AkM6aDx8G ifBSVf0N2nEAnQr8SLiS9kj7Pf3dJDYP5oTSK++2Fb0igMFe2/OsBC1IImvgYzxSkXu4 I4A2yvEMOO5yuAqYz6I/r0HiktCWjgaMZ1GsMoFcYE8n++SespozSdAvNJahAJviW+K+ QUvg== X-Gm-Message-State: AO0yUKXRaWt9zhOobpmGIkh5/4bGV+Em8akQ+XRQvy/iN21MsarEaA0p 0EgOEyel/kwM6UxNe3djAgpi6sJbiouRf2aJaxdRyQ== X-Google-Smtp-Source: AK7set+2ojjQW5QQ/ilb4x2UBbu2SgJC9wup1NY46kvQY3tCj+N/uP264ehmBWBwxxSqLZw8xltjx/QvBE4qPX1kIYw= X-Received: by 2002:a81:af50:0:b0:533:9ffb:cb12 with SMTP id x16-20020a81af50000000b005339ffbcb12mr1972874ywj.10.1677147828802; Thu, 23 Feb 2023 02:23:48 -0800 (PST) MIME-Version: 1.0 References: <20220824200047.150308-3-kumaravel.thiagarajan@microchip.com> <20230217103116.2126311-1-michael@walle.cc> In-Reply-To: <20230217103116.2126311-1-michael@walle.cc> From: Linus Walleij Date: Thu, 23 Feb 2023 11:23:37 +0100 Message-ID: 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. To: Michael Walle 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Yours, Linus Walleij