2021-02-03 10:44:02

by LI Qingwu

[permalink] [raw]
Subject: [PATCH V3 0/2] cover-letter bq27xxx: BQ78Z100

Changes in V3:
Delete comma before "and" in commit comments.
Reorder commits to sending the bindings as the first patch.


LI Qingwu (2):
dt-bindings: power: bq27xxx: add bq78z10
power: supply: bq27xxx: Add support for BQ78Z100

.../bindings/power/supply/bq27xxx.yaml | 1 +
drivers/power/supply/bq27xxx_battery.c | 46 ++++++++++++++++++-
drivers/power/supply/bq27xxx_battery_i2c.c | 2 +
include/linux/power/bq27xxx_battery.h | 1 +
4 files changed, 49 insertions(+), 1 deletion(-)

--
2.17.1


2021-02-03 10:46:21

by LI Qingwu

[permalink] [raw]
Subject: [PATCH V3 1/2] dt-bindings: power: bq27xxx: add bq78z10

Add bindings for TI BQ78Z100. An I2C interface gas gauge.
It provides a fully integrated safety protection
and authentication for 1 to 2-series cell Li-Ion and
Li-Polymer battery packs.

Signed-off-by: LI Qingwu <[email protected]>
---
Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml
index 45beefccf31a..712e974b28b6 100644
--- a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml
+++ b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml
@@ -52,6 +52,7 @@ properties:
- ti,bq27z561
- ti,bq28z610
- ti,bq34z100
+ - ti,bq78z100

reg:
maxItems: 1
--
2.17.1

2021-02-05 01:53:02

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH V3 1/2] dt-bindings: power: bq27xxx: add bq78z10

On Wed, 03 Feb 2021 10:40:59 +0000, LI Qingwu wrote:
> Add bindings for TI BQ78Z100. An I2C interface gas gauge.
> It provides a fully integrated safety protection
> and authentication for 1 to 2-series cell Li-Ion and
> Li-Polymer battery packs.
>
> Signed-off-by: LI Qingwu <[email protected]>
> ---
> Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2021-02-05 01:57:56

by Dan Murphy

[permalink] [raw]
Subject: Re: [PATCH V3 1/2] dt-bindings: power: bq27xxx: add bq78z10

Li

On 2/4/21 5:37 PM, Rob Herring wrote:
> On Wed, 03 Feb 2021 10:40:59 +0000, LI Qingwu wrote:
>> Add bindings for TI BQ78Z100. An I2C interface gas gauge.
>> It provides a fully integrated safety protection
>> and authentication for 1 to 2-series cell Li-Ion and
>> Li-Polymer battery packs.

$subject has the wrong part number

Dan


>> Signed-off-by: LI Qingwu <[email protected]>
>> ---
>> Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
> Acked-by: Rob Herring <[email protected]>