[PATCH v2 00/11] power: supply: bq275xx: implement individual chip revision support

2016-12-22 Thread Chris Lapa
From: Chris Lapa This patch series separates out support for each revision chip in the bq27500, bq27510 and bq27520 family. Each revision has enough register address changes to justify individual register mappings. It also cleans up the large if statement checking the

[PATCH v2 00/11] power: supply: bq275xx: implement individual chip revision support

2016-12-22 Thread Chris Lapa
From: Chris Lapa This patch series separates out support for each revision chip in the bq27500, bq27510 and bq27520 family. Each revision has enough register address changes to justify individual register mappings. It also cleans up the large if statement checking the overtemp flags. I had a