Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4893699imu; Sat, 1 Dec 2018 05:13:31 -0800 (PST) X-Google-Smtp-Source: AFSGD/V5H6B+aurQl2IiZu11s5Z+WImWrCVJxc7TLXCeF6y7xlF7idr+VmV/2nCOXckmEKYujXGH X-Received: by 2002:a63:e19:: with SMTP id d25mr7777878pgl.272.1543670011491; Sat, 01 Dec 2018 05:13:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543670011; cv=none; d=google.com; s=arc-20160816; b=0cbUQkioD5PL2u3OyMGxP3OjvL2dIv8+wm0woCSFr/+/6GTIl/HTgqO6w+xpgegT2X NQEzJ34+dViGxHI67gZeQjZXypY5YUpUFVlXEA+5Fu5Xk2Xwc4hEkbtT+3ZvDLTc2ueM COkqvJCXLM+m6QKYP6gyUbP24tAshaMLqXeh9YQLr8lQ1eWu5LdbpNGlsaX4NyYJuEzz wr9C7SdxuQrzIEDMPM5MSw29Xo56M5vgQsJepbEZ9FUk2kcH92i0ySUAOtMDaOKtOnfP POY699ArrhK3wlz6ZbqoHwvdwMeflR44tG8CsNWkmEgVm1BYU7RPlbTGj7LtafSuCqvO Ptkw== 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=5nZMt+B5bDEUHxuV0zZpZY0CcWF4dBZ/cNPbtCYKnnw=; b=VnUkbU3ohyPMDpdNFBtIHfWO7gx7fr+eWedYQcs2r7fDVTe4AWKd/wLDvEdtrx/jem ie0H3h2dPLillbC2x9pHSlnT5WAcVf7OmJq6ClY0pG29dtlufB19mYqV4OzLzdPKXJNX B3HSQVkja9y7R3mwLwkmGxtWqHZMHfqDE0pSyyElXPETiFZdZg1lcGoTt9YzwN9MEpjq H6fUNIfLeNgA+rMAV0oOZqRv2RTni3ga420dj8Qk82b23McHQLmSiRMACUK0bC+xH1Qg KxfcUdlgJfiinV/OXchmhTpaInWIZOABMBKcTN5JK/4GlYY0D/CNSEH37Ex8oS8qD1YJ 32sA== 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 g9si8893536pfd.86.2018.12.01.05.13.16; Sat, 01 Dec 2018 05:13:31 -0800 (PST) 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 S1726834AbeLBAXH (ORCPT + 99 others); Sat, 1 Dec 2018 19:23:07 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:53624 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726570AbeLBAXH (ORCPT ); Sat, 1 Dec 2018 19:23:07 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 9B87F80A3E; Sat, 1 Dec 2018 14:10:33 +0100 (CET) Date: Sat, 1 Dec 2018 14:10:36 +0100 From: Pavel Machek To: Olof Johansson , Felipe Balbi Cc: Lubomir Rintel , arm@kernel.org, Arnd Bergmann , Eric Miao , Haojian Zhuang , Russell King , Robert Jarzmik , James Cameron , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 19/20] USB: phy-mv-usb: use phy-pxa-usb Message-ID: <20181201131036.GB31631@amd> References: <20181128175324.163202-1-lkundrak@v3.sk> <20181128175324.163202-20-lkundrak@v3.sk> <20181130234205.nejqtrsvwtocpq2t@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <20181130234205.nejqtrsvwtocpq2t@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2018-11-30 15:42:05, Olof Johansson wrote: > On Wed, Nov 28, 2018 at 06:53:23PM +0100, Lubomir Rintel wrote: > > Use a proper PHY driver, instead of hooks to a board support package. > >=20 > > Signed-off-by: Lubomir Rintel > > Tested-by: Pavel Machek >=20 > These should have an ack from the USB PHY maintainer before we apply them. > I don't see him cc:d on these patches though (Felipe)? I put him into cc now. USB PHY LAYER M: Felipe Balbi L: linux-usb@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git S: Maintained F: drivers/usb/phy/ I guess linux-usb list should be cc-ed, too... Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwCiEwACgkQMOfwapXb+vJo9QCdHREFW+AjF1wKGFileqnwWQJx PDYAoITADyOFXavZYNPtesk80BVKrAKN =fKd0 -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj--