Re: [PATCH v2 2/4] power: bq25890_charger.c: Remove unused table

2018-07-30 Thread Krzysztof Kozlowski
On 27 July 2018 at 17:26, Angus Ainslie wrote: > Hi Krzysztof, > > On 2018-07-26 00:51, Krzysztof Kozlowski wrote: >> >> On 25 July 2018 at 21:46, Angus Ainslie (Purism) wrote: >>> >>> The BATCMP table isn't used so drop it >> >> >> TBL_VCLAMP also looks unused. TBL_IPRECHG does not have table en

Re: [PATCH v2 2/4] power: bq25890_charger.c: Remove unused table

2018-07-27 Thread Angus Ainslie
Hi Krzysztof, On 2018-07-26 00:51, Krzysztof Kozlowski wrote: On 25 July 2018 at 21:46, Angus Ainslie (Purism) wrote: The BATCMP table isn't used so drop it TBL_VCLAMP also looks unused. TBL_IPRECHG does not have table entry. I as looking to drop the tables that would be problematic to th

Re: [PATCH v2 2/4] power: bq25890_charger.c: Remove unused table

2018-07-25 Thread Krzysztof Kozlowski
On 25 July 2018 at 21:46, Angus Ainslie (Purism) wrote: > The BATCMP table isn't used so drop it TBL_VCLAMP also looks unused. TBL_IPRECHG does not have table entry. Best regards, Krzysztof

[PATCH v2 2/4] power: bq25890_charger.c: Remove unused table

2018-07-25 Thread Angus Ainslie (Purism)
The BATCMP table isn't used so drop it Signed-off-by: Angus Ainslie (Purism) --- drivers/power/supply/bq25890_charger.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/power/supply/bq25890_charger.c b/drivers/power/supply/bq25890_charger.c index 7f0b3a46c50c..641f7d779e2f 100644 --