From: Felipe Balbi <balbi@kernel.org>
To: Baolin Wang <baolin.wang@linaro.org>, Jun Li <jun.li@nxp.com>
Cc: "gregkh\@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"sre\@kernel.org" <sre@kernel.org>,
"dbaryshkov\@gmail.com" <dbaryshkov@gmail.com>,
"dwmw2\@infradead.org" <dwmw2@infradead.org>,
"robh\@kernel.org" <robh@kernel.org>,
"m.szyprowski\@samsung.com" <m.szyprowski@samsung.com>,
"ruslan.bilovol\@gmail.com" <ruslan.bilovol@gmail.com>,
"peter.chen\@freescale.com" <peter.chen@freescale.com>,
"stern\@rowland.harvard.edu" <stern@rowland.harvard.edu>,
"r.baldyga\@samsung.com" <r.baldyga@samsung.com>,
"yoshihiro.shimoda.uh\@renesas.com"
<yoshihiro.shimoda.uh@renesas.com>,
"lee.jones\@linaro.org" <lee.jones@linaro.org>,
"broonie\@kernel.org" <broonie@kernel.org>,
"ckeepax\@opensource.wolfsonmicro.com"
<ckeepax@opensource.wolfsonmicro.com>,
"patches\@opensource.wolfsonmicro.com"
<patches@opensource.wolfsonmicro.com>,
"linux-pm\@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linux-usb\@vger.kernel.org" <linux-usb@vger.kernel.org>,
"device-mainlining\@lists.linuxfoundation.org"
<device-mainlining@lists.linuxfoundation.org>,
"linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [RESEND PATCH v11 1/4] gadget: Introduce the usb charger framework
Date: Tue, 21 Jun 2016 10:45:48 +0300 [thread overview]
Message-ID: <874m8nouhf.fsf@linux.intel.com> (raw)
In-Reply-To: <CAMz4ku+1HxXLhFJp6mK+hRqKxHZ+ELC3CmJhupLgDcO7SJXy5g@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2513 bytes --]
Hi Baolin,
Baolin Wang <baolin.wang@linaro.org> writes:
>>> -----Original Message-----
>>> From: linux-usb-owner@vger.kernel.org [mailto:linux-usb-
>>> owner@vger.kernel.org] On Behalf Of Baolin Wang
>>> Sent: Monday, June 13, 2016 4:47 PM
>>> To: balbi@kernel.org; gregkh@linuxfoundation.org; sre@kernel.org;
>>> dbaryshkov@gmail.com; dwmw2@infradead.org
>>> Cc: robh@kernel.org; m.szyprowski@samsung.com; ruslan.bilovol@gmail.com;
>>> peter.chen@freescale.com; stern@rowland.harvard.edu; r.baldyga@samsung.com;
>>> yoshihiro.shimoda.uh@renesas.com; lee.jones@linaro.org; broonie@kernel.org;
>>> ckeepax@opensource.wolfsonmicro.com; patches@opensource.wolfsonmicro.com;
>>> baolin.wang@linaro.org; linux-pm@vger.kernel.org; linux-
>>> usb@vger.kernel.org; device-mainlining@lists.linuxfoundation.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: [RESEND PATCH v11 1/4] gadget: Introduce the usb charger
>>> framework
>>>
>>> This patch introduces the usb charger driver based on usb gadget that
>>> makes an enhancement to a power driver. It works well in practice but that
>>> requires a system with suitable hardware.
>>>
>>> The basic conception of the usb charger is that, when one usb charger is
>>> added or removed by reporting from the usb gadget state change or the
>>> extcon device state change, the usb charger will report to power user to
>>> set the current limitation.
>>>
>>> The usb charger will register notifiees on the usb gadget or the extcon
>>> device to get notified the usb charger state. It also supplies the
>>> notification mechanism to userspace When the usb charger state is changed.
>>>
>>> Power user will register a notifiee on the usb charger to get notified by
>>> status changes from the usb charger. It will report to power user to set
>>> the current limitation when detecting the usb charger is added or removed
>>> from extcon device state or usb gadget state.
>>>
>>> This patch doesn't yet integrate with the gadget code, so some functions
>>> which rely on the 'gadget' are not completed, that will be implemented in
>>> the following patches.
>>>
>>> Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
>>
>> Reviewed-by: Li Jun <jun.li@nxp.com>
>> Tested-by: Li Jun <jun.li@nxp.com>
>
> Do you have any comments about this patchset, if not I will resend it
> with testing by Li Jun (thanks for Jun reviewing and testing). Thanks.
please resend. I don't have the series in my queue anymore, sorry.
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
next prev parent reply other threads:[~2016-06-21 7:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-13 8:46 [RESEND PATCH v11 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2016-06-13 8:46 ` [RESEND PATCH v11 1/4] gadget: Introduce the usb charger framework Baolin Wang
2016-06-13 15:13 ` Jun Li
2016-06-17 6:19 ` Baolin Wang
2016-06-21 7:45 ` Felipe Balbi [this message]
2016-06-21 7:55 ` Baolin Wang
2016-06-13 8:46 ` [RESEND PATCH v11 2/4] gadget: Support for " Baolin Wang
2016-06-13 11:06 ` kbuild test robot
2016-06-13 15:02 ` kbuild test robot
2016-06-13 15:15 ` Jun Li
2016-06-13 8:46 ` [RESEND PATCH v11 3/4] gadget: Integrate with the usb gadget supporting for usb charger Baolin Wang
2016-06-13 15:16 ` Jun Li
2016-06-13 8:46 ` [RESEND PATCH v11 4/4] power: wm831x_power: Support USB charger current limit management Baolin Wang
2016-06-13 17:51 ` kbuild test robot
2016-06-15 9:38 ` Lee Jones
-- strict thread matches above, loose matches on Subject: below --
2016-06-13 8:43 [RESEND PATCH v11 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2016-06-13 8:43 ` [RESEND PATCH v11 1/4] gadget: Introduce the usb charger framework Baolin Wang
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=874m8nouhf.fsf@linux.intel.com \
--to=balbi@kernel.org \
--cc=baolin.wang@linaro.org \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.wolfsonmicro.com \
--cc=dbaryshkov@gmail.com \
--cc=device-mainlining@lists.linuxfoundation.org \
--cc=dwmw2@infradead.org \
--cc=gregkh@linuxfoundation.org \
--cc=jun.li@nxp.com \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=patches@opensource.wolfsonmicro.com \
--cc=peter.chen@freescale.com \
--cc=r.baldyga@samsung.com \
--cc=robh@kernel.org \
--cc=ruslan.bilovol@gmail.com \
--cc=sre@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=yoshihiro.shimoda.uh@renesas.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