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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 990A3C282C4 for ; Tue, 12 Feb 2019 12:08:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7013A20811 for ; Tue, 12 Feb 2019 12:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729259AbfBLMI1 (ORCPT ); Tue, 12 Feb 2019 07:08:27 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:35780 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbfBLMI0 (ORCPT ); Tue, 12 Feb 2019 07:08:26 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 78F8480403; Tue, 12 Feb 2019 13:08:17 +0100 (CET) Date: Tue, 12 Feb 2019 13:08:23 +0100 From: Pavel Machek To: Bartosz Golaszewski Cc: Rob Herring , Mark Rutland , Linus Walleij , Dmitry Torokhov , Jacek Anaszewski , Lee Jones , Sebastian Reichel , Liam Girdwood , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v3 07/11] power: supply: max77650: add support for battery charger Message-ID: <20190212120823.GB25613@amd> References: <20190201094736.32057-1-brgl@bgdev.pl> <20190201094736.32057-8-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline In-Reply-To: <20190201094736.32057-8-brgl@bgdev.pl> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2019-02-01 10:47:32, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski >=20 > Add basic support for the battery charger for max77650 PMIC. >=20 > diff --git a/drivers/power/supply/max77650-charger.c b/drivers/power/supp= ly/max77650-charger.c > new file mode 100644 > index 000000000000..7055c9b5ee24 > --- /dev/null > +++ b/drivers/power/supply/max77650-charger.c > @@ -0,0 +1,355 @@ > +// SPDX-License-Identifier: GPL-2.0 > +// > +// Copyright (C) 2018 BayLibre SAS > +// Author: Bartosz Golaszewski > +// > +// Battery charger driver for MAXIM 77650/77651 charger/power-supply. > + If available, pointer to a datasheet would be welcome here. --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --z6Eq5LdranGa6ru8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlxitzcACgkQMOfwapXb+vJ2GwCggYuFUAUJLqpZI1xCLDlLxdLg J2EAnA/W8O2GDKK9ViEchoqBWA5eZDnD =Wybx -----END PGP SIGNATURE----- --z6Eq5LdranGa6ru8--