From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753409AbdJMT3P (ORCPT ); Fri, 13 Oct 2017 15:29:15 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:33356 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752853AbdJMT3N (ORCPT ); Fri, 13 Oct 2017 15:29:13 -0400 X-Google-Smtp-Source: AOwi7QC20PjNlR1uZLP/x8W3zQip/+rVt4+Yuiu0AcWjvgSrFbB67qoU95zj2NgBzXQra79hfIIKiA== Date: Fri, 13 Oct 2017 14:29:12 -0500 From: Rob Herring To: Icenowy Zheng Cc: Maxime Ripard , Chen-Yu Tsai , Kishon Vijay Abraham I , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 1/6] phy: sun4i-usb: add support for R40 USB PHY Message-ID: <20171013192912.vt2co5ea5howiczz@rob-hp-laptop> References: <20171008042906.46779-1-icenowy@aosc.io> <20171008042906.46779-2-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171008042906.46779-2-icenowy@aosc.io> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 08, 2017 at 12:29:01PM +0800, Icenowy Zheng wrote: > Allwinner R40 features a USB PHY like the one in A64, but with 3 PHYs. > > Add support for it. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | 1 + > drivers/phy/allwinner/phy-sun4i-usb.c | 12 ++++++++++++ > 2 files changed, 13 insertions(+) Acked-by: Rob Herring