[PATCH] USB: cp2101 Add new device ID ELV ALC 8xxx

2017-12-27 Thread Christian Holl
From: Christian Holl Date: Wed, 27 Dec 2017 21:39:04 +0100 Subject: [PATCH] USB: cp210x Add new device ID ELV ALC 8xxx This adds the ELV ALC 8xxx Battery Charging device to the list of USB IDs of drivers/usb/serial/cp210x.c Signed-off-by: Christian Holl ---  drivers/usb/serial/cp210x.c | 1 +  

Re: xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue

2017-12-27 Thread Troy Kisky
On 12/27/2017 2:37 AM, Marc Zyngier wrote: > On Tue, 26 Dec 2017 21:57:58 +, > Troy Kisky wrote: >> >> On 12/26/2017 1:52 PM, Troy Kisky wrote: >>> On 12/25/2017 2:10 AM, Marc Zyngier wrote: On Sun, 24 Dec 2017 23:01:33 +, Troy Kisky wrote: > > commit 8466489ef5ba48272ba4f

Isochronous URB limits don't work with kmalloc limits

2017-12-27 Thread Lingzhu Xiang
Hi, At libfreenect2 we are interested in using large buffers for isochronous transferring of large depth camera frames. proc_do_submiturb() hardcodes two limits for iso transfers: 128 packets per URB, and 49152 per packet. When I submit a large URB of 128 packets of 49152 bytes I will have ENOMEM

Re: cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may have been dropped

2017-12-27 Thread Greg KH
On Wed, Dec 27, 2017 at 04:07:36PM -0300, Cristian wrote: > Hello, > > Report: > https://bugzilla.kernel.org/show_bug.cgi?id=198291 > > dmesg: > [ 5519.779175] cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may have > been dropped > [ 5519.779186] cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may ha

cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may have been dropped

2017-12-27 Thread Cristian
Hello, Report: https://bugzilla.kernel.org/show_bug.cgi?id=198291 dmesg: [ 5519.779175] cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may have been dropped [ 5519.779186] cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12 may have been dropped [ 5519.779193] cdc_ether 3-2:1.0 enx0c5b8f279a64: kevent 12

Re: [PATCH v2 1/4] dt-bindings: usb: add DT binding for RK3328 dwc3 controller

2017-12-27 Thread Heiko Stuebner
Am Montag, 4. Dezember 2017, 10:40:38 CET schrieb Heiko Stuebner: > From: William Wu > > Adds the device tree bindings description for RK3328 and > compatible USB DWC3 controller. > > Signed-off-by: William Wu > Acked-by: Rob Herring > Signed-off-by: Heiko Stuebner applied all 4 with Felipe'

Re: [GIT PULL] USB-serial fixes for v4.15-rc6

2017-12-27 Thread Greg Kroah-Hartman
On Wed, Dec 27, 2017 at 12:19:16PM +0100, Johan Hovold wrote: > The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36: > > Linux 4.15-rc3 (2017-12-10 17:56:26 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/us

Re: [PATCH 2/2] usb: quirks: Add reset-resume quirk for Dell DW1820 QCA Rome Bluetooth

2017-12-27 Thread Greg Kroah-Hartman
On Tue, Dec 26, 2017 at 10:01:46PM +0100, Marcel Holtmann wrote: > Hi Greg, > > > Commit ("fd865802c66bc451dc515ed89360f84376ce1a56 Bluetooth: btusb: fix > > QCA Rome suspend/resume") enables reset_resume in btusb_probe(). This > > makes the device resets during btusb_open(), firmware loading gets

[GIT PULL] USB-serial fixes for v4.15-rc6

2017-12-27 Thread Johan Hovold
The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36: Linux 4.15-rc3 (2017-12-10 17:56:26 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.15-rc6 for you to fetch changes up to c6a36

Re: [PATCH] USB: serial: ftdi_sio: add id for Airbus DS P8GR

2017-12-27 Thread Johan Hovold
On Wed, Dec 20, 2017 at 08:47:44PM +0100, Max Schulze wrote: > Add AIRBUS_DS_P8GR device IDs to ftdi_sio driver. > > Signed-off-by: Max Schulze Thanks for the patch. Note that I moved the new defines to try to keep (some of) the ids sorted on VID, and dropped the comment header in the id-table b

Re: xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue

2017-12-27 Thread Marc Zyngier
On Tue, 26 Dec 2017 21:57:58 +, Troy Kisky wrote: > > On 12/26/2017 1:52 PM, Troy Kisky wrote: > > On 12/25/2017 2:10 AM, Marc Zyngier wrote: > >> On Sun, 24 Dec 2017 23:01:33 +, > >> Troy Kisky wrote: > >>> > >>> commit 8466489ef5ba48272ba4fa4ea9f8f403306de4c7 > >>> Author: Marc Zyngier

Re: [PATCH V1 3/4] usb: serial: f81534: add output pin control

2017-12-27 Thread Johan Hovold
On Thu, Dec 21, 2017 at 05:49:45PM +0800, Ji-Ze Hong (Peter Hong) wrote: > Hi Johan, > > Johan Hovold 於 2017/12/19 上午 12:06 寫道: > > On Thu, Nov 16, 2017 at 03:46:08PM +0800, Ji-Ze Hong (Peter Hong) wrote: > >> +static int f81534_set_port_output_pin(struct usb_serial_port *port) > >> +{ > >> + str

Re: [PATCH v5 06/78] xarray: Change definition of sibling entries

2017-12-27 Thread Kirill A. Shutemov
On Tue, Dec 26, 2017 at 07:13:26PM -0800, Matthew Wilcox wrote: > On Tue, Dec 26, 2017 at 08:21:53PM +0300, Kirill A. Shutemov wrote: > > > +/** > > > + * xa_is_internal() - Is the entry an internal entry? > > > + * @entry: Entry retrieved from the XArray > > > + * > > > + * Return: %true if the en

Re: [PATCH v5 05/78] xarray: Replace exceptional entries

2017-12-27 Thread Kirill A. Shutemov
On Tue, Dec 26, 2017 at 07:05:34PM -0800, Matthew Wilcox wrote: > On Tue, Dec 26, 2017 at 08:15:42PM +0300, Kirill A. Shutemov wrote: > > > 28 files changed, 249 insertions(+), 240 deletions(-) > > > > Everything looks fine to me after quick scan, but hat's a lot of changes for > > one patch... >

Re: [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root

2017-12-27 Thread Kirill A. Shutemov
On Tue, Dec 26, 2017 at 07:58:15PM -0800, Matthew Wilcox wrote: > On Tue, Dec 26, 2017 at 07:43:40PM -0800, Matthew Wilcox wrote: > > Also add the xa_lock() and xa_unlock() family of wrappers to make it > > easier to use the lock. If we could rely on -fplan9-extensions in > > the compi

Re: You will definetely be interested...

2017-12-27 Thread Sra. Angel Rania
Hi Dear, Reading your profile has given me courage in search of a reasponsable and trust worthy Fellow. The past has treated me so awfully but now I am ready to move on despite of my health condition. I will like to have a sincere and important discussion with you that will be in your favor likewi

Re: [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root

2017-12-27 Thread Kirill A. Shutemov
On Tue, Dec 26, 2017 at 07:43:40PM -0800, Matthew Wilcox wrote: > On Tue, Dec 26, 2017 at 07:54:40PM +0300, Kirill A. Shutemov wrote: > > On Fri, Dec 15, 2017 at 02:03:35PM -0800, Matthew Wilcox wrote: > > > From: Matthew Wilcox > > > > > > This results in no change in structure size on 64-bit x8