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=-5.6 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_MUTT 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 50E95C65C20 for ; Mon, 8 Oct 2018 14:01:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1962820878 for ; Mon, 8 Oct 2018 14:01:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="FBK4ECFV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1962820878 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726529AbeJHVNJ (ORCPT ); Mon, 8 Oct 2018 17:13:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:47760 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726056AbeJHVNI (ORCPT ); Mon, 8 Oct 2018 17:13:08 -0400 Received: from localhost (ip-213-127-77-176.ip.prioritytelecom.net [213.127.77.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 84DBE2087D; Mon, 8 Oct 2018 14:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1539007276; bh=yBFCdq20OoMejZezPAO4XOOsjstf0GAsOK39/+y1bZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FBK4ECFVKOcfd/VFJTbDEcG8Um+QLdlLtWoAdNGO4EzWVmA5ZnOQg07t4SDE5+z0v SC+lhHxT3eFBf7JkKZ0keOswcf7DqCADqv8YzrtNUVE61hyrKDvwa58kes7/Tmw896 4py2X2sEK9V9peqCwyHJac1BiWjt4e0WvnFe1B9s= Date: Mon, 8 Oct 2018 15:21:48 +0200 From: Greg Kroah-Hartman To: Lubomir Rintel Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Eric Miao , Haojian Zhuang , Alan Stern Subject: Re: [PATCH 01/14] phy: phy-pxa-usb: add a new driver Message-ID: <20181008132148.GC20703@kroah.com> References: <20180822204307.13251-1-lkundrak@v3.sk> <20180822204307.13251-2-lkundrak@v3.sk> <1981ce54ce960d21976ce71b08a8779bfeb13be4.camel@v3.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1981ce54ce960d21976ce71b08a8779bfeb13be4.camel@v3.sk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 07, 2018 at 08:47:28PM +0200, Lubomir Rintel wrote: > On Tue, 2018-09-25 at 10:53 +0530, Kishon Vijay Abraham I wrote: > > > > On Thursday 23 August 2018 02:12 AM, Lubomir Rintel wrote: > > > Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver, > > > so > > > that in can be instantiated from a DT. > > > > > > Signed-off-by: Lubomir Rintel > > > > Acked-by: Kishon Vijay Abraham I > > > > If this has to be merged via linux-phy tree, please let me know. > > Yes, either linux-phy or the usb tree. > > The EHCI patches have already been pulled into the usb tree, presumably > because they got an Ack from Alan Stern. That includes "USB: EHCI: > ehci-mv: use phy-pxa-usb" that depends on this. Perhaps the rest of > the patches can go via the same tree? > > I haven't submitted a patchset that would have dependencies spanning > across different subsystems before. I don't know what's usually done in > such cases. Advice welcome. > > Greg? You can either send them through the same tree, or wait a release cycle and get the rest in through a different one. As I usually take the phy tree into the USB tree for issues like this, I can take them all if you get the phy maintainer to ack them. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [01/14] phy: phy-pxa-usb: add a new driver From: Greg Kroah-Hartman Message-Id: <20181008132148.GC20703@kroah.com> Date: Mon, 8 Oct 2018 15:21:48 +0200 To: Lubomir Rintel Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Eric Miao , Haojian Zhuang , Alan Stern List-ID: T24gU3VuLCBPY3QgMDcsIDIwMTggYXQgMDg6NDc6MjhQTSArMDIwMCwgTHVib21pciBSaW50ZWwg d3JvdGU6Cj4gT24gVHVlLCAyMDE4LTA5LTI1IGF0IDEwOjUzICswNTMwLCBLaXNob24gVmlqYXkg QWJyYWhhbSBJIHdyb3RlOgo+ID4gCj4gPiBPbiBUaHVyc2RheSAyMyBBdWd1c3QgMjAxOCAwMjox MiBBTSwgTHVib21pciBSaW50ZWwgd3JvdGU6Cj4gPiA+IFR1cm5lZCBmcm9tIGFyY2gvYXJtL21h Y2gtbW1wL2RldmljZXMuYyBpbnRvIGEgcHJvcGVyIFBIWSBkcml2ZXIsCj4gPiA+IHNvCj4gPiA+ IHRoYXQgaW4gY2FuIGJlIGluc3RhbnRpYXRlZCBmcm9tIGEgRFQuCj4gPiA+IAo+ID4gPiBTaWdu ZWQtb2ZmLWJ5OiBMdWJvbWlyIFJpbnRlbCA8bGt1bmRyYWtAdjMuc2s+Cj4gPiAKPiA+IEFja2Vk LWJ5OiBLaXNob24gVmlqYXkgQWJyYWhhbSBJIDxraXNob25AdGkuY29tPgo+ID4gCj4gPiBJZiB0 aGlzIGhhcyB0byBiZSBtZXJnZWQgdmlhIGxpbnV4LXBoeSB0cmVlLCBwbGVhc2UgbGV0IG1lIGtu b3cuCj4gCj4gWWVzLCBlaXRoZXIgbGludXgtcGh5IG9yIHRoZSB1c2IgdHJlZS4KPiAKPiBUaGUg RUhDSSBwYXRjaGVzIGhhdmUgYWxyZWFkeSBiZWVuIHB1bGxlZCBpbnRvIHRoZSB1c2IgdHJlZSwg cHJlc3VtYWJseQo+IGJlY2F1c2UgdGhleSBnb3QgYW4gQWNrIGZyb20gQWxhbiBTdGVybi4gVGhh dCBpbmNsdWRlcyAiVVNCOiBFSENJOgo+IGVoY2ktbXY6IHVzZSBwaHktcHhhLXVzYiIgdGhhdCBk ZXBlbmRzIG9uIHRoaXMuIFBlcmhhcHMgdGhlICByZXN0IG9mCj4gdGhlIHBhdGNoZXMgY2FuIGdv IHZpYSB0aGUgc2FtZSB0cmVlPwo+IAo+IEkgaGF2ZW4ndCBzdWJtaXR0ZWQgYSBwYXRjaHNldCB0 aGF0IHdvdWxkIGhhdmUgZGVwZW5kZW5jaWVzIHNwYW5uaW5nCj4gYWNyb3NzIGRpZmZlcmVudCBz dWJzeXN0ZW1zIGJlZm9yZS4gSSBkb24ndCBrbm93IHdoYXQncyB1c3VhbGx5IGRvbmUgaW4KPiBz dWNoIGNhc2VzLiBBZHZpY2Ugd2VsY29tZS4KPiAKPiBHcmVnPwoKWW91IGNhbiBlaXRoZXIgc2Vu ZCB0aGVtIHRocm91Z2ggdGhlIHNhbWUgdHJlZSwgb3Igd2FpdCBhIHJlbGVhc2UgY3ljbGUKYW5k IGdldCB0aGUgcmVzdCBpbiB0aHJvdWdoIGEgZGlmZmVyZW50IG9uZS4gIEFzIEkgdXN1YWxseSB0 YWtlIHRoZSBwaHkKdHJlZSBpbnRvIHRoZSBVU0IgdHJlZSBmb3IgaXNzdWVzIGxpa2UgdGhpcywg SSBjYW4gdGFrZSB0aGVtIGFsbCBpZiB5b3UKZ2V0IHRoZSBwaHkgbWFpbnRhaW5lciB0byBhY2sg dGhlbS4KCnRoYW5rcywKCmdyZWcgay1oCg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 8 Oct 2018 15:21:48 +0200 Subject: [PATCH 01/14] phy: phy-pxa-usb: add a new driver In-Reply-To: <1981ce54ce960d21976ce71b08a8779bfeb13be4.camel@v3.sk> References: <20180822204307.13251-1-lkundrak@v3.sk> <20180822204307.13251-2-lkundrak@v3.sk> <1981ce54ce960d21976ce71b08a8779bfeb13be4.camel@v3.sk> Message-ID: <20181008132148.GC20703@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Oct 07, 2018 at 08:47:28PM +0200, Lubomir Rintel wrote: > On Tue, 2018-09-25 at 10:53 +0530, Kishon Vijay Abraham I wrote: > > > > On Thursday 23 August 2018 02:12 AM, Lubomir Rintel wrote: > > > Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver, > > > so > > > that in can be instantiated from a DT. > > > > > > Signed-off-by: Lubomir Rintel > > > > Acked-by: Kishon Vijay Abraham I > > > > If this has to be merged via linux-phy tree, please let me know. > > Yes, either linux-phy or the usb tree. > > The EHCI patches have already been pulled into the usb tree, presumably > because they got an Ack from Alan Stern. That includes "USB: EHCI: > ehci-mv: use phy-pxa-usb" that depends on this. Perhaps the rest of > the patches can go via the same tree? > > I haven't submitted a patchset that would have dependencies spanning > across different subsystems before. I don't know what's usually done in > such cases. Advice welcome. > > Greg? You can either send them through the same tree, or wait a release cycle and get the rest in through a different one. As I usually take the phy tree into the USB tree for issues like this, I can take them all if you get the phy maintainer to ack them. thanks, greg k-h