From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4588E14B08A; Wed, 6 May 2026 08:26:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778055991; cv=none; b=gU8/RO6RCwDlGRpaQ2lFaAB68dFEGC4Bak2F5gneVxquUXbH1XHUPheJvB77THSpRo0DlXr/m+z6ogOBiujDu8uuIefeXJtSnOFApyX+8Nit4wv0QoUsZl/qnSN+CguLpJnHdGBtaAzIySvpRHgQKEKtdKqDCcLdfqHTS2JYytU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778055991; c=relaxed/simple; bh=DwhWJ+pjboLiRZQ//nb4qIvtmoRjATdD0FdPcN1x66U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sFD6gTQeecJaeA4nE1v8fFShlnGFq8XgZ3KqYvv2H7YTkdj2H34EXMhwKFUTUB+fwTzp4Zh+VyqUOB5xv2nEz06SR9zT2FQaJKFcCo4y+LFibZJlW1QTY8AUgGsvbR9y93EvR4P83sPp7z8IRbD8bUv+nV2ybbwLmeN+v9uDaMg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PyEHbRzA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PyEHbRzA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52B52C2BCB8; Wed, 6 May 2026 08:26:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778055990; bh=DwhWJ+pjboLiRZQ//nb4qIvtmoRjATdD0FdPcN1x66U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PyEHbRzA0y5lw0cj+yZr4bB+/4LvtgCP5SZAWG6zAEiNWvUdwLqXrq/BTzFn8uidp zCye+WOEYVheWeB4oZEWhI1hhXht+PaEFaau5JS9P8QZGSnOVnTGBZfDpkPxGOz5CR ZeecwFgVF5XoK+N1H8szpwHjF9fTzPHmTTiNOag/ywoMra5CekYiXgh8dPO+Yyco8q sta4sZx/DJ6bnGbyHxTLcGV95YQbaWusIs7JM3CVHuvk9uw5OmfEDqO57MrClW5qDY B+yCW/OkgDnoEd11cuzqGfdUwNnmMQViqkPERV8RKWigR0c8lKA4qYVg58OaO9bSIS YjqVfCLxnte1g== Date: Wed, 6 May 2026 10:26:28 +0200 From: Krzysztof Kozlowski To: Roman Vivchar Cc: Jonathan Cameron , David Lechner , Nuno =?utf-8?B?U8Oh?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Srinivas Kandagatla , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Lee Jones , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, Ben Grisdale Subject: Re: [PATCH 13/13] MAINTAINERS: add mt6323 drivers maintainer Message-ID: <20260506-honest-cyan-cow-d6c5b0@quoll> References: <20260504-mt6323-v1-0-799b58b355ff@protonmail.com> <20260504-mt6323-v1-13-799b58b355ff@protonmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260504-mt6323-v1-13-799b58b355ff@protonmail.com> On Mon, May 04, 2026 at 09:25:05PM +0300, Roman Vivchar wrote: > Add myself as MediaTek mt6323 AUXADC, EFUSE and thermal driver maintainer. > > Signed-off-by: Roman Vivchar > --- > MAINTAINERS | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d1cc0e12fe1f..53493a24d00a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16337,6 +16337,18 @@ S: Orphan > F: Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml > F: drivers/mtd/nand/raw/mtk_* > > +MEDIATEK PMIC AUXADC DRIVER > +M: Roman Vivchar > +S: Maintained > +F: Documentation/devicetree/bindings/iio/adc/mediatek,mt6323-auxadc.yaml > +F: drivers/iio/adc/mt6323-auxadc.c This should be squashed with individual patches. Otherwise how do you imagine this being applied? By which maintainer? You also should not merge independent patchsets into one patchset. I see no dependencies here at all, although if you fix your MFD binding then there would be a dependency... Best regards, Krzysztof