Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600183
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation |
| Date | 2017-03-14 11:00 +0100 |
| Message-ID | <tkRpg-6Fd-17@gated-at.bofh.it> (permalink) |
| References | <tcRZ8-2oU-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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? Please be careful when submitting patches, since a lot of us have enough mail to contend with already. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Lee Jones <lee.jones@linaro.org> - 2017-03-14 11:00 +0100
Re: [PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang <baolin.wang@linaro.org> - 2017-03-14 11:40 +0100
Re: [PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Lee Jones <lee.jones@linaro.org> - 2017-03-14 13:20 +0100
csiph-web