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 E790AC4167B for ; Fri, 1 Dec 2023 08:32:30 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7PiCUzkyO7jDeGVXofGRKDm5UpUF7QKcvVquc1TfTC0=; b=V7AE3akZ7ZfSEZ Z00eCXS8ptz97Iofr9ptX6fbZHI6fJqpvli6ysBq2lvdcs8qHHXwLb8p/ygJ5m4uRu6EAQQ1gPKp5 +cCbO8cei2/1K5S7jZR9tW52ZsUqk6A258K8bCjA2qSWJG+pz9xiyGRC2iBdF3EoYL7rvcwBzyrEM Yh/W4nYjyQ+lQzUw38wID2sd3NDqfBzoJyr3dbWrY23OtD4Kba6jT1yBK7KAOgjtaVGZlT7tRvvXR YYD4kaSXEy3EEcTfO4V7XiJpYKod+9NARqURHEsqYvA8lDsrUgFCB1aeLhStdwsGUtncoXE3UvgVk Uznc1iNNsYXzS5Yq2Jxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r8ywN-00Cyns-18; Fri, 01 Dec 2023 08:32:03 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r8ywJ-00Cymy-2O for linux-arm-kernel@lists.infradead.org; Fri, 01 Dec 2023 08:32:01 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CB8E4001A; Fri, 1 Dec 2023 08:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1701419513; 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=G662Lum/IwLyA/HpHCfZJ9Kv+HVUlnLAq1Z9xdL98DQ=; b=m1oT+hG0KBDSwDxlAXifY4jG4ysNPmM87KlLqlwvyByfMCvhiRYoIZqHvlJ0jTtFWSF4gX CVY00it3MURoks5XL6YmesQOlkRxpwfLR06pAoJ1h0oGJnYjryyhp594EJCwELHifG1l9R E787PKki84Qz2oOSgpzk39nJdNU5CwvldVo2YGY2RbOGq73XLp4GknIOYNOfjPaahneZh3 4ApgZpnw2ezQzozlFsEICd/YaTHeWF57xWXcAoidjngi2u0uGJjC2LNZcNGOl8/JdI+IID xDbxJW6vV75gHYyjUo1Cxy5tZWdIvAPFsdtyfp5dO1DmtUFD2ok0iZ8XM5vWgw== Message-ID: Date: Fri, 1 Dec 2023 09:31:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs To: Nishanth Menon Cc: vigneshr@ti.com, kristo@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, gregory.clement@bootlin.com, thomas.petazzoni@bootlin.com, u-kumar1@ti.com, Esteban Blanc , Jai Luthra References: <20231027082852.2922552-1-thomas.richard@bootlin.com> <20231201051449.sijqtozzup4z6exd@ladder> Content-Language: en-US From: Thomas Richard In-Reply-To: <20231201051449.sijqtozzup4z6exd@ladder> X-GND-Sasl: thomas.richard@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231201_003200_079707_14978603 X-CRM114-Status: GOOD ( 10.91 ) 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 On 12/1/23 06:14, Nishanth Menon wrote: > On 10:28-20231027, Thomas Richard wrote: >> From: Esteban Blanc >> >> This patch adds support for TPS6594 PMIC family on wakup I2C0 bus. >> Theses devices provides regulators (bucks and LDOs), but also >> GPIOs, a RTC, a watchdog, an ESM (Error Signal Monitor) >> which monitors the SoC error output signal, and a PFSM >> (Pre-configurable Finite State Machine) which manages the >> operational modes of the PMIC. >> >> Signed-off-by: Esteban Blanc >> Signed-off-by: Jai Luthra >> Signed-off-by: Thomas Richard >> --- >> >> Notes: >> This patch was picked from: >> https://lore.kernel.org/all/20230810-tps6594-v6-0-2b2e2399e2ef@ti.com/ >> >> I reviewed it, and checked that there is no issue during the boot. > > Thank you, but I am considering a more comprehensive series from Neha[1] > instead, if you don't mind. It's ok for me. Neha told me he sent a new version of the series. I sent only this patch, as I was able to test only j7200. Regards, Thomas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel