Re: [PATCHv1 03/19] power: supply: core: add manufacture date properties

2020-05-15 Thread Emil Velikov
On 2020/05/15, Sebastian Reichel wrote: > Hi, > > On Fri, May 15, 2020 at 03:47:32PM +0100, Emil Velikov wrote: > > On 2020/05/13, Sebastian Reichel wrote: > > > Some smart batteries store their manufacture date, which is > > > useful to identify the battery and/or to know about the cell > > > qua

Re: [PATCHv1 03/19] power: supply: core: add manufacture date properties

2020-05-15 Thread Sebastian Reichel
Hi, On Fri, May 15, 2020 at 03:47:32PM +0100, Emil Velikov wrote: > On 2020/05/13, Sebastian Reichel wrote: > > Some smart batteries store their manufacture date, which is > > useful to identify the battery and/or to know about the cell > > quality. > > > Have you considered exposing this as a si

Re: [PATCHv1 03/19] power: supply: core: add manufacture date properties

2020-05-15 Thread Emil Velikov
Hi Sebastian, On 2020/05/13, Sebastian Reichel wrote: > Some smart batteries store their manufacture date, which is > useful to identify the battery and/or to know about the cell > quality. > Have you considered exposing this as a single file? Say following the ISO8601 format - -MM-DD. -Emil

[PATCHv1 03/19] power: supply: core: add manufacture date properties

2020-05-13 Thread Sebastian Reichel
Some smart batteries store their manufacture date, which is useful to identify the battery and/or to know about the cell quality. Signed-off-by: Sebastian Reichel --- Documentation/ABI/testing/sysfs-class-power | 28 + drivers/power/supply/power_supply_sysfs.c | 3 +++ inc