power: supply: core: add support for custom sysfs attributes

Add functionality to setup device specific sysfs attributes
in a race condition free manner

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Sebastian Reichel
2018-09-27 15:46:03 +02:00
committed by Sebastian Reichel
parent 4a040e7c72
commit cef8fe6a38
2 changed files with 4 additions and 0 deletions

View File

@@ -204,6 +204,9 @@ struct power_supply_config {
/* Driver private data */
void *drv_data;
/* Device specific sysfs attributes */
const struct attribute_group **attr_grp;
char **supplied_to;
size_t num_supplicants;
};