Re: [PATCH 2/3] power: supply: max8997_charger: Set CHARGER current limit

2020-12-04 Thread Timon Baetz
On Wed, 2 Dec 2020 23:50:57 +0200, Krzysztof Kozlowski wrote: > On Wed, Dec 02, 2020 at 09:07:19PM +, Timon Baetz wrote: > > Register for extcon notification and set charging current depending on > > the detected cable type. Current values are taken from i9100 kernel > > fork. > > > > Enable

Re: [PATCH 2/3] power: supply: max8997_charger: Set CHARGER current limit

2020-12-02 Thread Krzysztof Kozlowski
On Wed, Dec 02, 2020 at 09:07:19PM +, Timon Baetz wrote: > Register for extcon notification and set charging current depending on > the detected cable type. Current values are taken from i9100 kernel > fork. > > Enable and disable the CHARGER regulator based on extcon events and > remove

[PATCH 2/3] power: supply: max8997_charger: Set CHARGER current limit

2020-12-02 Thread Timon Baetz
Register for extcon notification and set charging current depending on the detected cable type. Current values are taken from i9100 kernel fork. Enable and disable the CHARGER regulator based on extcon events and remove regulator-always-on from the device tree. Signed-off-by: Timon Baetz ---