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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 70673C43381 for ; Thu, 21 Mar 2019 09:30:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D139218D9 for ; Thu, 21 Mar 2019 09:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728189AbfCUJaR (ORCPT ); Thu, 21 Mar 2019 05:30:17 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:39695 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728001AbfCUJaQ (ORCPT ); Thu, 21 Mar 2019 05:30:16 -0400 Received: from localhost (aaubervilliers-681-1-92-153.w90-88.abo.wanadoo.fr [90.88.33.153]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A90AD20002A; Thu, 21 Mar 2019 09:30:12 +0000 (UTC) Date: Thu, 21 Mar 2019 10:30:12 +0100 From: Maxime Ripard To: Chen-Yu Tsai Cc: Lee Jones , Sebastian Reichel , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Hans de Goede Subject: Re: [PATCH v3 3/9] power: supply: axp20x_usb_power: allow disabling input current limiting Message-ID: <20190321093012.kg72voxs5kw5xtzu@flea> References: <20190321084850.20769-1-wens@kernel.org> <20190321084850.20769-4-wens@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="g72eht37btz5vbkz" Content-Disposition: inline In-Reply-To: <20190321084850.20769-4-wens@kernel.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --g72eht37btz5vbkz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, The rest of the series is Acked-by: Maxime Ripard On Thu, Mar 21, 2019 at 04:48:44PM +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > The AXP PMICs allow the user to disable current limiting on the VBUS > input. While read-out of this setting was already supported by the > driver, it did not allow the user to configure the PMIC to disable > current limiting. > > Add support for this. > > Signed-off-by: Chen-Yu Tsai Do we really want to do that though? That could have some pretty bad consequences. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --g72eht37btz5vbkz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXJNZpAAKCRDj7w1vZxhR xaEzAP4oukbF6SvGASg+RlSVeccvlfUXq8LnZ5QBPnYVFK2kdQEA4PIgT2v1vqEO eI5AqADiKVPkXYAsmCyEruzUSD4izgg= =Ani2 -----END PGP SIGNATURE----- --g72eht37btz5vbkz-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v3 3/9] power: supply: axp20x_usb_power: allow disabling input current limiting Date: Thu, 21 Mar 2019 10:30:12 +0100 Message-ID: <20190321093012.kg72voxs5kw5xtzu@flea> References: <20190321084850.20769-1-wens@kernel.org> <20190321084850.20769-4-wens@kernel.org> Reply-To: maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="g72eht37btz5vbkz" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20190321084850.20769-4-wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: Lee Jones , Sebastian Reichel , Chen-Yu Tsai , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Hans de Goede List-Id: devicetree@vger.kernel.org --g72eht37btz5vbkz Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Hi, The rest of the series is Acked-by: Maxime Ripard On Thu, Mar 21, 2019 at 04:48:44PM +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > The AXP PMICs allow the user to disable current limiting on the VBUS > input. While read-out of this setting was already supported by the > driver, it did not allow the user to configure the PMIC to disable > current limiting. > > Add support for this. > > Signed-off-by: Chen-Yu Tsai Do we really want to do that though? That could have some pretty bad consequences. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --g72eht37btz5vbkz-- 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=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 8D97BC43381 for ; Thu, 21 Mar 2019 09:30:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5CE8021873 for ; Thu, 21 Mar 2019 09:30:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ke2UuJ0w" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5CE8021873 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5ajYFXp4PvoMRmPiNUExGSq0SW7GaKMNuLHVbG+0878=; b=ke2UuJ0wSMYJTZwUmd+kfKMyE 4sj2JbGrSXmN8Q+9cgsCXVsvZUCt0c70VVz5ygtYhcDaHRPPUMugFZjjPCFwP2NrDCv5ZQODlGk83 2r4ZXlyL1Gf1Qd4EzrPZgrcVp3L/T1JQMEhscFZeBocda5EUVyAnbA9f5Tx2RyVnXJ3Eb4BhXZePO wj9+5mCGZlyTWXJKLFETcFzrdrJj4GK0hje7E/SoRJuxs9QDAdq9BUDpwTkBH5eN07zAy7Uw3eBjw E1Lc75gZL9Su/XtpV3f5zOoVPRqlS9pDhvjzlJYbIjss6c6Zz5ETBThU5Oqin2JN2yxILp6RzSOke 5UcAwN6gQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6u1u-0001ZH-5Y; Thu, 21 Mar 2019 09:30:30 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6u1p-0001Yg-Rw for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2019 09:30:27 +0000 Received: from localhost (aaubervilliers-681-1-92-153.w90-88.abo.wanadoo.fr [90.88.33.153]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A90AD20002A; Thu, 21 Mar 2019 09:30:12 +0000 (UTC) Date: Thu, 21 Mar 2019 10:30:12 +0100 From: Maxime Ripard To: Chen-Yu Tsai Subject: Re: [PATCH v3 3/9] power: supply: axp20x_usb_power: allow disabling input current limiting Message-ID: <20190321093012.kg72voxs5kw5xtzu@flea> References: <20190321084850.20769-1-wens@kernel.org> <20190321084850.20769-4-wens@kernel.org> MIME-Version: 1.0 In-Reply-To: <20190321084850.20769-4-wens@kernel.org> User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190321_023026_055682_D755441D X-CRM114-Status: GOOD ( 11.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-sunxi@googlegroups.com, Sebastian Reichel , linux-kernel@vger.kernel.org, Hans de Goede , Chen-Yu Tsai , Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============9138419317713028327==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============9138419317713028327== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="g72eht37btz5vbkz" Content-Disposition: inline --g72eht37btz5vbkz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, The rest of the series is Acked-by: Maxime Ripard On Thu, Mar 21, 2019 at 04:48:44PM +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > The AXP PMICs allow the user to disable current limiting on the VBUS > input. While read-out of this setting was already supported by the > driver, it did not allow the user to configure the PMIC to disable > current limiting. > > Add support for this. > > Signed-off-by: Chen-Yu Tsai Do we really want to do that though? That could have some pretty bad consequences. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --g72eht37btz5vbkz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXJNZpAAKCRDj7w1vZxhR xaEzAP4oukbF6SvGASg+RlSVeccvlfUXq8LnZ5QBPnYVFK2kdQEA4PIgT2v1vqEO eI5AqADiKVPkXYAsmCyEruzUSD4izgg= =Ani2 -----END PGP SIGNATURE----- --g72eht37btz5vbkz-- --===============9138419317713028327== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============9138419317713028327==--