Re: [PATCH v5 0/2] usb: dwc2: fix isoc split in transfer issue

2018-05-20 Thread Heiko Stuebner
Am Freitag, 11. Mai 2018, 11:46:30 CEST schrieb William Wu: > This patch fix dma unaligned problem and data lost problem for > isoc split in transfer. > > Test on rk3288 platform, use an usb hs Hub (GL852G-12) and an usb > fs audio device (Plantronics headset) to capture and playback. > >

[PATCH v5 0/2] usb: dwc2: fix isoc split in transfer issue

2018-05-11 Thread William Wu
This patch fix dma unaligned problem and data lost problem for isoc split in transfer. Test on rk3288 platform, use an usb hs Hub (GL852G-12) and an usb fs audio device (Plantronics headset) to capture and playback. William Wu (2): usb: dwc2: alloc dma aligned buffer for isoc split in usb:

[PATCH v5 0/2] staging: typec: rt1711h typec driver and dt-bindings

2018-04-08 Thread ShuFan Lee
From: ShuFan Lee This patch series add rt1711h typec chip driver and dt-bindings changelogs between v1 & v2 - use gpiod_* instead of gpio_* changelogs between v2 & v3 - add dt-bindings for rt1711h typec driver changelogs between v3 & v4 - add definition of RT1711H_VID

[PATCH v5 0/2] usb/gadget/uvc-configfs usb/gadget/uvc-configs Fix host unable to negotiate framesizes other than first

2018-03-21 Thread Joel Pepper
This patchset is mostly concerned with fixing the driver setting incorrect bFrameIndexes which breaks frame descriptor negotiation, for details refer to the first patch. However this fix needed another bug relating to the "linked" flag not being set on formats to be fixed first. As this bug has

[PATCH V5 0/2] usb: introduce "trigger-sources" DT property for usbport trigger

2017-06-08 Thread Rafał Miłecki
From: Rafał Miłecki This version of my patchset (V5) differs by renaming #source-cells to the #trigger-source-cells and documenting it in the leds/common.txt. I'd epxect both patches to go through Greg's usb.git if accepted. For a reference (and before someome comes with

[PATCH v5 0/2] USB: resume time optimization by using spec minimums

2017-01-06 Thread Todd Brandt
The USB resume code in the kernel currently uses a set of hard coded delay values that are defined in the USB 2.0 spec. These are the most important ones: - tdrsmdn: resume signal time (20ms - infinity) usb 2.0 spec 7.1.7.7 - trsmrcy: resume recovery time (10ms) usb 2.0 spec 7.1.7.7 - trstrcy:

Re: [PATCH v5 0/2] platform: Add DT support for DA8xx

2016-11-20 Thread Sekhar Nori
On Wednesday 16 November 2016 04:37 PM, Alexandre Bailon wrote: > This add and enable the usb otg for da850 and da850-lcdk. > This series depends on "driver: dd DT support for DA8xx" patch set. I see that Bin has already applied this. > If this series is applied before the "usb: musb: da8xx: Fix

[PATCH v5 0/2] platform: Add DT support for DA8xx

2016-11-16 Thread Alexandre Bailon
This add and enable the usb otg for da850 and da850-lcdk. This series depends on "driver: dd DT support for DA8xx" patch set. If this series is applied before the "usb: musb: da8xx: Fix few issues" patch set then the usb driver will always retrun -ENODEV. Changes in v2: * Remove unrelated

[PATCH v5 0/2] usb: chipidea: imx: Add USB configuration for imx53

2016-09-21 Thread Fabien Lahoudere
Changes in V2: - Patches sent to early with bad contents Changes in V3: - Change subject - Split "configure imx for ULPI phy" for disable-oc code Changes in V4: - Fix "Change switch order" commit message - Indent switch/case (set case on the same column as

[PATCH v5 0/2] USB Type-C Connector class

2016-08-17 Thread Heikki Krogerus
Hi, The USB Type-C class is meant to provide unified interface to the userspace to present the USB Type-C ports in a system. Changes since v4: - Remove the port lock completely Changes since v3: - Documentation cleanup as proposed by Roger Quadros - Setting partner altmodes member to NULL on

[PATCH v5 0/2] Add a new Rockchip usb2 phy driver

2016-06-12 Thread Frank Wang
The newer SoCs (rk3366, rk3399) of Rock-chip take a different usb-phy IP block than rk3288 and before, and most of phy-related registers are also different from the past, so a new phy driver is required necessarily. These series patches add phy-rockchip-inno-usb2.c and the corresponding

Re: [PATCH v5 0/2] ?hci-platform: Add support for controllers with more then one reset line

2016-04-11 Thread Philipp Zabel
Am Samstag, den 09.04.2016, 16:15 +0200 schrieb Hans de Goede: > Hi Greg, et al, > > Here is a resend of my last version of the patch set to support usb > controllers which have multiple resets. > > Unfortunately the shared reset controller support this depends on did > not make it into 4.6.

[PATCH v5 0/2] ?hci-platform: Add support for controllers with more then one reset line

2016-04-09 Thread Hans de Goede
Hi Greg, et al, Here is a resend of my last version of the patch set to support usb controllers which have multiple resets. Unfortunately the shared reset controller support this depends on did not make it into 4.6. Philipp Zabel, the reset maintainer (in the Cc) has put these patches in a

[PATCH v5 0/2] Fixes for ELAN touchscreens

2015-12-01 Thread Adrien Vergé
This is the fifth version of a patchset which originally aimed to fix a buggy touchscreen from ELAN Microelectronics. Changes since v4: - Cast HID_ANY_ID to an __u16 so to keep gcc happy on AVR32 arch. Changes since v3: - Use HID_ANY_ID to define a vendor-ID-global quirk, as suggested by

[PATCH v5 0/2] usb: change clock information for chipidea

2015-10-20 Thread Peter Chen
This patch set changes usb clock information for legacy i.mx platforms. At these platforms, they needs three clocks to let controller work. Fabio, would you please help to test again, I am sorry to let you test again. Changes for v5: - Using one line code for two devm_clk_get error message -

[PATCH v5 0/2]

2015-09-29 Thread Tomeu Vizoso
Hi, this is v5 of an attempt to make it easier for devices to remain in runtime PM when the system goes to sleep, mainly to reduce the time spent resuming devices. For this, we interpret the absence of all PM callback implementations as it being safe to do direct_complete, so their ancestors

Re: [PATCH v5 0/2] Add HS-USB device tree support for R8A7790/Lager board

2014-10-26 Thread Simon Horman
On Fri, Oct 24, 2014 at 07:44:32PM +0900, Yoshihiro Shimoda wrote: Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20141024-v3.18-rc1' tag. Here we add the HS-USB device tree support on the R8A7790/Lager reference board. The patchset requires the USB PHY

[PATCH v5 0/2] Add HS-USB device tree support for R8A7790/Lager board

2014-10-24 Thread Yoshihiro Shimoda
Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20141024-v3.18-rc1' tag. Here we add the HS-USB device tree support on the R8A7790/Lager reference board. The patchset requires the USB PHY driver (already merged by Kishon and Greg) and the generic PHY support

[PATCH v5 0/2] Add generic PHY support to USB HCD

2014-09-04 Thread Sergei Shtylyov
Hello. This patchset is against the usb-next' branch of Greg KH's 'usb.git' repo. Here I add support for the generic PHY to the 'struct usb_hcd' (having to rename the existing 'phy' field to 'usb_phy' beforehand). This was mainly intended to be used with the PCI OHCI/EHCI drivers and also xHCI

[PATCH V5 0/2] usb: gadget: zero: Add support for interrupt EP

2014-08-22 Thread Amit Virdi
This patchset adds support for interrupt EP and the corresponding test cases to gadget zero. The code has been rebased and tested on Kernel v3.15-rc5 V4 - V5 - Rebased on Felipe Balbi's testing/next - Build tested - No other change V3 - V4 - Edited the commit message to provide more

[PATCH v5 0/2] Add Exynos5 USB 3.0 phy driver based on generic PHY framework

2014-04-22 Thread Vivek Gautam
Based on 'next' branch of Kishon's phy tree (linux-phy). Tested on 'usb-next' of Greg's usb tree. Changes from v4: 1) Separated out the device tree related arch patches from this patch series. Shall be posting these below mentioned patches (which were part of V4 version of this series) in a

[PATCH v5 0/2] ohci and ehci-platform clks, phy and dt support

2014-01-13 Thread Hans de Goede
Hi all, And here is v5 of my ohci and ehci-platform clks, phy and dt support patch-set. New since the last version is that the compatibility strings now are usb-ohci and usb-ehci, which should make everyone happy I hope. Other then that there are no changes compared to v4. Regards, Hans -- To

[PATCH V5 0/2] UVC webcam gadget related changes

2013-03-27 Thread Bhupesh Sharma
This patchset tries to enhance the UVC webcam gadget driver and is based on Laurent's git tree available here (head uvc-gadget): git://linuxtv.org/pinchartl/uvcvideo.git Note that to ease review and integration of these patches, I have rebased them on Laurent's repo and all the relevant patches

Re: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-13 Thread Felipe Balbi
On Tue, Feb 12, 2013 at 10:31:00PM -0800, kg...@kernel.org wrote: Vivek Gautam wrote: Based on 'usb-next' Changes from v4: - Modifying function names and driver names to follow a common naming convention. usb2phy for samsung-usb2phy driver usb3phy for

Re: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-13 Thread Vivek Gautam
On Wed, Feb 13, 2013 at 2:02 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Feb 12, 2013 at 10:31:00PM -0800, kg...@kernel.org wrote: Vivek Gautam wrote: Based on 'usb-next' Changes from v4: - Modifying function names and driver names to follow a common naming convention.

RE: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-12 Thread kgene
Vivek Gautam wrote: Based on 'usb-next' Changes from v4: - Modifying function names and driver names to follow a common naming convention. usb2phy for samsung-usb2phy driver usb3phy for samsung-usb3phy driver - Changing file names samsung-usb2.c to samsung-usb2phy.c

[PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-05 Thread Vivek Gautam
Based on 'usb-next' Changes from v4: - Modifying function names and driver names to follow a common naming convention. usb2phy for samsung-usb2phy driver usb3phy for samsung-usb3phy driver - Changing file names samsung-usb2.c to samsung-usb2phy.c and, samsung-usb3.c to

[PATCH v5 0/2] USB: USB: two changes on hub autosuspend

2012-10-23 Thread Ming Lei
There are two patches on usb hub autosuspend. Change log: V5: - convert a symbolic constant into macro as suggested by Alan V4: - rebase on 3.7-rc2-next-20121022 V3: - don't stop suspend for !PMSG_IS_AUTO() case(1/2) - remove one unnecessary check on