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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20225C678D5 for ; Wed, 8 Mar 2023 09:23:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230445AbjCHJXd (ORCPT ); Wed, 8 Mar 2023 04:23:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230209AbjCHJXa (ORCPT ); Wed, 8 Mar 2023 04:23:30 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C75174A41; Wed, 8 Mar 2023 01:23:28 -0800 (PST) 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)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 457336602F64; Wed, 8 Mar 2023 09:23:26 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1678267407; bh=U+HJXyXqRzPy3p9bMM3N1ZpF4TK3+TTbMJ+2LbwZJxU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=P+BQvWboNK40Asox6kFI7b6ND5JpJoEC1WwbXjm3KFTnZqLUfJLD67iYe3JErGGk3 vVe0v82mQfPS21MCcjkl7EX6Bm208MyAm1DgkV/IsfuDBLv29WKYdLiTYcOh7LnbeR xPKx6ergtCnLOSaeiXxQtGCqvHBK2jCqWYz1zGV85lqJLEESn19KT/RWrD3mwT4PKz Xh0jiv+emcJjdmjYunlW5x+60rpEhQwSm/9Eq+obwCNS8fgMDxVm9PkFsYUG2GkTsH IWIW/CNJHk3gb8dJVX22jbYmExeL4S09YwSW0dQbRgmEUivZGezZFy8jsNew1mZEaR yo1/JNo5VyIPg== Message-ID: Date: Wed, 8 Mar 2023 10:23:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 2/4] thermal/drivers/mediatek/lvts_thermal: Add mt8192 support Content-Language: en-US To: bchihi@baylibre.com, daniel.lezcano@linaro.org, rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, matthias.bgg@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, rdunlap@infradead.org, ye.xingchen@zte.com.cn, p.zabel@pengutronix.de Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, khilman@baylibre.com, james.lo@mediatek.com, rex-bc.chen@mediatek.com References: <20230307163413.143334-1-bchihi@baylibre.com> <20230307163413.143334-3-bchihi@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230307163413.143334-3-bchihi@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/03/23 17:34, bchihi@baylibre.com ha scritto: > From: Balsam CHIHI > > Add LVTS Driver support for MT8192. > Since you're changing that documentation twice now, you should split the doc changes in a different commit: you will see the big picture if you send just one series that introduces both MT8195-AP and MT8192 LVTS support. You don't need two series for that anyway, so... please send both the new MT8195 AP and MT8192 in a single series. Thanks, Angelo