Re: [PATCH 0/2] an additional path to control charging current

2021-03-04 Thread Greg KH
On Wed, Mar 03, 2021 at 04:26:38PM +0100, Heiko Thiery wrote: > Hi, > > Am Mi., 3. März 2021 um 16:01 Uhr schrieb Heiko Thiery > : > > > > Hi Ray, > > > > > > > Currently, VBUS draw callback does no action when the > > > generic PHYs are used. The patches add an additional path > > > to control

Re: [PATCH 0/2] an additional path to control charging current

2021-03-03 Thread Heiko Thiery
Hi Ray, > Currently, VBUS draw callback does no action when the > generic PHYs are used. The patches add an additional path > to control charging current through power supply property > POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT. > > Ray Chi (2): > usb: dwc3: add a power supply for current control

Re: [PATCH 0/2] an additional path to control charging current

2021-03-03 Thread Heiko Thiery
Hi, Am Mi., 3. März 2021 um 16:01 Uhr schrieb Heiko Thiery : > > Hi Ray, > > > > Currently, VBUS draw callback does no action when the > > generic PHYs are used. The patches add an additional path > > to control charging current through power supply property > >

[PATCH 0/2] an additional path to control charging current

2021-02-22 Thread Ray Chi
Currently, VBUS draw callback does no action when the generic PHYs are used. The patches add an additional path to control charging current through power supply property POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT. Ray Chi (2): usb: dwc3: add a power supply for current control usb: dwc3: add an