[PATCH v4 2/2] mfd: cros_ec: Add peripheral device charger

2021-01-23 Thread Daisuke Nojiri
This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a framework managing power supplies for peripheral devices. Signed-off-by: Daisuke Nojiri Acked-for-MFD-by: Lee Jones --- v1->v2 * None v2->v3 * None v3->v4 * None --- drivers/mfd/cros_ec_dev.c | 1 + 1 file c

[PATCH v4 1/2] power: supply: PCHG: Peripheral device charger

2021-01-23 Thread Daisuke Nojiri
is connected to a NFC/WLC port, the node prints: /sys/class/power_supply/PCHG0/ capacity=50 scope=Device status=Charging type=Battery Signed-off-by: Daisuke Nojiri --- v1 -> v2 * Separate mfd/cros_ec_dev.c * M

[PATCH v3 2/2] mfd: cros_ec: Add peripheral device charger

2021-01-22 Thread Daisuke Nojiri
This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a framework managing power supplies for peripheral devices. Signed-off-by: Daisuke Nojiri Acked-for-MFD-by: Lee Jones --- v1->v2 * None v2->v3 * None --- drivers/mfd/cros_ec_dev.c | 1 + 1 file changed, 1 insertion(+)

[PATCH v3 1/2] power: supply: PCHG: Peripheral device charger

2021-01-22 Thread Daisuke Nojiri
is connected to a NFC/WLC port, the node prints: /sys/class/power_supply/PCHG0/ capacity=50 scope=Device status=Charging type=Battery Signed-off-by: Daisuke Nojiri --- v1 -> v2 * Separate mfd/cros_ec_dev.c * M

[PATCH v2 2/2] mfd: cros_ec: Add peripheral device charger

2020-12-16 Thread Daisuke Nojiri
This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a framework managing power supplies for peripheral devices. Signed-off-by: Daisuke Nojiri Acked-for-MFD-by: Lee Jones --- drivers/mfd/cros_ec_dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/cros_ec_dev.c

[PATCH v2 1/2] power: supply: PCHG: Peripheral device charger

2020-12-16 Thread Daisuke Nojiri
is connected to a NFC/WLC port, the node prints: /sys/class/power_supply/PCHG0/ capacity=50 status=Charging type=Wireless Signed-off-by: Daisuke Nojiri --- v1 -> v2 * Separate mfd/cros_ec_dev.c * Make CONFIG_CHARGER_CROS_PCHG defa

[PATCH 2/2] mfd: cros_ec: Add peripheral device charger

2020-12-15 Thread Daisuke Nojiri
This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a framework managing power supplies for peripheral devices. Signed-off-by: Daisuke Nojiri --- drivers/mfd/cros_ec_dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c

[PATCH 1/2] power: supply: PCHG: Peripheral device charger

2020-12-15 Thread Daisuke Nojiri
is connected to a NFC/WLC port, the node prints: /sys/class/power_supply/PCHG0/ capacity=50 status=Charging type=Wireless Signed-off-by: Daisuke Nojiri --- drivers/power/supply/Kconfig | 10 + drivers/power/supply/Makefile

[PATCH] power: supply: PCHG: Peripheral device charger

2020-12-14 Thread Daisuke Nojiri
is connected to a NFC/WLC port, the node prints: /sys/class/power_supply/PCHG0/ capacity=50 status=Charging type=Wireless Signed-off-by: Daisuke Nojiri --- drivers/mfd/cros_ec_dev.c | 1 + drivers/power/supply/Kconfig