From mboxrd@z Thu Jan 1 00:00:00 1970 From: balbi@kernel.org (Felipe Balbi) Date: Thu, 25 Feb 2016 09:08:18 +0200 Subject: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core In-Reply-To: References: <56CC26ED.50004@synopsys.com> <87mvqqjkfj.fsf@ti.com> Message-ID: <87r3g1i7x9.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: >>>> This series moves the host/gadget-specific code from core.c to hcd.c >>>> and gadget.c so that they will be compiled only when their respective >>>> configurations are selected, or in DRD. >>>> >>>> This is mostly just a straight move of the code. I have also added >>>> some comments to group related functions together. >>>> >>>> Compiled and tested in all three modes. >>>> >>>> This should also solve the issue reported here: >>>> http://marc.info/?l=linux-usb&m=145591813410106&w=2 >>>> >>>> Although I wasn't able to test it... couldn't figure out how to >>>> disable CONFIG_USB and enable DWC2 in gadget mode. >>>> >>>> Felipe, >>>> >>>> This should be applied after Doug's series on your testing/next >>>> branch. >>>> >>>> >>> >>> Hi Felipe, >>> >>> Patch 2/2 is triggering our corporate mail filters however I try to >>> send it. I'll look into this with IT tomorrow, maybe have to send it >>> from another account. >> >> okay, I don't have patch 2/2. 1/2 is now in testing/next > > Perhaps John's solution for working around his company's mail filters > somehow sent it to your SPAM folder? I saw his repost of v1 at on > patchwork. GMail put them in my inbox but marked them slightly > different, saying they were from "John Youn via messagingengine.com" > > 8396481 New [RESEND,1/2] usb: dwc2: Move register save and > restore functions > 8396491 New [RESEND,2/2] usb: dwc2: Move host-specific core > functions into hcd.c > > ...I reviewed both 1/2 and 2/2. For 1/2 I added my reviewed-by / > tested-by. For 2/2 I requested some nitfixes. John posted v2 at: > > 8398461 New [v2,1/2] usb: dwc2: Move register save and > restore functions > 8398471 New [v2,2/2] usb: dwc2: Move host-specific core > functions into hcd.c > > v2 of 2/2 looks good to me. All patches can be found at > />, like: > > https://patchwork.kernel.org/patch/8398461/ > https://patchwork.kernel.org/patch/8398471/ thanks, after I replied here I refreshed my inbox and there they were :-) they're both in my testing/next. cheers -- balbi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759282AbcBYHIz (ORCPT ); Thu, 25 Feb 2016 02:08:55 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33109 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756602AbcBYHIy (ORCPT ); Thu, 25 Feb 2016 02:08:54 -0500 From: Felipe Balbi To: Doug Anderson Cc: John Youn , Alan Stern , Arnd Bergmann , Greg Kroah-Hartman , "linux-arm-kernel\@lists.infradead.org" , Heiko Stuebner , Stefan Wahren , Heikki Krogerus , Mathias Nyman , "linux-kernel\@vger.kernel.org" Subject: Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core In-Reply-To: References: <56CC26ED.50004@synopsys.com> <87mvqqjkfj.fsf@ti.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.0.50.2 (x86_64-pc-linux-gnu) Date: Thu, 25 Feb 2016 09:08:18 +0200 Message-ID: <87r3g1i7x9.fsf@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: >>>> This series moves the host/gadget-specific code from core.c to hcd.c >>>> and gadget.c so that they will be compiled only when their respective >>>> configurations are selected, or in DRD. >>>> >>>> This is mostly just a straight move of the code. I have also added >>>> some comments to group related functions together. >>>> >>>> Compiled and tested in all three modes. >>>> >>>> This should also solve the issue reported here: >>>> http://marc.info/?l=3Dlinux-usb&m=3D145591813410106&w=3D2 >>>> >>>> Although I wasn't able to test it... couldn't figure out how to >>>> disable CONFIG_USB and enable DWC2 in gadget mode. >>>> >>>> Felipe, >>>> >>>> This should be applied after Doug's series on your testing/next >>>> branch. >>>> >>>> >>> >>> Hi Felipe, >>> >>> Patch 2/2 is triggering our corporate mail filters however I try to >>> send it. I'll look into this with IT tomorrow, maybe have to send it >>> from another account. >> >> okay, I don't have patch 2/2. 1/2 is now in testing/next > > Perhaps John's solution for working around his company's mail filters > somehow sent it to your SPAM folder? I saw his repost of v1 at on > patchwork. GMail put them in my inbox but marked them slightly > different, saying they were from "John Youn via messagingengine.com" > > 8396481 New [RESEND,1/2] usb: dwc2: Move register save and > restore functions > 8396491 New [RESEND,2/2] usb: dwc2: Move host-specific core > functions into hcd.c > > ...I reviewed both 1/2 and 2/2. For 1/2 I added my reviewed-by / > tested-by. For 2/2 I requested some nitfixes. John posted v2 at: > > 8398461 New [v2,1/2] usb: dwc2: Move register save and > restore functions > 8398471 New [v2,2/2] usb: dwc2: Move host-specific core > functions into hcd.c > > v2 of 2/2 looks good to me. All patches can be found at > />, like: > > https://patchwork.kernel.org/patch/8398461/ > https://patchwork.kernel.org/patch/8398471/ thanks, after I replied here I refreshed my inbox and there they were :-) they're both in my testing/next. cheers =2D-=20 balbi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWzqhjAAoJEIaOsuA1yqREpbYP/2x2wJp3dISRF3BiaJq2YDfK 2KksKh5yBoRprR+dq3QrQl2eq+j2bBhpQAUIdItLdI4y3cl+r80Modsw5sIPloZN ogoRYZEh06v/IxTRdr1Ksrd3Z8iZXLWy/6WV5wTPrOQkvmeAYbFJKSHFg6AWYo0k q+Xs/Abrk3sC+gRXZdjcV5Lfdnb8rOeOR/bkICemRG+lwht2G1qtc2iiwsfVoN+L iGLHogux6ArEHJcedrfM8NDZzN7NA17T9Qmj5IY0Bwzn6ID0wnG4+VZHKahM4Ljl hCiHdoai//7JSB7Q9dy8qdOfViQvmnUl53JIlpVJONjiGFBuFVCbGyF7JK/ogfJq 8W55BeMdDug40roe4+iDe7YyxdGSvyhAGxkwh7n+Z3324AL1b9HBH7hf+e27xwsX ppwbUixrKIqBVm7AC95gQvHyRDr85Uaj6AXRn/91/H6IFGBWaKNIn2HInizV8LNe YrfPStwW4TPpgkIi/F6EVR3Cbs+dvaGIRXAnERZAJK3drx8EJYekKezpdSejunPE ojsMK4orbNMi41aBXt0RVHgC9SBDrYDw08eWv3Wm6NOkjTaUu9f7YWVSm2Dd+746 U/9fVXm3VkER6ktHGekJshY9NNpk5JPTiB19LfW/d/Q7/TFHKkwamK85rz5ZT1yc vaRFBtmkNxq45wGF54pW =1srx -----END PGP SIGNATURE----- --=-=-=--