From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D7D0C433F5 for ; Sat, 25 Sep 2021 12:31:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3296660FC1 for ; Sat, 25 Sep 2021 12:31:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244859AbhIYMd3 (ORCPT ); Sat, 25 Sep 2021 08:33:29 -0400 Received: from comms.puri.sm ([159.203.221.185]:53084 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237543AbhIYMd2 (ORCPT ); Sat, 25 Sep 2021 08:33:28 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 5E093E0162; Sat, 25 Sep 2021 05:31:53 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JTIO9IUaBvFf; Sat, 25 Sep 2021 05:31:50 -0700 (PDT) From: Sebastian Krzyszkowiak To: Krzysztof Kozlowski Cc: Iskren Chernev , Krzysztof Kozlowski , Marek Szyprowski , Matheus Castello , Sebastian Reichel , Hans de Goede , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@puri.sm Subject: Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers Date: Sat, 25 Sep 2021 14:31:44 +0200 Message-ID: <4803957.ieAp1BVO2D@pliszka> In-Reply-To: <20210924115619.52927-1-krzysztof.kozlowski@canonical.com> References: <20210924115619.52927-1-krzysztof.kozlowski@canonical.com> Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On pi=C4=85tek, 24 wrze=C5=9Bnia 2021 13:56:18 CEST Krzysztof Kozlowski wro= te: > The Maxim max17042 fuel gauge driver supports several devices used on > multiple different boards - both devicetree and ACPI based. The driver > is incomplete and has few known issues. Fixing these might break other > platforms so mention recent contributors who can provide feedback. This > way most of interested parties might help reviewing the patches. >=20 > Cc: Hans de Goede > Cc: Marek Szyprowski > Cc: Sebastian Krzyszkowiak > Signed-off-by: Krzysztof Kozlowski > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 329d3a0a9fdb..da9d5383af04 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11429,6 +11429,16 @@ S: Maintained > F: Documentation/devicetree/bindings/iio/proximity/ maxbotix,mb1232.yaml > F: drivers/iio/proximity/mb1232.c >=20 > +MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS > +R: Hans de Goede > +R: Krzysztof Kozlowski > +R: Marek Szyprowski > +R: Sebastian Krzyszkowiak I think it may be worth adding: +R: Purism Kernel Team In any case: Reviewed-by: Sebastian Krzyszkowiak Cheers, Sebastian > +L: linux-pm@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml > +F: drivers/power/supply/max17042_battery.c > + > MAXIM MAX77650 PMIC MFD DRIVER > M: Bartosz Golaszewski > L: linux-kernel@vger.kernel.org