Re: [PATCH] HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard2

2016-03-10 Thread Jiri Kosina
On Thu, 10 Mar 2016, Daniel Bristot de Oliveira wrote: > The device which identifies itself as a "USB Keykoard" (no typo) Yeah, Semico is apparently very careful and perfectionist about their hardware. This is a second device from them that has typo in the descriptor :) One more, and we'll

[PATCH] HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard2

2016-03-10 Thread Daniel Bristot de Oliveira
The device which identifies itself as a "USB Keykoard" (no typo) with VID:PID 1a2c:0027 does not seem to be handling the reports initialization very well. This results in a "usb_submit_urb(ctrl) failed: -1" message from the kernel when connected, and a delay before its initialization. It can also

Re: [patch -target tree] usb: gadget: f_tcm: use after free

2016-03-10 Thread Andrzej Pietrasiewicz
Hi Nicholas, W dniu 10.03.2016 o 06:19, Nicholas A. Bellinger pisze: Hi Andrzej, On Wed, 2016-03-09 at 13:53 +0100, Andrzej Pietrasiewicz wrote: Hi Nicholas, Applying the following patch to re-add the missing assingment as a proper alloc_session callback. diff --git

RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-10 Thread Felipe Balbi
Hi, "Thang Q. Nguyen" writes: > [ text/plain ] > Hi, > I would like to ask if I need to update anything else for this change? seems like I don't have original patch in my inbox. Please resend. -- balbi signature.asc Description: PGP signature

RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-10 Thread Thang Q. Nguyen
Thanks Felipe for your feedback. I will re-generate patches and resend. Regards, Thang Q. Nguyen - -Original Message- From: Felipe Balbi [mailto:felipe.ba...@linux.intel.com] Sent: Thursday, March 10, 2016 3:15 PM To: Thang Q. Nguyen; Thang Q. Nguyen; Felipe Balbi; Greg Kroah-Hartman;

Re: [PATCH] watchdog: add driver for StreamLabs USB watchdog device

2016-03-10 Thread Oliver Neukum
On Thu, 2016-03-10 at 02:29 +, Alexey Klimov wrote: > This patch creates new driver that supports StreamLabs usb watchdog > device. This device plugs into 9-pin usb header and connects to > reset pin and reset button on common PC. Hi, a few remarks. Regards Oliver >

Re: [RFC Patch 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Felipe Balbi
Hi, Oliver Neukum writes: > [ text/plain ] > Adding the descriptors of chapter 9.2 of the Power Delivery spec. > > Signed-off-by: Oliver Neukum > --- > include/uapi/linux/usb/ch9.h | 94 > > 1 file changed, 94

Re: [RFC Patch 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Ruslan Bilovol
Hi, On Thu, Mar 10, 2016 at 12:45 PM, Felipe Balbi wrote: > > Hi, > > Oliver Neukum writes: >> [ text/plain ] >> Adding the descriptors of chapter 9.2 of the Power Delivery spec. >> >> Signed-off-by: Oliver Neukum >> --- >>

Re: [PATCH] usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize

2016-03-10 Thread Felipe Ferreri Tonello
Hi Steve, On 09/03/16 22:43, Steve Calfee wrote: > On Wed, Mar 9, 2016 at 11:39 AM, Felipe F. Tonello > wrote: >> buflen by default (256) is smaller than wMaxPacketSize (512) in high-speed >> devices. >> >> That caused the OUT endpoint to freeze if the host send any data

Re: [PATCH 5/5 v9] usb: musb: da8xx: Add DT support for the DA8xx driver

2016-03-10 Thread Petr Kulhavy
On 09.03.2016 12:53, Sergei Shtylyov wrote: Hello. On 3/9/2016 12:25 PM, Petr Kulhavy wrote: This adds DT support for TI DA8xx/OMAP-L1x/AM17xx/AM18xx MUSB driver Signed-off-by: Petr Kulhavy Tested-by: Petr Kulhavy [...] diff --git

Re: [PATCH 1/1] sd: do not let LBPME bit stop the VPDs speak

2016-03-10 Thread Tom Yan
On 10 March 2016 at 12:36, Tom Yan wrote: > > Both `blkdiscard` with a patched kernel and `sg_unmap` appeared to > have gone well (checked with `hexdump`). > Actually, `blkdiscard` didn't quite actually go well. It seems last time it just ended quickly with only error on

[RFC PATCH 2/3] USB: PD: define specific requests

2016-03-10 Thread Oliver Neukum
This takes the definitions of requests from chapter 9.3.1 of the USB Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index

Re: [PATCH 5/5 v9] usb: musb: da8xx: Add DT support for the DA8xx driver

2016-03-10 Thread Petr Kulhavy
On 09.03.2016 21:00, Bin Liu wrote: Hi, On Wed, Mar 09, 2016 at 10:25:27AM +0100, Petr Kulhavy wrote: +static inline int get_phy_refclk_cfg(struct device_node *np) +{ + u32 freq; + + if (of_property_read_u32(np, "ti,usb2-phy-refclock-hz", )) + return -EINVAL; + +

[PATCH 3/3] dm9601: add support ethtool style utility

2016-03-10 Thread Joseph CHANG
Add function dm9601_set_eeprom which tested good with ethtool utility, include the eeprom words dump and the eeprom byte write. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 39 +++ 1 file changed, 39 insertions(+) diff

[PATCH 2/3] dm9601: manage eeprom to assure the chip for correct operation

2016-03-10 Thread Joseph CHANG
Add to maintain variant eeprom adapters which may have not right dm962x's format. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 72 1 file changed, 72 insertions(+) diff --git a/drivers/net/usb/dm9601.c

Re: [PATCH 2/6] usb: xhci-mtk: use __maybe_unused to hide pm functions

2016-03-10 Thread Mathias Nyman
On 04.03.2016 18:33, Matthias Brugger wrote: On 02/03/16 16:24, Arnd Bergmann wrote: The mediatek XHCI glue driver uses SET_SYSTEM_SLEEP_PM_OPS() to conditionally set the correct suspend/resume options, and also puts both the dev_pm_ops and the functions inside of an #ifdef testing for

[RFC Patch 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Oliver Neukum
Adding the descriptors of chapter 9.2 of the Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 94 1 file changed, 94 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h

adding definitions for USB PD to headers

2016-03-10 Thread Oliver Neukum
This patch set adds to definitions from chapter 9 of the Power Delivery spec to the header files so that they can be better used. It is a conservative selection and adds only a minimum. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

[RFC PATCH 3/3] USB: PD: additional feature selectors

2016-03-10 Thread Oliver Neukum
This adds the feature selectors from Table 9-8 Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 16 1 file changed, 16 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index bf6c1cd..9d3cdae 100644 ---

Re: [PATCH 3/3] dm9601: add support ethtool style utility

2016-03-10 Thread Ben Hutchings
The subject line on this is very vague; it should say which ethtool operation you're implementing. On Thu, 2016-03-10 at 19:24 +0800, Joseph CHANG wrote: > Add function dm9601_set_eeprom which tested good with ethtool > utility, include the eeprom words dump and the eeprom byte write. > >

[PATCH 1/3] dm9601: enable EP3 interrupt

2016-03-10 Thread Joseph CHANG
Enable chip's EP3 interrupt to get the link-up notify soon immediately. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c index 0b4bdd3..520de4f 100644 ---

[PATCH] usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions

2016-03-10 Thread Alexandr Ivanov
In drivers/usb/host/xhci-ring.c there are two functions (xhci_queue_bulk_tx and queue_bulk_sg_tx) that are very similar, so a lot of code duplication. This patch merges these functions into to one xhci_queue_bulk_tx. Also counting the needed TRBs is merged and refactored. Signed-off-by: Alexandr

Re: [PATCH 1/3] usb: fix endpoint descriptor buffer size decrement

2016-03-10 Thread Mathias Nyman
On 18.02.2016 20:29, Alan Stern wrote: On Thu, 18 Feb 2016, Mathias Nyman wrote: An endpoint descriptor may be followed by both SuperSpeed and SuperSpeedPlus Isoc endpoint companion descriptors. These descriptors are all stored one after another in a buffer. The new SuperSpeedPlus Isoc

Re: [PATCH v3 3/7] usb: mux: add common code for Intel dual role port mux

2016-03-10 Thread Oliver Neukum
On Tue, 2016-03-08 at 15:53 +0800, Lu Baolu wrote: > diff --git a/Documentation/ABI/testing/sysfs-bus-platform > b/Documentation/ABI/testing/sysfs-bus-platform > index 5172a61..a2261cb 100644 > --- a/Documentation/ABI/testing/sysfs-bus-platform > +++

Re: [RFC Patch 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Sergei Shtylyov
Hello. On 3/10/2016 1:32 PM, Oliver Neukum wrote: Adding the descriptors of chapter 9.2 of the Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 94 1 file changed, 94 insertions(+) diff

Re: [PATCH 3/3] dm9601: add support ethtool style utility

2016-03-10 Thread Ben Hutchings
On Thu, 2016-03-10 at 20:51 +0800, Joseph Chang wrote: > I did verify to dump EEPROM data and also write EEPROM by per byte. > > 1.Plug dm9601/dm9621 adapter and has get dm9601.ko be 'insmod' to have 'eht0', > 2.Run ethtool v3.7 (as attached executable file and it's help display.) > 3. Commands:

[PATCHv2 2/3] USB: PD: define specific requests

2016-03-10 Thread Oliver Neukum
This takes the definitions of requests from chapter 9.3.1 of the USB Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index

[v2] adding definitions for USB PD to headers

2016-03-10 Thread Oliver Neukum
This patch set adds to definitions from chapter 9 of the Power Delivery spec to the header files so that they can be better used. It is a conservative selection and adds only a minimum. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

[PATCHv2 3/3] USB: PD: additional feature selectors

2016-03-10 Thread Oliver Neukum
This adds the feature selectors from Table 9-8 Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 16 1 file changed, 16 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index 25c882a..dab542e 100644 ---

[PATCHv2 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Oliver Neukum
Adding the descriptors of chapter 9.2 of the Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 98 1 file changed, 98 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h

Re: [PATCH v3 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Ruslan Bilovol
On Thu, Mar 10, 2016 at 3:59 PM, Oliver Neukum wrote: > Adding the descriptors of chapter 9.2 of the Power Delivery spec. > > Signed-off-by: Oliver Neukum > --- > include/uapi/linux/usb/ch9.h | 98 > > 1 file

[PATCH v2] adding definitions for USB PD to headers

2016-03-10 Thread Oliver Neukum
This patch set adds to definitions from chapter 9 of the Power Delivery spec to the header files so that they can be better used. It is a conservative selection and adds only a minimum. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

[PATCH v3 3/3] USB: PD: additional feature selectors

2016-03-10 Thread Oliver Neukum
This adds the feature selectors from Table 9-8 Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 16 1 file changed, 16 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index 78e95ca..4c03a17 100644 ---

[PATCH v3 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Oliver Neukum
Adding the descriptors of chapter 9.2 of the Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 98 1 file changed, 98 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h

[PATCH v3 2/3] USB: PD: define specific requests

2016-03-10 Thread Oliver Neukum
This takes the definitions of requests from chapter 9.3.1 of the USB Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index

Re: [PATCH v2] adding definitions for USB PD to headers

2016-03-10 Thread Felipe Balbi
Hi, Oliver Neukum writes: > [ text/plain ] > This patch set adds to definitions from chapter 9 of > the Power Delivery spec to the header files so that they can be better > used. It is a conservative selection and adds only a minimum. For the entire series: Reviewed-by:

Re: [PATCH] usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize

2016-03-10 Thread Steve Calfee
On Thu, Mar 10, 2016 at 1:23 AM, Felipe Ferreri Tonello wrote: >>> --- a/drivers/usb/gadget/function/f_midi.c >>> +++ b/drivers/usb/gadget/function/f_midi.c >>> @@ -366,7 +366,9 @@ static int f_midi_set_alt(struct usb_function *f, >>> unsigned intf, unsigned alt) >>>

Re: [PATCH 2/3] dm9601: manage eeprom to assure the chip for correct operation

2016-03-10 Thread Peter Korsgaard
> "Joseph" == Joseph CHANG writes: > Add to maintain variant eeprom adapters which may have not right > dm962x's format. > Signed-off-by: Joseph CHANG > +static void dm_render_begin(struct usbnet *dev) > +{ > +/* Render eeprom if

Re: [RFT PATCH 2/2] Revert "usb: dwc2: Fix probe problem on bcm2835"

2016-03-10 Thread John Youn
On 3/9/2016 11:06 AM, Doug Anderson wrote: > Stefan, > > On Wed, Mar 9, 2016 at 11:01 AM, Stefan Wahren wrote: >> >>> Doug Anderson hat am 7. März 2016 um 22:30 >>> geschrieben: >>> >>> >>> Stefan, >>> >>> On Mon, Mar 7, 2016 at 10:40 AM, Stefan

[PATCH v3 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-10 Thread Thang Q. Nguyen
From: "Thang Q. Nguyen" Add 64-bit DMA operation support to the USB DWC3 driver. First attempt to set the coherent DMA mask for 64-bit DMA. If that failed, attempt again with 32-bit DMA. Changes from v2: - None. Changes from v1: - Remove WARN_ON if dma_mask is

[PATCH v3 2/2] usb:dwc3: pass arch data to xhci-hcd child

2016-03-10 Thread Thang Q. Nguyen
From: "Thang Q. Nguyen" The xhci-hcd child node needs to inherit archdata attribute to use dma_ops functions and attributes. This patch enables the USB DWC3 driver to pass archdata attributes to its xhci-hcd child node. Changes from v2: - None Changes from v1:

[PATCH v3 0/2] usb:dwc3: Enable USB DWC3 support for 64-bit system

2016-03-10 Thread Thang Q. Nguyen
From: "Thang Q. Nguyen" When CONFIG_DMA_CMA is not set, the coherent mask is not set. These patches enable the USB DWC3 driver to set the coherent mask correctly by first set coherent DMA mask to 64-bit. If this failed, attempt again with 32-bit. In addition, pass the archdata

Re: Bug ID: 114111

2016-03-10 Thread Peter Maciejko
Guys, I guess I found workaround. System: Fedora 23. Kernel: 4.4.3-300 (Fedora repo). Firstable, I am not be able to shutdown my computer without quirks. I have to add: xhci_hcd.quirks=270336 (XHCI_SPURIOUS_WAKEUP and XHCI_SPURIOUS_REBOOT quirks) or xhci_hcd.quirks=262144

[PATCH v4 1/3] USB: add descriptors from USB Power Delivery spec

2016-03-10 Thread Oliver Neukum
Adding the descriptors of chapter 9.2 of the Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 98 1 file changed, 98 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h

[PATCH v4 2/3] USB: PD: define specific requests

2016-03-10 Thread Oliver Neukum
This takes the definitions of requests from chapter 9.3.1 of the USB Power Delivery spec. Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index

[PATCH v4 3/3] USB: PD: additional feature selectors

2016-03-10 Thread Oliver Neukum
This adds the feature selectors from Table 9-8 Signed-off-by: Oliver Neukum --- include/uapi/linux/usb/ch9.h | 16 1 file changed, 16 insertions(+) diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index 4abd964..08104bc 100644 ---

[PATCH v4]adding definitions for USB PD to headers

2016-03-10 Thread Oliver Neukum
This patch set adds to definitions from chapter 9 of the Power Delivery spec to the header files so that they can be better used. It is a conservative selection and adds only a minimum. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

Re: Bug ID: 114111

2016-03-10 Thread Peter Maciejko
Wrong link address, sry. The script has following content: http://pastebin.com/isyaWeVP Best regards, PM On Thu, Mar 10, 2016 at 4:32 PM, Peter Maciejko wrote: > Guys, I guess I found workaround. > > System: Fedora 23. > Kernel: 4.4.3-300 (Fedora repo). > > Firstable, I am

[PATCH] USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices

2016-03-10 Thread Josh Boyer
A Fedora user reports that the ftdi_sio driver works properly for the ICP DAS I-7561U device. Further, the user manual for these devices instructs users to load the driver and add the ids using the sysfs interface. Add support for these in the driver directly so that the devices work out of the

Re: [PATCH 1/3] dm9601: enable EP3 interrupt

2016-03-10 Thread Peter Korsgaard
> "Joseph" == Joseph CHANG writes: > Enable chip's EP3 interrupt to get the link-up notify soon > immediately. Sorry, what do you mean about 'soon immediately'? > + > +/* Always return 8-bytes data to host per interrupt-interval */ > +

Re: [RFC 7/7] USB: usbatm: avoid fragile and inefficient snprintf use

2016-03-10 Thread Greg Kroah-Hartman
On Tue, Mar 08, 2016 at 01:01:09PM -0800, Joe Perches wrote: > On Tue, 2016-03-08 at 21:40 +0100, Rasmus Villemoes wrote: > > Passing overlapping source and destination is fragile, and in this > > case we can even simplify the code and avoid the huge stack buffer by > > using the %p extension for

Re: [PATCH v3 3/7] usb: mux: add common code for Intel dual role port mux

2016-03-10 Thread Greg Kroah-Hartman
On Thu, Mar 10, 2016 at 01:39:43PM +0100, Oliver Neukum wrote: > On Tue, 2016-03-08 at 15:53 +0800, Lu Baolu wrote: > > > diff --git a/Documentation/ABI/testing/sysfs-bus-platform > > b/Documentation/ABI/testing/sysfs-bus-platform > > index 5172a61..a2261cb 100644 > > ---

Re: [PATCH v3 3/7] usb: mux: add common code for Intel dual role port mux

2016-03-10 Thread Greg Kroah-Hartman
On Tue, Mar 08, 2016 at 03:53:44PM +0800, Lu Baolu wrote: > Several Intel PCHs and SOCs have an internal mux that is used to > share one USB port between device controller and host controller. > > A usb port mux could be abstracted as the following elements: > 1) mux state: HOST or PERIPHERAL; >

Re: [PATCH v3 0/7] usb: add support for Intel dual role port mux

2016-03-10 Thread Greg Kroah-Hartman
On Tue, Mar 08, 2016 at 03:53:41PM +0800, Lu Baolu wrote: > Intel SOC chips are featured with USB dual role. The host role is > provided by Intel xHCI IP, and the gadget role is provided by IP > from designware. Tablet platform designs always share a single > port for both host and gadget

Re: [PATCH v3 0/7] usb: add support for Intel dual role port mux

2016-03-10 Thread Lu Baolu
On 03/11/2016 08:03 AM, Greg Kroah-Hartman wrote: > On Tue, Mar 08, 2016 at 03:53:41PM +0800, Lu Baolu wrote: >> Intel SOC chips are featured with USB dual role. The host role is >> provided by Intel xHCI IP, and the gadget role is provided by IP >> from designware. Tablet platform designs

Re: [PATCH v3 0/7] usb: add support for Intel dual role port mux

2016-03-10 Thread Greg Kroah-Hartman
On Fri, Mar 11, 2016 at 08:20:43AM +0800, Lu Baolu wrote: > > > On 03/11/2016 08:03 AM, Greg Kroah-Hartman wrote: > > On Tue, Mar 08, 2016 at 03:53:41PM +0800, Lu Baolu wrote: > >> Intel SOC chips are featured with USB dual role. The host role is > >> provided by Intel xHCI IP, and the gadget

Re: [PATCH v3 3/7] usb: mux: add common code for Intel dual role port mux

2016-03-10 Thread Lu Baolu
On 03/11/2016 07:57 AM, Greg Kroah-Hartman wrote: > On Thu, Mar 10, 2016 at 01:39:43PM +0100, Oliver Neukum wrote: >> On Tue, 2016-03-08 at 15:53 +0800, Lu Baolu wrote: >> >>> diff --git a/Documentation/ABI/testing/sysfs-bus-platform >>> b/Documentation/ABI/testing/sysfs-bus-platform >>> index

Re: [PATCH v2 1/2] usb: host: xhci: add a new quirk XHCI_CLEAR_AC64

2016-03-10 Thread Felipe Balbi
Hi, Yoshihiro Shimoda writes: > [ text/plain ] > On some xHCI controllers (e.g. R-Car SoCs), the AC64 bit (bit 0) of > HCCPARAMS1 is set to 1. However, the xHCs don't support 64-bit > address memory pointers actually. So, in this case, this driver should > call

Re: [PATCH v2 2/2] usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys

2016-03-10 Thread Felipe Balbi
Yoshihiro Shimoda writes: > [ text/plain ] > This patch fixes an issue that cannot work if R-Car Gen2/3 run on > above 4GB physical memory environment to use a quirk XHCI_CLEAR_AC64. > > Signed-off-by: Yoshihiro Shimoda > --- >

Re: [patch -target tree] usb: gadget: f_tcm: use after free

2016-03-10 Thread Nicholas A. Bellinger
On Thu, 2016-03-10 at 09:34 +0100, Andrzej Pietrasiewicz wrote: > Hi Nicholas, > > W dniu 10.03.2016 o 06:19, Nicholas A. Bellinger pisze: > > Hi Andrzej, > > > > On Wed, 2016-03-09 at 13:53 +0100, Andrzej Pietrasiewicz wrote: > >> Hi Nicholas, > >> > > > > Mmmm, usbg_get_cmd() was missing an

Re: [PATCH] configfs: switch ->default groups to a linked list

2016-03-10 Thread Doug Ledford
On 02/27/2016 06:22 PM, Nicholas A. Bellinger wrote: > On Fri, 2016-02-26 at 13:33 +0100, Christoph Hellwig wrote: >> Replace the current NULL-terminated array of default groups with a linked >> list. This gets rid of lots of nasty code to size and/or dynamically >> allocate the array. >> >>

[PATCH] xhci: fix typo in babble endpoint handling comment

2016-03-10 Thread Rajesh Bhagat
The 0.95 xHCI spec says that non-control endpoints will be halted if a babble is detected on a transfer. The 0.96 xHCI spec says all types of endpoints will be halted when a babble is detected. Some hardware that claims to be 0.95 compliant halts the control endpoint anyway. Reference:

Re: [PATCH] xhci: fix typo in babble endpoint handling comment

2016-03-10 Thread Felipe Balbi
Rajesh Bhagat writes: > [ text/plain ] > The 0.95 xHCI spec says that non-control endpoints will be halted if a > babble is detected on a transfer. The 0.96 xHCI spec says all types of > endpoints will be halted when a babble is detected. Some hardware that > claims to