linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Keerthy <j-keerthy@ti.com>
Cc: lee.jones@linaro.org, broonie@kernel.org,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, mark.rutland@arm.com
Subject: Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support
Date: Fri, 9 Jun 2017 09:28:55 -0500	[thread overview]
Message-ID: <20170609142855.tfixhw3cb5qjkcne@rob-hp-laptop> (raw)
In-Reply-To: <1496894894-6969-1-git-send-email-j-keerthy@ti.com>

On Thu, Jun 08, 2017 at 09:38:14AM +0530, Keerthy wrote:
> The LP87565 chip is a power management IC for Portable Navigation Systems
> and Tablet Computing devices. It contains the following components:
> 
>         - Configurable Bucks(Single and multi-phase).
>         - Configurable General Purpose Output Signals (GPO).
> 
> The LP87565-Q1 variant device uses two 2-phase outputs configuration,
> Buck0 is master for Buck0/1 output and Buck2 is master for Buck2/3
> output.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
> 
> The other patches are already pulled by Mark. Hence posting
> the remaining patch.
> 
> Changes in v4:
> 
>   * Fixed device tree comments from Rob on the pmic node name.
>   * removed regulators from properties list as it is a node.
>  
> Changes in v3:
> 
>   * Fixed License to GPL v2.
>   * Fixed an indentation issue.
> 
> Changes in v2:
> 
>   * Fixed a bunch of whitespace errors.
>   * Changed the License to short form.
>   * Added the generic compatible lp87565
>   * Removed i2c_device_id table.
>   * Introduced probe_new function in place of probe.
> 
>  Documentation/devicetree/bindings/mfd/lp87565.txt |  43 ++++

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/mfd/Kconfig                               |  14 ++
>  drivers/mfd/Makefile                              |   1 +
>  drivers/mfd/lp87565.c                             |  92 ++++++++
>  include/linux/mfd/lp87565.h                       | 270 ++++++++++++++++++++++
>  5 files changed, 420 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt
>  create mode 100644 drivers/mfd/lp87565.c
>  create mode 100644 include/linux/mfd/lp87565.h

  reply	other threads:[~2017-06-09 14:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-08  4:08 [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy
2017-06-09 14:28 ` Rob Herring [this message]
2017-06-11  5:06   ` Keerthy
2017-06-11  5:22     ` Keerthy
2017-06-12  9:11       ` Lee Jones
2017-06-12  9:17         ` Keerthy
2017-06-12  9:27           ` Javier Martinez Canillas
2017-06-12 10:09             ` Keerthy
2017-06-15  7:52             ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170609142855.tfixhw3cb5qjkcne@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j-keerthy@ti.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).