From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH v3 06/11] mfd: max77650: new core mfd driver Date: Tue, 12 Feb 2019 13:01:17 +0100 Message-ID: <20190212120116.GB24296@amd> References: <20190201094736.32057-1-brgl@bgdev.pl> <20190201094736.32057-7-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Return-path: Content-Disposition: inline In-Reply-To: <20190201094736.32057-7-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-input@vger.kernel.org --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2019-02-01 10:47:31, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski >=20 > Add the core mfd driver for max77650 PMIC. We define five sub-devices > for which the drivers will be added in subsequent patches. >=20 > Signed-off-by: Bartosz Golaszewski > --- > drivers/mfd/Kconfig | 11 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/max77650.c | 342 +++++++++++++++++++++++++++++++++++ > include/linux/mfd/max77650.h | 59 ++++++ > 4 files changed, 413 insertions(+) > create mode 100644 drivers/mfd/max77650.c > create mode 100644 include/linux/mfd/max77650.h >=20 > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index f461460a2aeb..828fd193b4ee 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -734,6 +734,17 @@ config MFD_MAX77620 > provides common support for accessing the device; additional drivers > must be enabled in order to use the functionality of the device. > =20 > +config MFD_MAX77650 > + tristate "Maxim MAX77650/77651 PMIC Support" > + depends on I2C > + depends on OF || COMPILE_TEST > + select MFD_CORE > + select REGMAP_I2C > + help > + Say yes here to add support for Maxim Semiconductor MAX77650 and "Say Y" would be more common and consistent with your ther patch. > + MAX77651 Power Management ICs. This is the core multifunction > + driver for interacting with the device. Mention modular build and module name here? --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlxitYwACgkQMOfwapXb+vKoiwCeM+Orm+nLxPPfa5F1l9dfrVbe /UIAnimLGMXovjzDdbWKFGj1wMwQFAXU =fAsK -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5--