Re: [PATCH 1/2] power: supply: Add new power supply prop for date of manufacture

2020-06-09 Thread Sebastian Reichel
Hi, Support for SBS battery manufacturer date is part of power-supply's pull request for v5.8 with a different API allowing other batteries to expose less precise information:

[PATCH 1/2] power: supply: Add new power supply prop for date of manufacture

2020-06-09 Thread Tim Wawrzynczak
The Smart Battery Specification v1.1 defines Manufacture Date as one of its availabe registers. This patch adds this as a property so that power_supply drivers can support the property and report it in syfs. Signed-off-by: Tim Wawrzynczak Change-Id: I90bf8c67b0cd531f2155404424a98302a1c931d6 ---