From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 9D81819D086; Thu, 2 Jan 2025 10:34:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735814074; cv=none; b=OE1HbW1w56mjcw0jizR31HoJNX3cyMer3fXQzMoykdgtoryNkA8Hrlylzxnw4HiPIdJqwUNC2Zg2lC0eHNTrxHJIOIk+aO+bSOlNB0fx9sZeQkjwmbpCFI5yu4EYVGosQ7DXv+zDH/ixjEME5t7asSC+jbqMoqr1FSyfykm5guA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735814074; c=relaxed/simple; bh=UrA0wl2qAaU7cN7qmWg2X9V+D+uY4VtCKM156+Ohq6Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XaKRSBSdanwHhQIeYDTV4Fz+ni3WRrkC/SsrMIbtbv/NZCamvvSV01qHSXJcgtDr2l+9/xzOp/lQ8SgLiJbfdfz7Udi9r70mdsxwTTAOrrweQRhf+WTXt2PTt/dXjGNMYmjxpJ5QfDMVOYbIY4RtJA14Kudq5IdxImDUPI49vmM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=fwb850jD; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="fwb850jD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1735813560; bh=UrA0wl2qAaU7cN7qmWg2X9V+D+uY4VtCKM156+Ohq6Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fwb850jDkO/T5St9QFlcSuaPEgZ+VZIrw8WO9TCWTBYP1kheL7Zx8FSPIEU+A1OBA xeEhOz0T+s6ViP9xwekM5mcR8UwcrPCChPOmVYdTIwsulq4t+fYUwOYOVlAf4szaoE VhyKMPKhJv4UNExQNGnjQpFbYjS+WSwD/iOc5gSkvcFsKpnniHvO+LDte5YbfEnr2D /xXDpG6rbJxOTQ7SQ+9fbsnS1qrTeX2/DmMmBF0uzOG0woOKGB+Fx57dODbp0lAwsO +jQP6BdKr/3GLPUEvv2Db8CuSluGtzBb6jQJbf6hLP5c69qYO+OpUYe3nLYSywHYHO xEinuB4Od5clA== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id F076D17E1551; Thu, 2 Jan 2025 11:25:58 +0100 (CET) Message-ID: Date: Thu, 2 Jan 2025 11:25:57 +0100 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 6/9] regulator: mt6392: Add support for MT6392 regulator To: Val Packett Cc: Fabien Parent , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sen Chu , Sean Wang , Macpaul Lin , Lee Jones , Matthias Brugger , 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 References: <20241226050205.30241-1-val@packett.cool> <20241226050205.30241-7-val@packett.cool> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20241226050205.30241-7-val@packett.cool> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 26/12/24 05:58, Val Packett ha scritto: > From: Fabien Parent > > The MT6392 is a regulator found on boards based on the MediaTek > MT8167, MT8516, and probably other SoCs. It is a so called PMIC and > connects as a slave to a SoC using SPI, wrapped inside PWRAP. > > Signed-off-by: Fabien Parent > Co-developed-by: Val Packett > Signed-off-by: Val Packett Reviewed-by: AngeloGioacchino Del Regno