Re: usb 4-2.3: Disable of device-initiated U1 failed.

2017-08-04 Thread Greg KH
On Fri, Aug 04, 2017 at 04:38:25PM -0400, Cristian wrote: > Hello, > > dmesg: > [13854.750858] usb 4-2.3: Disable of device-initiated U1 failed. > [13854.754588] usb 4-2.3: Disable of device-initiated U2 failed. And is this a problem? Is it new? Is something broken? You need to be more

usb 4-2.3: Disable of device-initiated U1 failed.

2017-08-04 Thread Cristian
Hello, dmesg: [13854.750858] usb 4-2.3: Disable of device-initiated U1 failed. [13854.754588] usb 4-2.3: Disable of device-initiated U2 failed. Regards, -- Cristian [0.00] microcode: microcode updated early to revision 0x29, date = 2013-06-12 [0.00] random: get_random_bytes

[PATCH 0/5] constify videobuf_queue_ops structures

2017-08-04 Thread Julia Lawall
These videobuf_queue_ops structures are only passed as the second argument to videobuf_queue_vmalloc_init, which is declared as const. Thus the videobuf_queue_ops structures themselves can be const. Done with the help of Coccinelle. --- drivers/media/pci/cx18/cx18-streams.c

[PATCH 5/5] [media] zr364xx: constify videobuf_queue_ops structures

2017-08-04 Thread Julia Lawall
These videobuf_queue_ops structures are only passed as the second argument to videobuf_queue_vmalloc_init, which is declared as const. Thus the videobuf_queue_ops structures themselves can be const. Done with the help of Coccinelle. // @r disable optional_qualifier@ identifier i; position p; @@

[PATCH 00/11] constify usb attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Arvind Yadav (11): [PATCH 01/11] usb: atm: ueagle-atm: constify attribute_group structures. [PATCH 02/11]

[PATCH 01/11] usb: atm: ueagle-atm: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/atm/ueagle-atm.c | 2 +- 1 file changed,

[PATCH 02/11] usb: chipidea: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/chipidea/core.c | 2 +- 1 file changed,

[PATCH 04/11] usb: usbtmc: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/class/usbtmc.c | 4 ++-- 1 file changed,

[PATCH 05/11] usb: hcd: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/core/hcd.c | 2 +- 1 file changed, 1

[PATCH 03/11] usb: chipidea: otg_fsm: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/chipidea/otg_fsm.c | 2 +- 1 file

[PATCH 06/11] usb: usbsevseg: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/misc/usbsevseg.c | 2 +- 1 file changed,

[PATCH 09/11] usb: wusbcore: cbaf: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/wusbcore/cbaf.c | 2 +- 1 file changed,

[PATCH 08/11] usb: phy-tahvo: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/phy/phy-tahvo.c | 2 +- 1 file changed,

[PATCH 07/11] usb: phy-mv-usb: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/phy/phy-mv-usb.c | 2 +- 1 file changed,

[PATCH 11/11] usb: wusbcore: wusbhc: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/wusbcore/wusbhc.c | 2 +- 1 file

[PATCH 10/11] usb: wusbcore: dev-sysfs: constify attribute_group structures.

2017-08-04 Thread Arvind Yadav
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/usb/wusbcore/dev-sysfs.c | 2 +- 1 file

Re: [PATCH v3] usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume

2017-08-04 Thread Felipe Balbi
Hi, Sandeep Singh writes: > From: Sandeep Singh > > Certain HP keyboards would keep inputting a character automatically which > is the wake-up key after S3 resume > > On some AMD platforms USB host fails to respond (by holding resume-K) to > USB

[PATCH v3] usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume

2017-08-04 Thread Sandeep Singh
From: Sandeep Singh Certain HP keyboards would keep inputting a character automatically which is the wake-up key after S3 resume On some AMD platforms USB host fails to respond (by holding resume-K) to USB device (an HP keyboard) resume request within 1ms (TURSM) and

[PATCH] usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter

2017-08-04 Thread Kai-Heng Feng
The Realtek r8153 ethernet does not work on Genesys Logic hub, no-lpm quirk can make it work. Since another r8153 dongle at my hand does not have the issue, so add the quirk to the hub instead. Signed-off-by: Kai-Heng Feng --- drivers/usb/core/quirks.c | 3 +++ 1

Re: [PATCH v2] usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume

2017-08-04 Thread Sandeep Singh
On 8/4/2017 1:21 PM, Felipe Balbi wrote: > > Hi, > > Sandeep Singh writes: > Sandeep Singh writes: >> @@ -260,11 +266,12 @@ int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev >> *pdev) >> { >> /* Make sure amd chipset

Re: [PATCH v2] usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume

2017-08-04 Thread Felipe Balbi
Hi, Sandeep Singh writes: Sandeep Singh writes: > @@ -260,11 +266,12 @@ int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev > *pdev) > { > /* Make sure amd chipset type has already been initialized */ >

Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-04 Thread Johan Hovold
improve the system] > > url: > https://github.com/0day-ci/linux/commits/Johan-Hovold/dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe/20170804-014620 > config: microblaze-mmu_defconfig (attached as .config) > compiler: microblaze-linux-gcc (GCC) 6.2.0 >