All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@csie.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Lee Jones <lee.jones@linaro.org>,
	Sebastian Reichel <sre@kernel.org>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Chen-Yu Tsai <wens@csie.org>,
	linux-pm@vger.kernel.org,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	devicetree <devicetree@vger.kernel.org>
Subject: Re: [PATCH v2 1/4] power: axp20x_usb: Add support for usb power-supply on axp22x pmics
Date: Fri, 3 Jun 2016 09:39:24 +0800	[thread overview]
Message-ID: <CAGb2v66_UMf-fccSoPoJKJmygLXU8kYOq6RrwDPiq_Q6+kTARg@mail.gmail.com> (raw)
In-Reply-To: <1464887936-17020-1-git-send-email-hdegoede@redhat.com>

On Fri, Jun 3, 2016 at 1:18 AM, Hans de Goede <hdegoede@redhat.com> wrote:
> The usb power-supply on the axp22x pmics is mostly identical to the
> one on the axp20x pmics. One significant difference is that it cannot
> measure / monitor the usb voltage / current.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

WARNING: multiple messages have this Message-ID (diff)
From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] power: axp20x_usb: Add support for usb power-supply on axp22x pmics
Date: Fri, 3 Jun 2016 09:39:24 +0800	[thread overview]
Message-ID: <CAGb2v66_UMf-fccSoPoJKJmygLXU8kYOq6RrwDPiq_Q6+kTARg@mail.gmail.com> (raw)
In-Reply-To: <1464887936-17020-1-git-send-email-hdegoede@redhat.com>

On Fri, Jun 3, 2016 at 1:18 AM, Hans de Goede <hdegoede@redhat.com> wrote:
> The usb power-supply on the axp22x pmics is mostly identical to the
> one on the axp20x pmics. One significant difference is that it cannot
> measure / monitor the usb voltage / current.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

  parent reply	other threads:[~2016-06-03  1:39 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-02 17:18 [PATCH v2 1/4] power: axp20x_usb: Add support for usb power-supply on axp22x pmics Hans de Goede
2016-06-02 17:18 ` Hans de Goede
2016-06-02 17:18 ` [PATCH v2 2/4] mfd: axp20x: Extend axp22x_volatile_ranges Hans de Goede
2016-06-02 17:18   ` Hans de Goede
2016-06-10 14:57   ` Lee Jones
2016-06-10 14:57     ` Lee Jones
     [not found] ` <1464887936-17020-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-02 17:18   ` [PATCH v2 3/4] mfd: axp20x: Add axp20x-usb-power-supply for axp22x pmics Hans de Goede
2016-06-02 17:18     ` Hans de Goede
2016-06-03  1:20     ` Chen-Yu Tsai
2016-06-03  1:20       ` Chen-Yu Tsai
2016-06-10 14:56     ` Lee Jones
2016-06-10 14:56       ` Lee Jones
2016-06-10 18:47       ` Hans de Goede
2016-06-10 18:47         ` Hans de Goede
2016-06-02 17:18 ` [PATCH v2 4/4] regulator: axp20x: Add support for the (external) drivebus regulator Hans de Goede
2016-06-02 17:18   ` Hans de Goede
2016-06-03  1:38   ` Chen-Yu Tsai
2016-06-03  1:38     ` Chen-Yu Tsai
2016-06-03 16:59     ` Hans de Goede
2016-06-03 16:59       ` Hans de Goede
2016-06-03  1:39 ` Chen-Yu Tsai [this message]
2016-06-03  1:39   ` [PATCH v2 1/4] power: axp20x_usb: Add support for usb power-supply on axp22x pmics Chen-Yu Tsai
2016-06-04 14:01 ` Sebastian Reichel
2016-06-04 14:01   ` Sebastian Reichel
2016-06-04 14:09   ` Hans de Goede
2016-06-04 14:09     ` Hans de Goede
2016-06-10  1:37     ` Sebastian Reichel
2016-06-10  1:37       ` Sebastian Reichel
2016-06-06 13:26 ` Rob Herring
2016-06-06 13:26   ` Rob Herring

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=CAGb2v66_UMf-fccSoPoJKJmygLXU8kYOq6RrwDPiq_Q6+kTARg@mail.gmail.com \
    --to=wens@csie.org \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=hdegoede@redhat.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=sre@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.