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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9FB04C388F9 for ; Wed, 11 Nov 2020 16:45:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 383D020791 for ; Wed, 11 Nov 2020 16:45:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="HqZB/9eO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727010AbgKKQpo (ORCPT ); Wed, 11 Nov 2020 11:45:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbgKKQpn (ORCPT ); Wed, 11 Nov 2020 11:45:43 -0500 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91E44C0613D6 for ; Wed, 11 Nov 2020 08:45:43 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id 19so2870732wmf.1 for ; Wed, 11 Nov 2020 08:45:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=/tc7xjG5IAbwDOITmzqVihGpQaXzagYZQvBTGpgYms8=; b=HqZB/9eOVs5Rg+FIk/cwSY1ITdAAr4IZZPS594amIXOyh8I2d8M0/qLDdduvDiTyK3 F5MgnTA+Qhdyy3QW9QiEbp8JDQMZLo4T0fMsYfxcDydQAsdZqZInzdqpRgJu0v1lMFaA pq7+3X4mqnv3He/q7wjGHKJlgCakYJAo5E8cQcbQ60WBt8sBzwrr3DStZh2fUqPS3jMg Hj9rEzq4aRJMagdnZ403kmbZ5UiYCZ7ZgUKil49Cxbxdb8y0pte1X6i7e5xMyTYwK8aN tzhC/1EIb3tonF54o6OjhfeaGQ39ic1An6wqdheJ+nbJC00L/zOhCR+WMRwOcYrCluP9 bh+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=/tc7xjG5IAbwDOITmzqVihGpQaXzagYZQvBTGpgYms8=; b=NKK6BMgzaA4GfsEUcMz7oexHu1F6M6pdb+8WkJvLW+PlLOt+ET5ZlhtwBHxqmHvy8+ TlyWz2C2QiVvio9i9jUgBD10HM1Oo6BPjMXFnL++s/21B4qot8k3+gw+cCBr/jcMbU// I1pW1Fbvqp88/juOQGZlP4Rx0k3SZjslSMn749jSCTJIw9UsErIfpSX8SkCs//uQCQPq igHMZdBBTxUf93gWiV+i9ENchK+wWP5FFZLWyAeq1CJCeLYfxDgmlY32PUlu9zezR1YJ gXEgVrwzTDfdV+ZoVGpN2JVMKsZOh4nRFrBFvHGtgioj/B/wg/CpTtaIkDCMretEhoPZ UI/g== X-Gm-Message-State: AOAM532jSxBXTgNdQn5MpwYcdTnoWTDJBemJnR9ptJuYRG2UTls5PKEI DfsVNaBR2I4SHiahP3JeB8m48g== X-Google-Smtp-Source: ABdhPJz0o72ogXRNWJ4UArzT4Bpb3qdlMIZVvlFneGXocObLd1BcMYpFQaNQaXJVTTA1BPlz6H5Tyw== X-Received: by 2002:a1c:55c1:: with SMTP id j184mr5146868wmb.180.1605113142145; Wed, 11 Nov 2020 08:45:42 -0800 (PST) Received: from dell ([91.110.221.159]) by smtp.gmail.com with ESMTPSA id c6sm3309966wrh.74.2020.11.11.08.45.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Nov 2020 08:45:41 -0800 (PST) Date: Wed, 11 Nov 2020 16:45:39 +0000 From: Lee Jones To: Gene Chen Cc: sre@kernel.org, matthias.bgg@gmail.com, robh+dt@kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, gene_chen@richtek.com, Wilma.Wu@mediatek.com, shufan_lee@richtek.com, cy_huang@richtek.com, benjamin.chao@mediatek.com Subject: Re: [PATCH v6 10/11] mfd: mt6360: Merge different sub-devices I2C read/write Message-ID: <20201111164539.GQ2063125@dell> References: <1604656432-10215-1-git-send-email-gene.chen.richtek@gmail.com> <1604656432-10215-11-git-send-email-gene.chen.richtek@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1604656432-10215-11-git-send-email-gene.chen.richtek@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 06 Nov 2020, Gene Chen wrote: > From: Gene Chen > > Merge different sub-devices I2C read/write functions into one Regmap, > because PMIC and LDO part need CRC bits for access protection. > > Signed-off-by: Gene Chen > --- > drivers/mfd/Kconfig | 1 + > drivers/mfd/mt6360-core.c | 203 ++++++++++++++++++++++++++++++++++++++++------ > 2 files changed, 181 insertions(+), 23 deletions(-) For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog