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=-5.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 700D9C04A6B for ; Wed, 8 May 2019 11:24:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 42B7121479 for ; Wed, 8 May 2019 11:24:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="dLf0GeJ5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727515AbfEHLYY (ORCPT ); Wed, 8 May 2019 07:24:24 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:40513 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727495AbfEHLYX (ORCPT ); Wed, 8 May 2019 07:24:23 -0400 Received: by mail-wr1-f67.google.com with SMTP id h4so7442464wre.7 for ; Wed, 08 May 2019 04:24:23 -0700 (PDT) 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 :user-agent; bh=1ZGlp40IsYtFAaBk0HZMbzf6li3dlBM1JeMgqqz53qI=; b=dLf0GeJ5oO2/qzJ2OPJsKrWb1jddayoko2NnzJa2Ao0wHEnYkkD8bC0lix+E4KUog5 HOSpNmLXFhms8Zmf2MqLUVR/SIre28mjmpqCw0GpbXExy/GCCt6KMXZV0hBW2LdlWKwT 7ZFCxPZpm7P84TjCBKoZGANS9gelWb+IKZbJatQAyAoRb8MH+1nr64aMFbyvnGBfXJwr GqslgS+cGoVeRyvj4mPtx+uWfDCQQW+nOpgXrXe/dZQ/R3ho6OE4oZ55uJS8+bpTiD4+ 1Ae5IR323BjGtWXzuIoKQfjrO7/XwnCxaL67+t4ZWnZk5Rhm+IhvBeQFLh3eU4b4/E0I a/3g== 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:user-agent; bh=1ZGlp40IsYtFAaBk0HZMbzf6li3dlBM1JeMgqqz53qI=; b=Rz7yCA19cBRPEeuYlfYZUqj/3z96NGq5Syz7lBgmulclOcTMaS0GiERc9f4h/74xCS hYD555yR+kJ/1WVlSB7l/k8T6BSsBWgXcgqgmhNdwaLv0bPlbZaa3fgpiZ5NwjH+dNNV Vey91IcUect8+e2Y+Ux2td1yD2pK2XAtYZJT907kQdnuYItPUkMBeThtUdY+zK9y021o nHVwbsRdgqXoQaSYfPLyfhGvrIvx+NdxXWJukXnQIPByvWIUOhj22w0Ov+pgYySRt0ci YWmodWydWEakOBZw8w++T3HfbXRnkqaAA45ipPB/92Pywgc6EE4meyCjXLIoZDsPPkGG 0hVQ== X-Gm-Message-State: APjAAAUYqQmqUBtnZSjtOeT4CXZSi6nvPTlDJjJ6/JqW/xCRKXkWOc7V UmftGGA9TXyG9pjTdFtDFa3Cww== X-Google-Smtp-Source: APXvYqwRRnCpg9Buqa4k1dpgkoWwP+tLwA3WGNYrjxvZ7tkjnD7LulMPynsnUSKYyb73BEvs2F6yFg== X-Received: by 2002:adf:ebd0:: with SMTP id v16mr20468589wrn.175.1557314662357; Wed, 08 May 2019 04:24:22 -0700 (PDT) Received: from dell ([2.27.167.43]) by smtp.gmail.com with ESMTPSA id i17sm3726274wmb.0.2019.05.08.04.24.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 May 2019 04:24:21 -0700 (PDT) Date: Wed, 8 May 2019 12:24:19 +0100 From: Lee Jones To: Matti Vaittinen Cc: mazziesaccount@gmail.com, Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Linus Walleij , Bartosz Golaszewski , Sebastian Reichel , Liam Girdwood , Mark Brown , Alessandro Zummo , Alexandre Belloni , Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org, linux-watchdog@vger.kernel.org, heikki.haikola@fi.rohmeurope.com, mikko.mutanen@fi.rohmeurope.com Subject: Re: [PATCH v14 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core Message-ID: <20190508112419.GU3995@dell> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Thu, 02 May 2019, Matti Vaittinen wrote: > ROHM BD70528MWV is an ultra-low quiescent current general > purpose single-chip power management IC for battery-powered > portable devices. > > Add MFD core which enables chip access for following subdevices: > - regulators/LED drivers > - battery-charger > - gpios > - 32.768kHz clk > - RTC > - watchdog > > Signed-off-by: Matti Vaittinen > --- > Changelog v14: No changes > > drivers/mfd/Kconfig | 17 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/rohm-bd70528.c | 316 ++++++++++++++++++++++++ > include/linux/mfd/rohm-bd70528.h | 408 +++++++++++++++++++++++++++++++ > 4 files changed, 742 insertions(+) > create mode 100644 drivers/mfd/rohm-bd70528.c > create mode 100644 include/linux/mfd/rohm-bd70528.h For my own reference: Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog