Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp743984yba; Thu, 18 Apr 2019 08:51:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyPLCw0KWO5zQXI/nMmtEleITX1rWDvLKVwSuS9q7W95eXHrnpVKHi0o05UO6c9LGygUUyx X-Received: by 2002:a63:4e5b:: with SMTP id o27mr89942215pgl.204.1555602708741; Thu, 18 Apr 2019 08:51:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555602708; cv=none; d=google.com; s=arc-20160816; b=I6ppA6s64U/MaiuSZ6OQ80s23QHSx7S3ojKnJTaoITTj17JSqo5yaRv+e1YVwbR0mV NF2CcWWjTSLtB/DUWEt+otFCUgJroOCoBOzL6u8kYiHWNggW8uqd8wV73/w1xnRZJa1C 1OfZ3W/+I2X3qLEUR/OV+dWI0c1jJz+HhkLIB6kCQhBe46+aDGbMasVOzlspE3viIEcQ 4/Bi2HNbQkNtWB0txQx3LCwaj4JeE4eYeLDSc6nQmE50sJ/BtDefPl7w8cXqesp/Vm/A RbgfFDEYSsLAjMNYxcBd7/OA9J6zLi9A2b/57NC6ERRMyZmHumM6JZtUhuZH7CFV4Qan oNXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=tC1SJ287A0sh4GCkAvHXrCuRc6UGUN7t9LxlSLgwRoM=; b=YehaHj9TiJEV/P/eoggtAemX7c3ppk/4YjosWi3oG98p1cCgZQ/a/5dOZEq03X8O0A YU0Z0K//4v7jtaHOm9b0OhKWUymrd0CXjAmwttyfrY2jrBHclD6AnSm9kpztjgPdzIns hKfNnFMuv/h9++GoNr6eSKKY1gawdxX+8c+itoEUnREoE1L1hPZcWR7NuQ6Xab3I4d20 jDFmoTls0pe35EliNfidsubBARUJlY+Qags8JWlBIkFOwstd/lDnfnU9mYxRqWjUNXry GjJwRFSaFyEbfmYz/L9PFcPFo1W73tZfQo7rWZHrZUD26NKvI1PR6db9K5jMrSSLHLOR OFgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 36si2083898pgn.272.2019.04.18.08.51.33; Thu, 18 Apr 2019 08:51:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389495AbfDRPt0 (ORCPT + 99 others); Thu, 18 Apr 2019 11:49:26 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:51245 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387519AbfDRPt0 (ORCPT ); Thu, 18 Apr 2019 11:49:26 -0400 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A3FEB200009; Thu, 18 Apr 2019 15:49:22 +0000 (UTC) Date: Thu, 18 Apr 2019 17:49:22 +0200 From: Maxime Ripard To: Sebastian Reichel Cc: Chen-Yu Tsai , Chen-Yu Tsai , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Hans de Goede Subject: Re: [PATCH v4 0/7] ARM: sun8i: a83t: Enable USB OTG Message-ID: <20190418154922.rvvxpiznjiv7kpee@flea> References: <20190416064024.20414-1-wens@kernel.org> <20190417212703.7qq3nzjdvnceaim2@earth.universe> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4s2awzwutf52hbae" Content-Disposition: inline In-Reply-To: <20190417212703.7qq3nzjdvnceaim2@earth.universe> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --4s2awzwutf52hbae Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Apr 17, 2019 at 11:27:03PM +0200, Sebastian Reichel wrote: > Hi, > > On Tue, Apr 16, 2019 at 02:40:17PM +0800, Chen-Yu Tsai wrote: > > This is v4 of my A83T USB power supply / OTG series. Hopefully this is > > the last revision even though it's kind of late in the -rc cycle for > > the patches to make the next release. Fingers crossed. > > Patches 1-5 (i.e. all except DTS) queued to power-supply subsystem. Applied 6 and 7, thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --4s2awzwutf52hbae Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLicggAKCRDj7w1vZxhR xcjmAPsExx+ObhmzFPzNakWk+3jIHQv5lf/NKwHkfKZlj+44+gD+MAClY05iAllo tQybyFGM7nvD7QeOLO5vixGfmIh2cQU= =S8Za -----END PGP SIGNATURE----- --4s2awzwutf52hbae--