Re: [EXTERNAL] Re: [PATCH v8 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver

2021-01-05 Thread Ricardo Rivera-Matos
Sebastian, On 1/5/21 8:18 AM, Sebastian Reichel wrote: Hi Ricardo, On Tue, Jan 05, 2021 at 11:24:18AM +0800, kernel test robot wrote: Hi Ricardo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on power-supply/for-next] [also build test WARNING on

Re: [PATCH v8 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver

2021-01-05 Thread Sebastian Reichel
Hi Ricardo, On Tue, Jan 05, 2021 at 11:24:18AM +0800, kernel test robot wrote: > Hi Ricardo, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on power-supply/for-next] > [also build test WARNING on robh/for-next v5.11-rc2 next-20210104] > [If your patch is

Re: [PATCH v8 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver

2021-01-04 Thread kernel test robot
Hi Ricardo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on power-supply/for-next] [also build test WARNING on robh/for-next v5.11-rc2 next-20210104] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v8 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver

2021-01-04 Thread kernel test robot
Hi Ricardo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on power-supply/for-next] [also build test WARNING on robh/for-next v5.11-rc2 next-20210104] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

[PATCH v8 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver

2021-01-04 Thread Ricardo Rivera-Matos
The BQ256XX family of devices are highly integrated buck chargers for single cell batteries. Signed-off-by: Ricardo Rivera-Matos --- drivers/power/supply/Kconfig | 11 + drivers/power/supply/Makefile |1 + drivers/power/supply/bq256xx_charger.c | 1745