From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsin-hsiung Wang Subject: Re: [PATCH v5 07/10] regulator: mt6358: Add support for MT6358 regulator Date: Thu, 29 Aug 2019 14:09:58 +0800 Message-ID: <1567058998.31616.2.camel@mtksdaap41> References: <1566531931-9772-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1566531931-9772-8-git-send-email-hsin-hsiung.wang@mediatek.com> <20190828104555.GE4298@sirena.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190828104555.GE4298@sirena.co.uk> Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: Lee Jones , Rob Herring , Matthias Brugger , Alexandre Belloni , Mark Rutland , Liam Girdwood , Eddie Huang , Sean Wang , Alessandro Zummo , Kate Stewart , Greg Kroah-Hartman , Thomas Gleixner , Richard Fontana , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, srv_heupstream@mediatek.com List-Id: linux-mediatek@lists.infradead.org Hi Mark, On Wed, 2019-08-28 at 11:45 +0100, Mark Brown wrote: > On Fri, Aug 23, 2019 at 11:45:28AM +0800, Hsin-Hsiung Wang wrote: > > The MT6358 is a regulator found on boards based on MediaTek MT8183 and > > probably other SoCs. It is a so called pmic and connects as a slave to > > SoC using SPI, wrapped inside the pmic-wrapper. > > This looks good - since there was only one small issue with the example > in the binding document I'll apply both patches, please send a followup > fixing the binding document. Thanks for your comment. I will update the binding document in the next patch. 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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85C36C3A59F for ; Thu, 29 Aug 2019 06:10:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51E5A22CED for ; Thu, 29 Aug 2019 06:10:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726330AbfH2GKG (ORCPT ); Thu, 29 Aug 2019 02:10:06 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:22584 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725883AbfH2GKG (ORCPT ); Thu, 29 Aug 2019 02:10:06 -0400 X-UUID: 1eaec999b78146a1bfcc86fc0004392d-20190829 X-UUID: 1eaec999b78146a1bfcc86fc0004392d-20190829 Received: from mtkmrs01.mediatek.inc [(172.21.131.159)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1779642533; Thu, 29 Aug 2019 14:10:01 +0800 Received: from mtkcas09.mediatek.inc (172.21.101.178) by mtkmbs02n2.mediatek.inc (172.21.101.101) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 29 Aug 2019 14:10:05 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas09.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Thu, 29 Aug 2019 14:10:05 +0800 Message-ID: <1567058998.31616.2.camel@mtksdaap41> Subject: Re: [PATCH v5 07/10] regulator: mt6358: Add support for MT6358 regulator From: Hsin-hsiung Wang To: Mark Brown CC: Lee Jones , Rob Herring , Matthias Brugger , Alexandre Belloni , Mark Rutland , "Liam Girdwood" , Eddie Huang , Sean Wang , Alessandro Zummo , Kate Stewart , "Greg Kroah-Hartman" , Thomas Gleixner , Richard Fontana , , , , , , Date: Thu, 29 Aug 2019 14:09:58 +0800 In-Reply-To: <20190828104555.GE4298@sirena.co.uk> References: <1566531931-9772-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1566531931-9772-8-git-send-email-hsin-hsiung.wang@mediatek.com> <20190828104555.GE4298@sirena.co.uk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-SNTS-SMTP: 3D21F7D16BC2B25CFE3E426405FDF82F479EDCE9532B4837AF176595204156AC2000:8 X-MTK: N Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Hi Mark, On Wed, 2019-08-28 at 11:45 +0100, Mark Brown wrote: > On Fri, Aug 23, 2019 at 11:45:28AM +0800, Hsin-Hsiung Wang wrote: > > The MT6358 is a regulator found on boards based on MediaTek MT8183 and > > probably other SoCs. It is a so called pmic and connects as a slave to > > SoC using SPI, wrapped inside the pmic-wrapper. > > This looks good - since there was only one small issue with the example > in the binding document I'll apply both patches, please send a followup > fixing the binding document. Thanks for your comment. I will update the binding document in the next patch. 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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63D80C3A59F for ; Thu, 29 Aug 2019 06:10:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 373DB22CED for ; Thu, 29 Aug 2019 06:10:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="J9JSFTrg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 373DB22CED Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=I+OXNU4kBPm6MGByAQ1+C4zWGdqxTa4vzBCz3aqWNeI=; b=J9JSFTrgi0GFUF rnmAS+nHczkgG2Hl5sHa5hU3lJ1Ux62meSiPaTf+qvdy9bNMR1KVibC4t+7iPenFoBh0STr4FbFXa EIvhCxdVdi1skmzcewKqAo7OT7lXWak7SsnY+vA6jlKqk94RQNMWPgnwJFMJzvMfyC/zXTiYm2Tv+ QkPM/CnSlCShBnbP7SozGD1C2Of3wd4CH0lZ0/6QDo2+/uydYv4AeQeCaDzIC6VYXpyEdHmwlnWY4 ajEuzjj/o5mouipLVXD2EiDZFbgPg0iTvlxsUQJz4KjwLvwcdO1Q4TDXd5sSH84JFGhIhTZXmJ925 XE5EYPkPwiGOQp0z05UQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3DdI-0006xB-24; Thu, 29 Aug 2019 06:10:08 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i3DdF-0006O7-6t; Thu, 29 Aug 2019 06:10:06 +0000 X-UUID: 2f809d6e8c5d4aeab3141917bbf4c7aa-20190828 X-UUID: 2f809d6e8c5d4aeab3141917bbf4c7aa-20190828 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLS) with ESMTP id 711688772; Wed, 28 Aug 2019 22:10:08 -0800 Received: from MTKMBS02N2.mediatek.inc (172.21.101.101) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 28 Aug 2019 23:10:07 -0700 Received: from mtkcas09.mediatek.inc (172.21.101.178) by mtkmbs02n2.mediatek.inc (172.21.101.101) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 29 Aug 2019 14:10:05 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas09.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Thu, 29 Aug 2019 14:10:05 +0800 Message-ID: <1567058998.31616.2.camel@mtksdaap41> Subject: Re: [PATCH v5 07/10] regulator: mt6358: Add support for MT6358 regulator From: Hsin-hsiung Wang To: Mark Brown Date: Thu, 29 Aug 2019 14:09:58 +0800 In-Reply-To: <20190828104555.GE4298@sirena.co.uk> References: <1566531931-9772-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1566531931-9772-8-git-send-email-hsin-hsiung.wang@mediatek.com> <20190828104555.GE4298@sirena.co.uk> X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: 3D21F7D16BC2B25CFE3E426405FDF82F479EDCE9532B4837AF176595204156AC2000:8 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190828_231005_508710_8ABF7288 X-CRM114-Status: GOOD ( 11.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Alessandro Zummo , Alexandre Belloni , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, Greg Kroah-Hartman , Sean Wang , Liam Girdwood , linux-kernel@vger.kernel.org, Richard Fontana , Rob Herring , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger , Thomas Gleixner , Eddie Huang , Lee Jones , Kate Stewart , linux-rtc@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Mark, On Wed, 2019-08-28 at 11:45 +0100, Mark Brown wrote: > On Fri, Aug 23, 2019 at 11:45:28AM +0800, Hsin-Hsiung Wang wrote: > > The MT6358 is a regulator found on boards based on MediaTek MT8183 and > > probably other SoCs. It is a so called pmic and connects as a slave to > > SoC using SPI, wrapped inside the pmic-wrapper. > > This looks good - since there was only one small issue with the example > in the binding document I'll apply both patches, please send a followup > fixing the binding document. Thanks for your comment. I will update the binding document in the next patch. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel