All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@kernel.org>
To: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: linux-kernel@vger.kernel.org,
	"Sameer Nanda" <snanda@chromium.org>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Benson Leung" <bleung@chromium.org>,
	"Enric Balletbò" <enric.balletbo@collabora.co.uk>,
	"Vic Yang" <victoryang@chromium.org>,
	"Vincent Palatin" <vpalatin@chromium.org>,
	"Randall Spangler" <rspangler@chromium.org>,
	"Todd Broch" <tbroch@chromium.org>,
	"Gwendal Grignou" <gwendal@chromium.org>,
	"Dmitry Eremin-Solenikov" <dbaryshkov@gmail.com>,
	"David Woodhouse" <dwmw2@infradead.org>,
	linux-pm@vger.kernel.org
Subject: Re: [PATCH v2 2/8] power_supply: Add types for USB Type C and PD chargers
Date: Tue, 16 Feb 2016 17:59:17 +0100	[thread overview]
Message-ID: <20160216165917.GA17290@earth> (raw)
In-Reply-To: <1455281825-23526-3-git-send-email-tomeu.vizoso@collabora.com>

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

Hi Tomeu,

On Fri, Feb 12, 2016 at 01:56:59PM +0100, Tomeu Vizoso wrote:
> From: Benson Leung <bleung@chromium.org>
> 
> This adds power supply types for USB chargers defined in
> the USB Type-C Specification 1.1 and in the
> USB Power Delivery Specification Revision 2.0 V1.1.
> 
> The following are added :
> POWER_SUPPLY_TYPE_USB_TYPE_C,	/* Type C Port */
> POWER_SUPPLY_TYPE_USB_PD,	/* Power Delivery Port */
> POWER_SUPPLY_TYPE_USB_PD_DRP,	/* PD Dual Role Port */
> 
> Signed-off-by: Benson Leung <bleung@chromium.org>
> [tomeu: remove the mention to Type C from the comments]
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> Reviewed-by: Alec Berg <alecaberg@chromium.org>
> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
> Reviewed-by: Todd Broch <tbroch@chromium.org>

I queued this patch for 4.6.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-16 16:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 12:56 [PATCH v2 0/8] EC-based USB Power Delivery support for Chrome machines Tomeu Vizoso
2016-02-12 12:56 ` [PATCH v2 1/8] mfd: cros_ec: Add MKBP event support Tomeu Vizoso
2016-02-12 12:56 ` [PATCH v2 2/8] power_supply: Add types for USB Type C and PD chargers Tomeu Vizoso
2016-02-16 16:59   ` Sebastian Reichel [this message]
2016-02-12 12:57 ` [PATCH v2 3/8] mfd: cros_ec: Add cros_ec_cmd_xfer_status helper Tomeu Vizoso
2016-02-12 12:57 ` [PATCH v2 4/8] mfd: cros_ec: Add cros_ec_get_host_event Tomeu Vizoso
2016-02-12 12:57 ` [PATCH v2 5/8] mfd: cros_ec: Add more definitions for PD commands Tomeu Vizoso
2016-02-12 12:57 ` [PATCH v2 6/8] power: cros_usbpd-charger: Add EC-based USB PD charger driver Tomeu Vizoso
2016-02-12 14:14   ` kbuild test robot
2016-02-12 14:14     ` kbuild test robot
2016-02-12 15:01   ` kbuild test robot
2016-02-12 15:01     ` kbuild test robot
2016-02-12 15:38   ` kbuild test robot
2016-02-12 15:38     ` kbuild test robot
2016-02-13  0:46   ` Stephen Boyd
2016-02-16 14:35     ` Tomeu Vizoso
2016-02-12 12:57 ` [PATCH v2 7/8] platform/chrome: Register USB PD charger device Tomeu Vizoso
2016-02-12 12:57 ` [PATCH v2 8/8] platform/chrome: Check the USB PD feature before creating a charger Tomeu Vizoso
2016-02-20 16:22 ` [PATCH v2 0/8] EC-based USB Power Delivery support for Chrome machines Pavel Machek
2016-02-22  7:56   ` Tomeu Vizoso

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=20160216165917.GA17290@earth \
    --to=sre@kernel.org \
    --cc=bleung@chromium.org \
    --cc=dbaryshkov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=enric.balletbo@collabora.co.uk \
    --cc=gwendal@chromium.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rspangler@chromium.org \
    --cc=snanda@chromium.org \
    --cc=tbroch@chromium.org \
    --cc=tomeu.vizoso@collabora.com \
    --cc=victoryang@chromium.org \
    --cc=vpalatin@chromium.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.