Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5610296imu; Tue, 13 Nov 2018 09:05:24 -0800 (PST) X-Google-Smtp-Source: AJdET5cscA5OHNwLgS8GpetTI2/A15UTuOg0V7oQEogdPbzqQm34ui20U41Ntt+r8rq6LjRV7WX9 X-Received: by 2002:a17:902:b7cc:: with SMTP id v12-v6mr5599025plz.278.1542128724739; Tue, 13 Nov 2018 09:05:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542128724; cv=none; d=google.com; s=arc-20160816; b=jUMShxp6uBLqG75QEUlXj+00z0M2sjCCWr2d1ENbSbPSVV78VQUwhohQexDQybgoOp kLWuE7XlKIohA52k0zmfNW2Nx26/j0cjR1OJ0Z1gA20XQCxd3QteysvOLyEbT7fVptuE EXeJbWJTJTJoHLEKe47kStrigKNgRLgLEVrhSOEGuLewtwld5nquNgaBzfrDY88KTNxW gGaDnfovTbCoguoIRd4QKNntt9N1UBNnobbBHhyh66KIqcxLHAmXD511rf5hQSl54fgB lO9zlepcHWZATzMbeNF9qMEwzKx8h/tOhrDU9aL/Z4ps+xxubUZ6lwVV96XEYmyppdwm yIrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=ktnVzP+Ru0Cb0FSuBJs3cobFp94UnLjxT1xbnxVKcN8=; b=bnfT/WamAD4d+iFaHUx/bIP5UOyrOCjIuK8+lFq7qJxHry43/iPHidnAhaaqjsr2vT Y4z0FLtmKZPKu9r/PtxkYAsUIJuc1VHNgBAvzow/sxnp/notMvpG8oMwwKQ1ZH/TrWQ9 GxbT0OkUPky2rp4CAsCRY/AMVXSPZ5sC2dGFMbeFgd3+qH7MyWF+DHBx8/la/W6vvQDg MVCS0Q5DQ9OZDxx31NuU0i7q7yibIoQ6JTw5SJ/Hmxe9kU1tawpVHl3YOrB4qIz/Ln4n IHPjqbRiwYVCy1Y3SuqMhCn8zCbq1L/tLY5n/5Hy4GkeaKQ3BqG0M9mUhQyku8z0vvaN g2vQ== 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 v5-v6si19511061pgi.27.2018.11.13.09.04.35; Tue, 13 Nov 2018 09:05:24 -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 S1731063AbeKNDBJ (ORCPT + 99 others); Tue, 13 Nov 2018 22:01:09 -0500 Received: from smtp07.smtpout.orange.fr ([80.12.242.129]:55633 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727042AbeKNDBJ (ORCPT ); Tue, 13 Nov 2018 22:01:09 -0500 Received: from belgarion ([90.89.234.36]) by mwinf5d14 with ME id zV291y00Y0nnJME03V2AYd; Tue, 13 Nov 2018 18:02:11 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 13 Nov 2018 18:02:11 +0100 X-ME-IP: 90.89.234.36 From: Robert Jarzmik To: Lubomir Rintel Cc: Eric Miao , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King Subject: Re: [PATCH v3 17/18] USB: phy-mv-usb: use phy-pxa-usb References: <20181112032027.653931-1-lkundrak@v3.sk> <20181112032027.653931-18-lkundrak@v3.sk> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 13 Nov 2018 18:02:09 +0100 In-Reply-To: <20181112032027.653931-18-lkundrak@v3.sk> (Lubomir Rintel's message of "Mon, 12 Nov 2018 04:20:26 +0100") Message-ID: <87tvkkkj1q.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lubomir Rintel writes: > Use a proper PHY driver, instead of hooks to a board support package. Hi Lubomir, This specific patch caught my attention, because of its title : I don't see what phy-pxa-usb stands for, is it a typo ? I don't think anybody implemented so far a proper phy support for pxa based boards (pxa27x actually), hence my question. Cheers. -- Robert