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 13F65C433EF for ; Mon, 14 Feb 2022 13:39:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354387AbiBNNjr (ORCPT ); Mon, 14 Feb 2022 08:39:47 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:52906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343859AbiBNNjq (ORCPT ); Mon, 14 Feb 2022 08:39:46 -0500 Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E43864A3CB for ; Mon, 14 Feb 2022 05:39:38 -0800 (PST) Received: by mail-wm1-x335.google.com with SMTP id m126-20020a1ca384000000b0037bb8e379feso11640399wme.5 for ; Mon, 14 Feb 2022 05:39:38 -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=q2xtWcTzY3fGlUDVCwgpXaikGTqqdVJF0/bajHnvT9c=; b=LXObhA7CkZldKpmJtEIVyeLqTUnGJJ+OV4THrg0bz4HYxjLuVoytkNE4rj6N2ZGsmx z+KkPM7bpnuzFWFnOx5Kq5F1NEA5HIITJDNABELF3rZ6bHYoxb22vk/u8KLV5lCERQF9 SkPCUHCmgZZkbAj1yX308h9fjCJdnpdqE2VXJpTbOgft5k/eMUXmMf17ya07Q203ZABn ggEyEKW/AZ0drKaLAiLhi/6HBgHGhALQdspsRMCBd2ZMhkXpGbIjjtNP+KLOpZvcJQYa 3CDUYeFLx+C015uvwo4tVLa/VbaJ5npsh/NA3JbCn23fqGSmNWtGNiHDgxdplgX7LzJ0 QfTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=q2xtWcTzY3fGlUDVCwgpXaikGTqqdVJF0/bajHnvT9c=; b=IHYbRRln5yZbLH/hbbC1KxRhPa+3Fdqj7byEdeaUY9GlnraUkbsOnI2UPWgkM8RO4h lHe+/J93lUMdpjtQF18H+7wPVNmPFE9YtCCicW44yguQtty8a6vZ0MNZTyf4DvUxkk8p KR9zZqocotFknNKY46sKVjMsMARB5TYkgsU+P7e/2D1rRo/1c/F4GsrIr61xB0Ey4HO9 HJUMDSV5cWry+90SAYngMhTzxtP5bHkdzDa6Sxp2eqUKGeAsyiiHBGVOGqteIwuFPPA9 zlblTTYpFsE1/J4LpJ9hpqR1oRIdx2bnGHm++3+23+ptMHSJ2fjz4srAIVdqqOYkNcM8 yCDA== X-Gm-Message-State: AOAM530IvFHlPEkjbZrBric7j1qipphp5rnho7p1EBKM/MH467HyyzrT AGs9AJrtbiIATuLKN5uGY9qo7A== X-Google-Smtp-Source: ABdhPJz6XTNaTVeZypQMsL8H4LbZtEGF7tz7EdWyK1/Em9NjbpCUd9iH/ks8ltgR5rz3uSVfJn1YSw== X-Received: by 2002:a1c:f309:: with SMTP id q9mr11290076wmq.173.1644845977531; Mon, 14 Feb 2022 05:39:37 -0800 (PST) Received: from google.com (cpc155339-bagu17-2-0-cust87.1-3.cable.virginm.net. [86.27.177.88]) by smtp.gmail.com with ESMTPSA id az21sm11878848wmb.11.2022.02.14.05.39.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Feb 2022 05:39:37 -0800 (PST) Date: Mon, 14 Feb 2022 13:39:35 +0000 From: Lee Jones To: Johnson Wang Cc: robh+dt@kernel.org, broonie@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com Subject: Re: [PATCH 1/4] mfd: Add support for the MediaTek MT6366 PMIC Message-ID: References: <20220106065407.16036-1-johnson.wang@mediatek.com> <20220106065407.16036-2-johnson.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220106065407.16036-2-johnson.wang@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 06 Jan 2022, Johnson Wang wrote: > This adds support for the MediaTek MT6366 PMIC. This is a > multifunction device with the following sub modules: > > - Regulator > - RTC > - Codec > - Interrupt > > It is interfaced to the host controller using SPI interface > by a proprietary hardware called PMIC wrapper or pwrap. > MT6366 MFD is a child device of the pwrap. > > Signed-off-by: Johnson Wang > --- > drivers/mfd/mt6358-irq.c | 1 + > include/linux/mfd/mt6358/registers.h | 7 +++++++ > include/linux/mfd/mt6397/core.h | 1 + > 3 files changed, 9 insertions(+) Applied, thanks. -- Lee Jones [李琼斯] Principal Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog