From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750937AbdCNKjZ (ORCPT ); Tue, 14 Mar 2017 06:39:25 -0400 Received: from mail-ot0-f172.google.com ([74.125.82.172]:34712 "EHLO mail-ot0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbdCNKjW (ORCPT ); Tue, 14 Mar 2017 06:39:22 -0400 MIME-Version: 1.0 In-Reply-To: <20170314095729.cmbzdhikdtjoqrmp@dell> References: <20170314095729.cmbzdhikdtjoqrmp@dell> From: Baolin Wang Date: Tue, 14 Mar 2017 18:39:20 +0800 Message-ID: Subject: Re: [PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation To: Lee Jones Cc: Felipe Balbi , Greg KH , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , robh@kernel.org, Jun Li , Marek Szyprowski , Ruslan Bilovol , Peter Chen , Alan Stern , grygorii.strashko@ti.com, Yoshihiro Shimoda , Mark Brown , John Stultz , NeilBrown , Charles Keepax , patches@opensource.wolfsonmicro.com, Linux PM list , USB , device-mainlining@lists.linuxfoundation.org, LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 14 March 2017 at 17:57, Lee Jones wrote: > On Mon, 20 Feb 2017, Baolin Wang wrote: > > [...] > >> drivers/power/supply/wm831x_power.c | 63 +++ >> drivers/usb/gadget/Kconfig | 8 + >> drivers/usb/gadget/udc/Makefile | 1 + >> drivers/usb/gadget/udc/charger.c | 865 +++++++++++++++++++++++++++++++++++ >> drivers/usb/gadget/udc/core.c | 19 +- >> include/linux/usb/charger.h | 176 +++++++ >> include/linux/usb/gadget.h | 3 + >> include/uapi/linux/usb/charger.h | 31 ++ >> 8 files changed, 1165 insertions(+), 1 deletion(-) >> create mode 100644 drivers/usb/gadget/udc/charger.c >> create mode 100644 include/linux/usb/charger.h >> create mode 100644 include/uapi/linux/usb/charger.h > > Why have you sent this set to me? Since you have one ack on patch 4, I think I need CC you. But If you are not interested in this patchset, I will not CC you next time. Sorry. [PATCH v19 4/4] power: wm831x_power: Support USB charger current limit management Integrate with the newly added USB charger interface to limit the current we draw from the USB input based on the input device configuration identified by the USB stack, allowing us to charge more quickly from high current inputs without drawing more current than specified from others. Signed-off-by: Mark Brown Signed-off-by: Baolin Wang Acked-by: Lee Jones Acked-by: Charles Keepax Acked-by: Peter Chen Acked-by: Sebastian Reichel ....... -- Baolin.wang Best Regards