From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752839AbcC2QKX (ORCPT ); Tue, 29 Mar 2016 12:10:23 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:51404 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752283AbcC2QKV (ORCPT ); Tue, 29 Mar 2016 12:10:21 -0400 Date: Tue, 29 Mar 2016 09:09:57 -0700 From: Mark Brown To: Chen-Yu Tsai Cc: Lee Jones , Liam Girdwood , Maxime Ripard , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com Message-ID: <20160329160957.GO2350@sirena.org.uk> References: <1459243352-23344-1-git-send-email-wens@csie.org> <1459243352-23344-5-git-send-email-wens@csie.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XMHqbYJb993HXwLR" Content-Disposition: inline In-Reply-To: <1459243352-23344-5-git-send-email-wens@csie.org> X-Cookie: If anything can go wrong, it will. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 64.55.107.4 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH resend v2 4/9] regulator: axp20x: support AXP809 variant X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --XMHqbYJb993HXwLR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 29, 2016 at 05:22:27PM +0800, Chen-Yu Tsai wrote: > The X-Powers AXP809 PMIC has a similar set of regulators as the AXP221, > though a few LDOs were removed, and a new switch output added. Like the > AXP221, AXP809 also has DC1SW and DC5LDO, which are internally chained > to DCDC1 and DCDC5, respectively. Reviewed-by: Mark Brown --XMHqbYJb993HXwLR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW+qjTAAoJECTWi3JdVIfQg88H/3QWO1kFo6YYsMEOs5PXcGDy 8bzFLWC4aXDxWlnz8D0qe7q7XvoAmYXt05aozHhnIEM853o5eCmQNIZz4eHTS/lZ suzt19e+1FbopnH4WUwpzToo4YfShzPJGCHz7F3uiAnXXKTH5x0zEKdik+A0xRtp RPXNeeN8HBEnYrD1wi+AhyvIvnkxBSNIp9/R6A6+IoZ5evGtk0VbyTdNXnHmzw+z XabLJHOuLjA7abRST02HS566wne9glsv9mfpkQHJeIdus63/NNGhW9cvpH5cdQQs VFNzvJ/GHRPISrFJl1KXhhhMU7K3TI1mAuTE/xanQc5CGsFvWxYN2YTjGQ0e67o= =ZVlq -----END PGP SIGNATURE----- --XMHqbYJb993HXwLR-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH resend v2 4/9] regulator: axp20x: support AXP809 variant Date: Tue, 29 Mar 2016 09:09:57 -0700 Message-ID: <20160329160957.GO2350@sirena.org.uk> References: <1459243352-23344-1-git-send-email-wens@csie.org> <1459243352-23344-5-git-send-email-wens@csie.org> Reply-To: broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XMHqbYJb993HXwLR" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <1459243352-23344-5-git-send-email-wens-jdAy2FN1RRM@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: Lee Jones , Liam Girdwood , Maxime Ripard , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org --XMHqbYJb993HXwLR Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline On Tue, Mar 29, 2016 at 05:22:27PM +0800, Chen-Yu Tsai wrote: > The X-Powers AXP809 PMIC has a similar set of regulators as the AXP221, > though a few LDOs were removed, and a new switch output added. Like the > AXP221, AXP809 also has DC1SW and DC5LDO, which are internally chained > to DCDC1 and DCDC5, respectively. Reviewed-by: Mark Brown --XMHqbYJb993HXwLR-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@kernel.org (Mark Brown) Date: Tue, 29 Mar 2016 09:09:57 -0700 Subject: [PATCH resend v2 4/9] regulator: axp20x: support AXP809 variant In-Reply-To: <1459243352-23344-5-git-send-email-wens@csie.org> References: <1459243352-23344-1-git-send-email-wens@csie.org> <1459243352-23344-5-git-send-email-wens@csie.org> Message-ID: <20160329160957.GO2350@sirena.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 29, 2016 at 05:22:27PM +0800, Chen-Yu Tsai wrote: > The X-Powers AXP809 PMIC has a similar set of regulators as the AXP221, > though a few LDOs were removed, and a new switch output added. Like the > AXP221, AXP809 also has DC1SW and DC5LDO, which are internally chained > to DCDC1 and DCDC5, respectively. Reviewed-by: Mark Brown -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: