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 2C95EC48BC3 for ; Wed, 14 Feb 2024 12:03:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kiuJJpW7IcnTZ1g6tx5QV8sIa3crCvuiD/dI5kCttfs=; b=KFL5ibdp4KPpT1 R0EK2z07vI3W13aO2Z9uMzogogt/Y6okAh3rXxT+kxRxRgzcF4MrfoyYKSUM2Cuhktf18bkf7TQqA xD9Pj93XFCedB00CorXU0/F6m6FuG2Npo5Xcn4l+EmgOV1UcCmkE6XiGTl2sdcxH4L+AGYgtGn+gp x68QzRJPc8Mh+2GL00MzVkdss4OmZu0S9c48/wW1OshW1H5PeAbn8eiCnuB5m/BV1FKpvIobJYnPe zdo9OKm6FIjs2RV9YLBpLEptvm1RJHakaSk3B/zL7ViL7SaOvyhHq/KXnnqBTFePSklhGO8LExch/ T7OEWy1O+Dn688bpElLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raDyu-0000000Ckse-2E5V; Wed, 14 Feb 2024 12:03:16 +0000 Received: from [118.185.121.105] (helo=esa1.ltts.com) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raDyr-0000000Ckrf-1eNa for linux-arm-kernel@lists.infradead.org; Wed, 14 Feb 2024 12:03:15 +0000 IronPort-SDR: 95/x58YRaKojPGapQKZszgEdMGRnLhW3ZO5ah2CNGaOJs7kBs77zA69Gv6JGe7wEvW+swWdC15 oUQSaK/bRvKA== Received: from unknown (HELO localhost.localdomain) ([192.168.34.55]) by esa1.ltts.com with ESMTP; 14 Feb 2024 17:32:56 +0530 From: Bhargav Raviprakash To: nm@ti.com Cc: arnd@arndb.de, bhargav.r@ltts.com, broonie@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, jpanis@baylibre.com, kristo@kernel.org, krzysztof.kozlowski+dt@linaro.org, lee@kernel.org, lgirdwood@gmail.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, m.nirmaladevi@ltts.com, robh+dt@kernel.org, vigneshr@ti.com Subject: Re: [RESEND PATCH v1 01/13] mfd: tps6594: Add register definitions for TI TPS65224 PMIC Date: Wed, 14 Feb 2024 17:32:49 +0530 Message-Id: <20240214120249.89716-1-bhargav.r@ltts.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240209173517.i67qttasxjum7oek@strum> References: <20240209173517.i67qttasxjum7oek@strum> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240214_040313_964771_D4FC614E X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Fri, 9 Feb 2024 11:35:17 -0600, Nishanth Menon wrote: > On 16:23-20240208, Bhargav Raviprakash wrote: > > From: Nirmala Devi Mal Nadar > > > > Extend TPS6594 PMIC register and field definitions to support TPS65224 > > power management IC. > > > > TPS65224 is software compatible to TPS6594 and can re-use many of the > > same definitions, new definitions are added to support additional > > controls available on TPS65224. > > > > Signed-off-by: Nirmala Devi Mal Nadar > > You've got to Sign-off as part of recommendations read [1] > > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst#n451 > -- > Regards, > Nishanth Menon Thanks for your feedback. We will do the sign-off in next patch version. Regards, Bhargav _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel