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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B9B75C1B087 for ; Thu, 27 Feb 2025 19:41:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=x5tyE6WU6tuQw4iUe4dELeef6mDUsSz+oxDjfFcObus=; b=4FOASdcK7r+YmvPw0lplPyXqFW UN/O1/xhPCRD2zsLAbm5ajR6656hxTKm7s/9Gb0KtqZrpqTfW34bdeqlCh36UjUa7a5oStZFll2qR hRN95nOKT1waYrPjcPmOdZE4d9cVQhcyJfmpfXYy1L/hlu23hf1PAoyLfTCNs65GRPY+IvIavdnlq ndCffZIBMj7i+Mw3/m5I30mUKW6DrgoPcqAp2b/FSzUGLNJHc8cFEli48q1l4oRVG4oP9WiLDVQ78 GFWFZ1pa9nns8Mzw5AjQhYpYh/Un7B7QQoC2yij8III50rJWJE1/NslHCuRKTO+XK6BwX9KmtBXY3 xgglflTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tnjkv-00000008amW-00FE; Thu, 27 Feb 2025 19:41:13 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tnhd6-00000008Ck1-2Akg; Thu, 27 Feb 2025 17:25:00 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 5D5FE61F3D; Thu, 27 Feb 2025 17:24:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54550C4CEDD; Thu, 27 Feb 2025 17:24:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740677099; bh=30fEOChuXPuQizgWsKYGoHZgd3JOsgWYZ6vexdohouU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UttddZXUoRgNyM8txwGs+X+ABYWRG4HdDn/zgOU5eY7vezx1Vng7djeduqijLBROR 0YWT2HQsDV5cHRCTcAaLz9Ur8Mtb/EXog1TLUN7MevgZIL0cYzCIOAwYaBPM468gqy 7GQe4dWy351dHtODgJn19HHh57Css70hxKz0BCXbzTSUB22hLnGsobPKsO2QxkgCbS gKI93a75t/k5qdPBoqgR9qK46m1ED6ftk/p9YHcnMyS71MERHiDMlnLUz2M3GOvYGi 6bFo4TJ71uMXHGDPLYc1+0DbMqu9vmqaaLlm6mgwbrolIqx9rFTGNgbH8Etkn8J/2I kOjDwsM8byO2g== Date: Thu, 27 Feb 2025 11:24:57 -0600 From: Rob Herring To: Lee Jones Cc: Val Packett , Fabien Parent , Dmitry Torokhov , Krzysztof Kozlowski , Conor Dooley , Sen Chu , Sean Wang , Macpaul Lin , Matthias Brugger , AngeloGioacchino Del Regno , Liam Girdwood , Mark Brown , Eddie Huang , Alexandre Belloni , Javier Carrasco , Yassine Oudjana , Chen Zhong , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-rtc@vger.kernel.org Subject: Re: (subset) [PATCH 4/9] mfd: mt6397: Add support for MT6392 pmic Message-ID: <20250227172457.GA3415187-robh@kernel.org> References: <20241226050205.30241-1-val@packett.cool> <20241226050205.30241-5-val@packett.cool> <173920541986.1887800.1972669785800121190.b4-ty@kernel.org> <20250227154833.GF824852@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250227154833.GF824852@google.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 27, 2025 at 03:48:33PM +0000, Lee Jones wrote: > On Tue, 25 Feb 2025, Rob Herring wrote: > > > On Mon, Feb 10, 2025 at 10:37 AM Lee Jones wrote: > > > > > > On Thu, 26 Dec 2024 01:58:04 -0300, Val Packett wrote: > > > > Update the MT6397 MFD driver to support the MT6392 PMIC. > > > > > > > > > > > > > > Applied, thanks! > > > > > > [4/9] mfd: mt6397: Add support for MT6392 pmic > > > commit: 896b1eb4ca771b37ea50feb4d90a78dd4e9cb388 > > > > This should be dropped. Missing the sender's S-o-b and the rest of the > > series has issues still. > > Are you sure you're commenting on the correct patch? Yes. > > Signed-off-by: Fabien Parent It was sent by Val and is missing their S-o-b. If you send another author's patch, it needs your S-o-b. Rob