clk_prepare_enable() can fail here and we must check its return value.
Signed-off-by: Arvind Yadav
---
drivers/usb/host/ohci-pxa27x.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c
index 79efde8f..21c
clk_prepare_enable() can fail here and we must check its return value.
Signed-off-by: Arvind Yadav
---
Changes in v3:
Change log correction. Add change log below '---'.
Changes in v2:
Remove useless initialization of retval.
drivers/usb/host/ohci-pxa27x.c | 10 +
Thanks Johan!
TL;DR: I'm delighted to report that it *does* work with 4.12.0-rc7
Below I've tried to answer your questions best as I could, probably moot
now but it's the least I can do for wasting your time on something that
was already fixed. And if you think it could be useful, I'd be more
Hi Julian,
[auto build test ERROR on balbi-usb/next]
[also build test ERROR on next-20170626]
[cannot apply to v4.12-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Julian-Scheel/usb-gadget
On Fri, Jun 23, 2017 at 10:02:12AM +0700, Thang Q. Nguyen wrote:
> XHCI specification 1.1 does not require xHCI-compliant controllers
> to always enable hardware USB2 LPM. However, the current xHCI
> driver always enable it when seeing HLC=1.
> This patch supports an option for users to control dis
Hello,
According to DWC2 databook( 3.20a in my case), DTXFSTSn registers are
indexed by endpoint number. This can be verified by comparing "fifo" and
"regdump" in debugfs (as long as the configuration is not trivial).
Therefore, in my humble opinion, the commit ad674a1524 ("usb: dwc2: gadget:
use
The Belkin B2B128 is a USB 3.0 Hub + Gigabit Ethernet Adapter, the
Ethernet adapter uses the ASIX AX88179 USB 3.0 to Gigabit Ethernet
chip supported by this driver, add the USB ID for the same.
This patch is based on work by Geoffrey Tran
who has indicated they would like this upstreamed by someo
Hi Yuyang Du,
On 06/26/2017 12:14 AM, Yuyang Du wrote:
> Sorry. CC related people.
>
> On Mon, Jun 26, 2017 at 12:04:54PM +0800, Yuyang Du wrote:
>> Hi Dan,
>>
>> Thanks for the report. A patch to fix the bug follows:
>>
>> diff --git a/drivers/usb/usbip/vhci_hcd.c b/drivers/usb/usbip/vhci_hcd.c
On Wed, Jun 21, 2017 at 05:00:42PM +0800, Jiancheng Xue wrote:
> Add support for hisi-inno-usb2 phy.
>
> Signed-off-by: Jiancheng Xue
> ---
> .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 36
> ++
> 1 file changed, 36 insertions(+)
> create mode 100644
> Documentati
On 06/26/2017 05:46 PM, Benjamin Herrenschmidt wrote:
arch/arm/boot/dts/aspeed-g4.dtsi | 15 +++
arch/arm/boot/dts/aspeed-g5.dtsi | 22 ++
2 files changed, 37 insertions(+)
If the patch only changes .dtsi files, the subject needs to be smth like
"ARM: d
On Mon, 2017-06-26 at 12:45 +0300, Sergei Shtylyov wrote:
>
> > arch/arm/boot/dts/aspeed-g4.dtsi | 15 +++
> > arch/arm/boot/dts/aspeed-g5.dtsi | 22 ++
> > 2 files changed, 37 insertions(+)
>
> If the patch only changes .dtsi files, the subject needs to be
Hello.
On 6/25/2017 11:18 PM, Benjamin Herrenschmidt wrote:
Now that the necessary tweaks for the Aspeed variant of UHCI
are supported, this adds the USB controllers to the DT
template of the AST24xx and AST25xx SoCs.
The EHCI works with the current unmodified driver.
This patch doesn't enabl
s/Benjamin-Herrenschmidt/usb-Add-Aspeed-SoC-USB-controllers-to-device-tree/20170626-124044
> base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
> for-next
> config: tile-allyesconfig (attached as .config)
> compiler: tilegx-linux-gcc (GCC) 4.6.2
> reproduce:
>
On Sun, Jun 25, 2017 at 08:44:02PM +0200, Zaerc wrote:
> Hello everyone,
>
> Sorry to bother you, I'll try to keep it brief. I am making an
> USB-serial adapter using an Atmel (Microchip) ATMega16u2 with a LUFA
> based firmware, which gives me a nice working ttyACM0 device.
>
> However I am ru
This patch series adds support for exposing multiple supported sampling rates
from UAC1 and UAC2 USB gadgets to the connected host. It is currently limited
to up to ten discrete sampling frequencies. The USB specification does not
actually limit this, but to avoid complex list handling I am using a
The endpoint is stored in the lower byte of wIndex, according to USB
Audio 1.0 specification, section 5.2.1.1.
Signed-off-by: Julian Scheel
---
drivers/usb/gadget/function/f_uac1.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/function/f_uac1.c
b/dri
Implement support for multiple sampling rates in the USB Audio gadgets.
A list of sampling rates can be specified via configfs. All enabled
sampling rates are sent to the USB host on request. When the host
selects a sampling rate the internal active rate is updated. The
currently configured rates a
This replaces the dedicated headers for uac1 and uac2 functions with a
shared header for both of them. Apart from unifying the struct names,
further duplicated code for configfs setup is moved out of the function
files into the shared header.
Signed-off-by: Julian Scheel
---
drivers/usb/gadget/f
On 26.06.2017 05:56, rocko r wrote:
Just to follow up, I've had no kernel lockups with that patch applied.
Great, Thanks
I'll make a proper patch out of it and send it forward
-Mathias
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majo
19 matches
Mail list logo