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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54244CCA488 for ; Fri, 15 Jul 2022 12:39:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234728AbiGOMi6 (ORCPT ); Fri, 15 Jul 2022 08:38:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234262AbiGOMiz (ORCPT ); Fri, 15 Jul 2022 08:38:55 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D48E3ED50; Fri, 15 Jul 2022 05:38:55 -0700 (PDT) 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 4E4186601A61; Fri, 15 Jul 2022 13:38:52 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657888733; bh=ZVElrDNNWLxEWloFAOfH7C4Fpr0Lmvic8ERGB1kvqB4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=e99cSQWmHm7/JZisirbonm/6U8vy5nhVjOgdKT+QyHxey50y+124SM9Feq3upTZDV JJIyAven0vbE+1i/x5o7H8h8JGWRkh9c0N3eb0vEbubdPAjXeyNkQk/dQtOkH21r74 GNrTYmh51m0PLEmqNY6mEKzQz4iBNbuuZxZNqGL9dVuq5RtknpjUJPf8zNySc40qxt X4DSKYPCXagYwowsBhGu+H53zkOnXtHthBdqtSIc77smb67eiB7qx+y/PccB9afccT kUpGpLT5VFmk/zOsa7H4z4Kc5rTW4ICz852x9h2Isgae9gAcbBAM/JS2CDcA7bFxoj 9WnK6KjGSgKgw== Message-ID: <7cec46d2-8888-89cd-5775-48fa113452b0@collabora.com> Date: Fri, 15 Jul 2022 14:38:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v5 09/13] iio: adc: mt6370: Add MediaTek MT6370 support Content-Language: en-US To: ChiaEn Wu , lee.jones@linaro.org, daniel.thompson@linaro.org, jingoohan1@gmail.com, pavel@ucw.cz, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, sre@kernel.org, chunfeng.yun@mediatek.com, gregkh@linuxfoundation.org, jic23@kernel.org, lars@metafoo.de, lgirdwood@gmail.com, broonie@kernel.org, linux@roeck-us.net, heikki.krogerus@linux.intel.com, deller@gmx.de Cc: chiaen_wu@richtek.com, alice_chen@richtek.com, cy_huang@richtek.com, dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-usb@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, szunichen@gmail.com References: <20220715112607.591-1-peterwu.pub@gmail.com> <20220715112607.591-10-peterwu.pub@gmail.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220715112607.591-10-peterwu.pub@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Il 15/07/22 13:26, ChiaEn Wu ha scritto: > From: ChiaEn Wu > > MediaTek MT6370 is a SubPMIC consisting of a single cell battery charger > with ADC monitoring, RGB LEDs, dual channel flashlight, WLED backlight > driver, display bias voltage supply, one general purpose LDO, and the > USB Type-C & PD controller complies with the latest USB Type-C and PD > standards. > > This adds support the MT6370 ADC driver for system monitoring, including > charger current, voltage, and temperature. > > Signed-off-by: ChiaEn Wu Reviewed-by: AngeloGioacchino Del Regno