Message ID | 20241220084958.32367-1-bhavin.sharma@siliconsignals.io (mailing list archive) |
---|---|
Headers | show |
Series | power: supply: Add STC3117 Fuel Gauge | expand |
On Fri, 20 Dec 2024 14:19:53 +0530, Bhavin Sharma wrote: > Adds initial support for the STC3117 fuel gauge. > > Output of test_power_supply_properties.sh > > TAP version 13 > 1..33 > # Testing device stc3117-battery > ok 1 stc3117-battery.exists > ok 2 stc3117-battery.uevent.NAME > ok 3 stc3117-battery.sysfs.type > ok 4 stc3117-battery.uevent.TYPE > ok 5 stc3117-battery.sysfs.usb_type # SKIP > ok 6 stc3117-battery.sysfs.online # SKIP > # Reported: '1' () > ok 7 stc3117-battery.sysfs.present > # Reported: 'Discharging' > ok 8 stc3117-battery.sysfs.status > # Reported: '30' % () > ok 9 stc3117-battery.sysfs.capacity > ok 10 stc3117-battery.sysfs.capacity_level # SKIP > ok 11 stc3117-battery.sysfs.model_name # SKIP > ok 12 stc3117-battery.sysfs.manufacturer # SKIP > ok 13 stc3117-battery.sysfs.serial_number # SKIP > ok 14 stc3117-battery.sysfs.technology # SKIP > ok 15 stc3117-battery.sysfs.cycle_count # SKIP > ok 16 stc3117-battery.sysfs.scope # SKIP > ok 17 stc3117-battery.sysfs.input_current_limit # SKIP > ok 18 stc3117-battery.sysfs.input_voltage_limit # SKIP > # Reported: '3577000' uV (3.577 V) > ok 19 stc3117-battery.sysfs.voltage_now > ok 20 stc3117-battery.sysfs.voltage_min # SKIP > ok 21 stc3117-battery.sysfs.voltage_max # SKIP > # Reported: '3200000' uV (3.2 V) > ok 22 stc3117-battery.sysfs.voltage_min_design > # Reported: '4200000' uV (4.2 V) > ok 23 stc3117-battery.sysfs.voltage_max_design > # Reported: '206000' uA (206 mA) > ok 24 stc3117-battery.sysfs.current_now > ok 25 stc3117-battery.sysfs.current_max # SKIP > ok 26 stc3117-battery.sysfs.charge_now # SKIP > ok 27 stc3117-battery.sysfs.charge_full # SKIP > # Reported: '3000000' uAh (3 Ah) > ok 28 stc3117-battery.sysfs.charge_full_design > ok 29 stc3117-battery.sysfs.power_now # SKIP > ok 30 stc3117-battery.sysfs.energy_now # SKIP > ok 31 stc3117-battery.sysfs.energy_full # SKIP > ok 32 stc3117-battery.sysfs.energy_full_design # SKIP > ok 33 stc3117-battery.sysfs.energy_full_design # SKIP > # Totals: pass:12 fail:0 xfail:0 xpass:0 skip:21 error:0 > > [...] Applied, thanks! [1/2] dt-bindings: power: supply: Add STC3117 Fuel Gauge commit: 69a3761389cb9a3a05684e84a659c2799b62cbb3 [2/2] power: supply: Add STC3117 fuel gauge unit driver commit: 74e3f620852390a4e8359c6056d67af1e42b1b1c Best regards,