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

2021-01-02 Thread Sebastian Reichel
Hi, On Wed, Dec 30, 2020 at 08:52:15PM +, Timon Baetz wrote: > Register for extcon notification and set charging current depending on > the detected cable type. Current values are taken from vendor kernel, > where most charger types end up setting 650mA [0]. > > Also enable and disable the CH

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

2020-12-31 Thread Krzysztof Kozlowski
On Wed, Dec 30, 2020 at 08:52:15PM +, Timon Baetz wrote: > Register for extcon notification and set charging current depending on > the detected cable type. Current values are taken from vendor kernel, > where most charger types end up setting 650mA [0]. > > Also enable and disable the CHARGER

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

2020-12-31 Thread Krzysztof Kozlowski
On Thu, Dec 31, 2020 at 07:19:07AM +, Timon Baetz wrote: > On Thu, 31 Dec 2020 07:22:22 +0800, kernel test robot wrote: > > Hi Timon, > > > > Thank you for the patch! Yet something to improve: > > > > [auto build test ERROR on regulator/for-next] > > [also build test ERROR on pinctrl-samsung/

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

2020-12-30 Thread Timon Baetz
On Thu, 31 Dec 2020 07:22:22 +0800, kernel test robot wrote: > Hi Timon, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on regulator/for-next] > [also build test ERROR on pinctrl-samsung/for-next krzk/for-next v5.11-rc1 > next-20201223] > [cannot apply to robh/

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

2020-12-30 Thread kernel test robot
Hi Timon, Thank you for the patch! Yet something to improve: [auto build test ERROR on regulator/for-next] [also build test ERROR on pinctrl-samsung/for-next krzk/for-next v5.11-rc1 next-20201223] [cannot apply to robh/for-next] [If your patch is applied to the wrong git tree, kindly drop us a n

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

2020-12-30 Thread Timon Baetz
Register for extcon notification and set charging current depending on the detected cable type. Current values are taken from vendor kernel, where most charger types end up setting 650mA [0]. Also enable and disable the CHARGER regulator based on extcon events. [0] https://github.com/krzk/linux-