Re: [PATCH] [PATCH v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)

2019-05-03 Thread Johan Hovold
On Mon, Apr 29, 2019 at 08:12:37PM +0800, Charles Yeh wrote: > Prolific has developed a new USB to UART chip: PL2303HXN > PL2303HXN : PL2303GC/PL2303GS/PL2303GT/PL2303GL/PL2303GE/PL2303GB > The Vendor request used by the PL2303HXN (TYPE_HXN) is different from > the existing PL2303 series (TYPE_HX &

Re: [PATCH] [PATCH v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)

2019-05-03 Thread Charles Yeh
Johan Hovold 於 2019年5月3日 週五 下午3:11寫道: > What changed in v2? You forgot to add a changelog here. > > Looks like this one is not based on the current driver code (e.g. my > usb-next branch as we discussed), and also does not address some of the > issues raised so far (e.g. you're overwriting the ent

RE: [PATCH 0/3] usb: gadget: Add support for disabling U1 and U2 entries

2019-05-03 Thread Anurag Kumar Vulisha
Hi Claus, >-Original Message- >From: claus.stovga...@gmail.com [mailto:claus.stovga...@gmail.com] >Sent: Friday, May 03, 2019 3:06 AM >To: Anurag Kumar Vulisha ; Greg Kroah-Hartman >; Rob Herring ; Mark Rutland >; Felipe Balbi >Cc: linux-usb@vger.kernel.org; v.anuragku...@gmail.com; Rob

Re: [PATCH] [PATCH v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)

2019-05-03 Thread Johan Hovold
On Fri, May 03, 2019 at 03:28:04PM +0800, Charles Yeh wrote: > Johan Hovold 於 2019年5月3日 週五 下午3:11寫道: > > What changed in v2? You forgot to add a changelog here. > > > > Looks like this one is not based on the current driver code (e.g. my > > usb-next branch as we discussed), and also does not addr

Re: [PATCH v1 08/14] usb: dwc2: Add default param to control power optimization.

2019-05-03 Thread Artur Petrosyan
On 4/30/2019 19:23, Doug Anderson wrote: > Hi, > > On Tue, Apr 30, 2019 at 5:45 AM Artur Petrosyan > wrote: >> >>> If setting "power_down = 0" is wrong then please update your patch to >>> remove all the mainline code that sets power_down to 0. Presumably >>> this means you'd want to convert tha

Re: [PATCH 01/14] usb: dwc2: Fix dwc2_restore_device_registers() function.

2019-05-03 Thread Artur Petrosyan
On 4/30/2019 19:29, Doug Anderson wrote: > Hi, > > On Mon, Apr 29, 2019 at 11:59 PM Artur Petrosyan > wrote: >> >> On 4/29/2019 21:34, Doug Anderson wrote: >>> Hi, >>> >>> On Mon, Apr 29, 2019 at 3:51 AM Artur Petrosyan >>> wrote: On 4/27/2019 00:43, Doug Anderson wrote: > Hi,

Re: [PATCH v1 04/14] usb: dwc2: Fix suspend state in host mode for partial power down.

2019-05-03 Thread Artur Petrosyan
On 5/1/2019 05:55, Doug Anderson wrote: > Hi, > > On Tue, Apr 30, 2019 at 12:11 AM Artur Petrosyan > wrote: >> >> Hi, >> >> On 4/29/2019 21:35, Doug Anderson wrote: >>> Hi, >>> >>> On Mon, Apr 29, 2019 at 4:03 AM Artur Petrosyan >>> wrote: Hi, On 4/27/2019 00:45, Doug Anderso

Re: [PATCH] [PATCH v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)

2019-05-03 Thread Charles Yeh
Johan Hovold 於 2019年5月3日 週五 下午3:41寫道: > Perhaps you did not use the usb-next branch? That branch has the following > commit: > > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git/commit/?h=usb-next&id=f64c3ab230682e8395a7fbd01f3eb5140c837d4e > OK, I will do another

Re: [PATCH] [PATCH v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)

2019-05-03 Thread Johan Hovold
On Fri, May 03, 2019 at 04:22:01PM +0800, Charles Yeh wrote: > Johan Hovold 於 2019年5月3日 週五 下午3:41寫道: > > > Perhaps you did not use the usb-next branch? That branch has the following > > commit: > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git/commit/?h=usb

[GIT PULL] USB changes for v5.2 merge window

2019-05-03 Thread Felipe Balbi
Hi Greg, here's my pull request for the next merge window. A bit later than usuall this time around, due to internal high-priority tasks. Sorry about that. Let me know if you need anything to be changed. cheers ___ < Busy as a bee > --- \ ^__^ \

Re: [PATCH 0/3] usb: gadget: Add support for disabling U1 and U2 entries

2019-05-03 Thread Claus H. Stovgaard
Hi Anurag On Fri, 2019-05-03 at 07:34 +, Anurag Kumar Vulisha wrote: > Hi Claus, > Thanks for testing and voting for this patch. I have first tested your patches today. My test setup is a ZynqMP device, running kernel 4.14 (Xilinx version) with your patches. I then create an overlay for the d

Re: [PATCH] USB: serial: io_edgeport: fix up switch fall-through comments

2019-05-03 Thread Gustavo A. R. Silva
On 5/3/19 1:09 AM, Johan Hovold wrote: > On Thu, May 02, 2019 at 07:35:15PM +0200, Greg Kroah-Hartman wrote: >> Gustavo has been working to fix up all of the switch statements that >> "fall through" such that we can eventually turn on >> -Wimplicit-fallthrough. As part of that, the io_edgeport.

Re: [PATCH V2 7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller

2019-05-03 Thread Thierry Reding
On Mon, Mar 11, 2019 at 04:41:55PM +0530, Nagarjuna Kristam wrote: > This patch adds UDC driver for tegra XUSB 3.0 device mode controller. s/tegra/Tegra/ > XUSB device mode controller support SS, HS and FS modes s/support/supports/ and terminate the sentence with a full-stop. > > Based on work

Re: [PATCH V2 4/8] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding

2019-05-03 Thread Thierry Reding
On Thu, Apr 25, 2019 at 05:14:01PM +0200, Thierry Reding wrote: > On Mon, Mar 11, 2019 at 04:41:52PM +0530, Nagarjuna Kristam wrote: > > Add device-tree binding documentation for the XUSB device mode controller > > present on tegra210 SoC. This controller supports USB 3.0 specification > > Tegra21

[GIT PULL] USB-serial updates for 5.2-rc1

2019-05-03 Thread Johan Hovold
The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.2-rc1 for you to fetch changes up to 7f6fc50

Re: [PATCH] USB: serial: io_edgeport: fix up switch fall-through comments

2019-05-03 Thread Johan Hovold
On Fri, May 03, 2019 at 09:00:44AM -0500, Gustavo A. R. Silva wrote: > On 5/3/19 1:09 AM, Johan Hovold wrote: > > Gustavo, how many of these warnings are there left in the kernel now > > that the last one in USB is gone? :) > > > > Today, we woke up with 37 of these warnings left in linux-next.

Re: [GIT PULL] USB-serial updates for 5.2-rc1

2019-05-03 Thread Greg Kroah-Hartman
On Fri, May 03, 2019 at 05:36:50PM +0200, Johan Hovold wrote: > The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: > > Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb

Re: [GIT PULL] USB changes for v5.2 merge window

2019-05-03 Thread Greg Kroah-Hartman
On Fri, May 03, 2019 at 12:15:18PM +0300, Felipe Balbi wrote: > > Hi Greg, > > here's my pull request for the next merge window. A bit later than > usuall this time around, due to internal high-priority tasks. Sorry > about that. > > Let me know if you need anything to be changed. > > cheers >

[PATCH -next] usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()

2019-05-03 Thread Wei Yongjun
In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). This issue was detected by using the Coccinelle software. Fixes: 408b56ca5c8e ("usb: gadget: udc: lpc32xx: simplify probe") Si