[PATCH v3 0/5] usb: typec: ucsi: ccg: add runtime pm support

2019-05-22 Thread Ajay Gupta
Hi Heikki and Wolfram These patches add support for runtime power management for UCSI CCGx driver. I have tested them with NVIDIA GPU card which has i2c interface to talk to CCG controller. I have added runtime pm support for the i2c bus driver as well. Third version (v3) of patches fix comments

Re: [PATCH v3 0/5] usb: gadget: u_serial: console for multiple ports

2019-03-22 Thread Michał Mirosław
On Wed, Feb 27, 2019 at 11:46:56AM +0100, Michał Mirosław wrote: > This series makes it possible to have more control over console using > USB serial gadget ports. This can be useful when you need more than > one USB console or are configuring multiple serial port function via > configfs. > > The

[PATCH v3 0/5] usb: gadget: u_serial: console for multiple ports

2019-02-27 Thread Michał Mirosław
This series makes it possible to have more control over console using USB serial gadget ports. This can be useful when you need more than one USB console or are configuring multiple serial port function via configfs. The patches are against usb-next branch. Michał Mirosław (5): usb: gadget: u_

Re: [RFC PATCH v3 0/5] usb: typec: Support for Alternate Modes

2018-05-14 Thread Heikki Krogerus
On Sat, May 12, 2018 at 02:42:47PM -0700, Guenter Roeck wrote: > On 05/11/2018 06:18 AM, Heikki Krogerus wrote: > > Hi, > > > > This is the third version of my proposal for more complete alternate > > mode support. In this version I'm including a proposal for the mux > > handling. Basically, I'm p

Re: [RFC PATCH v3 0/5] usb: typec: Support for Alternate Modes

2018-05-12 Thread Guenter Roeck
On 05/11/2018 06:18 AM, Heikki Krogerus wrote: Hi, This is the third version of my proposal for more complete alternate mode support. In this version I'm including a proposal for the mux handling. Basically, I'm proposing that every supported alternate will have its own mux handle. That should a

[RFC PATCH v3 0/5] usb: typec: Support for Alternate Modes

2018-05-11 Thread Heikki Krogerus
Hi, This is the third version of my proposal for more complete alternate mode support. In this version I'm including a proposal for the mux handling. Basically, I'm proposing that every supported alternate will have its own mux handle. That should allow us to support multiple alternate modes at th

Re: [PATCH v3 0/5] usb: typec: remove max_snk_mv/ma/mw

2018-04-13 Thread Hans de Goede
Hi, On 13-04-18 07:55, Li Jun wrote: This patch set is to remove max_snk_mv/ma/mw configs, as we should define the sink capability by sink PDOs, the first patch update the source PDO match policy by compare the voltage range between source and sink PDOs no matter what type they are, the followin

[PATCH v3 0/5] usb: typec: remove max_snk_mv/ma/mw

2018-04-12 Thread Li Jun
This patch set is to remove max_snk_mv/ma/mw configs, as we should define the sink capability by sink PDOs, the first patch update the source PDO match policy by compare the voltage range between source and sink PDOs no matter what type they are, the following patchs remove those 3 variables from 2

[PATCH v3 0/5] usb: xhci: Handle USB transaction error on address command

2017-08-10 Thread Lu Baolu
Xhci driver handles USB transaction errors on transfer events, but transaction errors are possible on address device command completion events as well. The xHCI specification (section 4.6.5) says: A USB Transaction Error Completion Code for an Address Device Command may be due to a Stall response

[PATCH v3 0/5] usb: musb: da8xx: Add DMA support

2017-01-19 Thread Alexandre Bailon
This series update MUSB driver to add DMA support to DA8xx. It should be applied on top of "[PATCH v3 0/3] usb: musb: cppi41: Add a way to manage DMA irq" but "[PATCH v3 0/3] dmaengine: cppi41: Add dma support to da8xx" and "[PATCH] arm: davinci: Make the usb20 clock available to PM runtime" are re

[PATCH v3 0/5] usb: dwc2: Add support for USB OTG on STM32F4x9

2017-01-17 Thread Bruno Herrera
The STM32F4x9 MCU family has two DWC2 USB OTG cores on it. One core is USB OTG FS and other core is USB OTG HS. The USB FS core only works with its internal phy whilst the USF HS core can work in HS with external ulpi phy or in FS/LS speed with the embedded FS PHY. The goal of this patch series is

[PATCH v3 0/5] usb: dwc3: Interrupt moderation

2016-11-10 Thread John Youn
This patch series implements interrupt moderation and also uses it in implementing a workaround for STAR 9000961433. Felipe, I've implemented it with a full copy of the events as it started to get messy with just one. Let me know if you still want just one. v3: * Cache the events between irq and

[PATCH v3 0/5] usb: musb: da8xx: Fix few issues

2016-11-03 Thread Alexandre Bailon
Currently, the USB OTG of the da8xx doesn't work. This series intend to fix them. Change in v2: * Fix the error path da8xx_musb_init() Changes in v3: * Remove the host workaround that was not working on every platform * Add a property to the devicetree node of phy to force the phy in a specific

Re: [PATCH v3 0/5] net/usb: asix driver improvements

2016-08-31 Thread David Miller
From: robert.f...@collabora.com Date: Mon, 29 Aug 2016 09:32:14 -0400 > This is a resubmission of v3, since the netdev > mailinlist was not sent the previous submission. > > This series improves power management of the asix driver. ... Series applied, thanks. -- To unsubscribe from this list: s

Re: [PATCH v3 0/5] net/usb: asix driver improvements

2016-08-31 Thread Robert Foss
Additional testing has been done the hardware that is available to me. I'm not seeing any dmesg warnings/errors that are new to this series: AX88772A - Pass network_EthernetStressPlug - Pass phy up/down + iperf3 UDP stress - Pass network_EthernetStressPlug + iperf3 UDP stress AX88772B - Pass net

[PATCH v3 0/5] net/usb: asix driver improvements

2016-08-29 Thread robert . foss
From: Robert Foss This is a resubmission of v3, since the netdev mailinlist was not sent the previous submission. This series improves power management of the asix driver. - Suspend/resume support is improved to save needed registers. - Device disconnection is improved. - Fixes AX88772x resu

[PATCH v3 0/5] support rockchip dwc3 driver

2016-05-27 Thread William Wu
This series add support for rockchip dwc3 driver, and add additional optional properties for specific platforms (e.g., rockchip platform). William Wu (5): usb: dwc3: of-simple: add compatible for rockchip usb: dwc3: add dis_u2_freeclk_exists_quirk usb: dwc3: add phyif_utmi_quirk usb: dwc3:

[PATCH v3 0/5] usb: usbtmc: Add support for missing functions in USBTMC-USB488 spec

2015-11-11 Thread Dave Penkler
Implement support for the USB488 defined READ_STATUS_BYTE ioctl (1/5) and SRQ notifications with fasync (2/5) and poll/select (3/5) in order to be able to synchronize with variable duration instrument operations. Add ioctls for other USB488 requests: REN_CONTROL, GOTO_LOCAL and LOCAL_LOCKOUT. (4/5

Re: [PATCH v3 0/5] usb: change clock information for chipidea

2015-09-29 Thread Shawn Guo
On Tue, Sep 22, 2015 at 7:56 AM, Peter Chen wrote: > On Mon, Sep 21, 2015 at 09:49:11PM -0300, Fabio Estevam wrote: >> On Sun, Sep 20, 2015 at 9:43 PM, Peter Chen wrote: >> > This patch set changes usb clock information for legacy i.mx platforms. >> > At these platforms, they needs three clocks t

Re: [PATCH v3 0/5] usb: change clock information for chipidea

2015-09-21 Thread Peter Chen
On Mon, Sep 21, 2015 at 09:49:11PM -0300, Fabio Estevam wrote: > On Sun, Sep 20, 2015 at 9:43 PM, Peter Chen wrote: > > This patch set changes usb clock information for legacy i.mx platforms. > > At these platforms, they needs three clocks to let controller work. > > > > Hi Fabio, > > > > Would yo

Re: [PATCH v3 0/5] usb: change clock information for chipidea

2015-09-21 Thread Fabio Estevam
On Sun, Sep 20, 2015 at 9:43 PM, Peter Chen wrote: > This patch set changes usb clock information for legacy i.mx platforms. > At these platforms, they needs three clocks to let controller work. > > Hi Fabio, > > Would you please have a test at imx27 and imx25 boards, thanks. Works fine on both b

[PATCH v3 0/5] usb: change clock information for chipidea

2015-09-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. Hi Fabio, Would you please have a test at imx27 and imx25 boards, thanks. Changes for v3: - Delete property "needs-three-clocks", and using of_device_id->da

Re: [PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-08-04 Thread Tony Lindgren
* Roger Quadros [150727 02:30]: > Tony, > > On 21/07/15 13:54, Tony Lindgren wrote: > > * Roger Quadros [150708 03:45]: > >> Hi, > >> > >> Enables dual-role feaure on supported boards. > >> > >> Depends on > >> [1] - core USB DRD support - > >> http://thread.gmane.org/gmane.linux.kernel/1991413

Re: [PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-07-27 Thread Roger Quadros
Tony, On 21/07/15 13:54, Tony Lindgren wrote: > * Roger Quadros [150708 03:45]: >> Hi, >> >> Enables dual-role feaure on supported boards. >> >> Depends on >> [1] - core USB DRD support - >> http://thread.gmane.org/gmane.linux.kernel/1991413 >> [2] - dwc3 DRD support - >> http://thread.gmane.or

Re: [PATCH v3 0/5] Mediatek xHCI support

2015-07-22 Thread chunfeng yun
Sorry, add a title On Wed, 2015-07-22 at 22:05 +0800, Chunfeng Yun wrote: > From ac1e8724bfa47494223bad0af450c1a63cd2fe0c Mon Sep 17 00:00:00 2001 > From: Chunfeng Yun > Date: Wed, 22 Jul 2015 21:15:15 +0800 > Subject: [PATCH 0/5] *** SUBJECT HERE *** > > The patch supports MediaTek's xHCI contr

Re: [PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-07-21 Thread Tony Lindgren
* Roger Quadros [150708 03:45]: > Hi, > > Enables dual-role feaure on supported boards. > > Depends on > [1] - core USB DRD support - > http://thread.gmane.org/gmane.linux.kernel/1991413 > [2] - dwc3 DRD support - > http://thread.gmane.org/gmane.linux.usb.general/127890 Is this series safe to

[PATCH v3 0/5] usb: gadget: miscellaneous fixes

2015-07-13 Thread Robert Baldyga
Hello, This patch set contains few small bugfixes found in usb gadget functions and UDC drivers. The most important is the [1] as it fixes bug causing BUG_ON() in f_fs driver. Remaining patches contain minor fixes. [1] usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails Best reg

[PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-07-08 Thread Roger Quadros
Hi, Enables dual-role feaure on supported boards. Depends on [1] - core USB DRD support - http://thread.gmane.org/gmane.linux.kernel/1991413 [2] - dwc3 DRD support - http://thread.gmane.org/gmane.linux.usb.general/127890 Tested on am437x-gp-evm and dra7-evm. cheers, -roger Felipe Balbi (1):

[PATCH v3 0/5] Mass storage fixes and improvements

2015-07-07 Thread Krzysztof Opasiak
Hello, This series fix a few bugs in mass storage function, adds a warning message when binding function with not contiguous LUN ids and replace dynamically allocated luns array with static one what simplifies the code. This series also fix GET_MAX_LUNS request to return max id of valid lun, not

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-02-11 Thread Mathias Nyman
On 10.02.2015 17:43, Sneeker Yeh wrote: > Hi > > 2015-01-31 0:38 GMT+08:00 Felipe Balbi : >> Hi, >> >> On Thu, Jan 29, 2015 at 10:23:12AM -0600, Felipe Balbi wrote: >>> On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: Hi, On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeke

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-02-10 Thread Sneeker Yeh
Hi 2015-01-31 0:38 GMT+08:00 Felipe Balbi : > Hi, > > On Thu, Jan 29, 2015 at 10:23:12AM -0600, Felipe Balbi wrote: >> On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: >> > Hi, >> > >> > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: >> > > These patches add support for

[PATCH v3 0/5] add usb support for hi6220

2015-02-09 Thread Zhangfei Gao
v3: fix typo and add -EPROBE_DEFER of regulator, pointed by Peter v2: address comments from Sergei and Peter add hi6220_phy_setup(false) code v1: hi6220 usb controller is inherited from dwc2 add phy accordingly support otg gadget/host Zhangfei Gao (5): Documentation: dt-bindings: add dt bindi

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-01-30 Thread Felipe Balbi
Hi, On Thu, Jan 29, 2015 at 10:23:12AM -0600, Felipe Balbi wrote: > On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: > > Hi, > > > > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: > > > These patches add support for XHCI compliant Host controller found > > > on Fujitsu

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-01-29 Thread Felipe Balbi
On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: > Hi, > > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: > > These patches add support for XHCI compliant Host controller found > > on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/ > > The first patch is t

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-01-27 Thread Felipe Balbi
Hi, On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: > These patches add support for XHCI compliant Host controller found > on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/ > The first patch is to add Fujitsu glue layer of Synopsis DesignWare USB3 > driver > and last

[PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-01-25 Thread Sneeker Yeh
These patches add support for XHCI compliant Host controller found on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/ The first patch is to add Fujitsu glue layer of Synopsis DesignWare USB3 driver and last four patch is about quirk implementation of errata in Synopsis DesignWare USB

Re: [PATCH v3 0/5] usb: atmel_usba_udc: Rework errata handling

2015-01-12 Thread Bo Shen
Hi Boris, On 01/12/2015 06:57 PM, Boris Brezillon wrote: Hello, Here is a set of patches porting existing at91sam9rl erratum handling to DT and adding new code to handle at91sam9g45/9x5 erratum. It also adds several compatible strings to differentiate those errata. These patches should be back

Re: [PATCH v3 0/5] usb: atmel_usba_udc: Rework errata handling

2015-01-12 Thread Nicolas Ferre
Le 12/01/2015 11:57, Boris Brezillon a écrit : > Hello, > > Here is a set of patches porting existing at91sam9rl erratum handling to > DT and adding new code to handle at91sam9g45/9x5 erratum. > It also adds several compatible strings to differentiate those errata. > > These patches should be bac

[PATCH v3 0/5] usb: atmel_usba_udc: Rework errata handling

2015-01-12 Thread Boris Brezillon
Hello, Here is a set of patches porting existing at91sam9rl erratum handling to DT and adding new code to handle at91sam9g45/9x5 erratum. It also adds several compatible strings to differentiate those errata. These patches should be backported to 3.17 and 3.18 stable releases but they do not appl

[PATCH v3 0/5]

2014-12-08 Thread Yunzhi Li
Patches to add support for Rockchip usb phys.Add a new Rockchip usb phy driver and modify dwc2 controller driver to make dwc2 platform devices support a generic PHY framework driver. This patch set has been tested on my rk3288-evb and power off the usb phys would reduce about 60mW power budget in t

Re: [net-next PATCH v3 0/5] Replace __skb_alloc_pages with simpler function

2014-11-11 Thread David Miller
From: Alexander Duyck Date: Tue, 11 Nov 2014 09:26:26 -0800 > This patch series replaces __skb_alloc_pages with a much simpler function, > __dev_alloc_pages. The main difference between the two is that > __skb_alloc_pages had an sk_buff pointer that was being passed as NULL in > call places wher

[net-next PATCH v3 0/5] Replace __skb_alloc_pages with simpler function

2014-11-11 Thread Alexander Duyck
This patch series replaces __skb_alloc_pages with a much simpler function, __dev_alloc_pages. The main difference between the two is that __skb_alloc_pages had an sk_buff pointer that was being passed as NULL in call places where it was called. In a couple of cases the NULL was passed by variable

[REPOST PATCH v3 0/5] Patches to add support for Rockchip dwc2 controller

2014-07-31 Thread Kever Yang
These patches to add support for dwc2 controller found in Rockchip processors rk3066, rk3188 and rk3288, and enable dts for rk3288 evb. Reposting series with the proper email address. Changes in v3: - Moved out of pin control and sort by base address - EHCI and HSIC move new for version 3. - Reba

[PATCH v3 0/5] Patches to add support for Rockchip dwc2 controller

2014-07-31 Thread Kever Yang
These patches to add support for dwc2 controller found in Rockchip processors rk3066, rk3188 and rk3288, and enable dts for rk3288 evb. Changes in v3: - Moved out of pin control and sort by base address - EHCI and HSIC move new for version 3. - Rebase Changes in v2: - Split out dr_mode and rk3288

Re: [PATCH V3 0/5] Enable U1/U2 initiation from dwc3 xhci host

2014-05-30 Thread Mathias Nyman
On 05/29/2014 09:28 AM, Pratyush Anand wrote: > Hi Mathias, > > On Tue, May 06, 2014 at 11:54:15AM +0800, Pratyush ANAND wrote: >> These patches provide support of LPM capability to the dwc3 xhci hosts. >> Patches have been tested on STih407. >> >> Changes since V2: >> -- checkpatch warning r

Re: [PATCH V3 0/5] Enable U1/U2 initiation from dwc3 xhci host

2014-05-28 Thread Pratyush Anand
Hi Mathias, On Tue, May 06, 2014 at 11:54:15AM +0800, Pratyush ANAND wrote: > These patches provide support of LPM capability to the dwc3 xhci hosts. > Patches have been tested on STih407. > > Changes since V2: > -- checkpatch warning removed. > -- xhci pdata initialized with zero usi

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-19 Thread Bin Liu
Hi George, On Mon, May 19, 2014 at 3:40 AM, George Cherian wrote: > Hi Bin, > > > On 5/15/2014 8:49 PM, Bin Liu wrote: >> >> George, >> >> On Thu, May 15, 2014 at 1:28 AM, George Cherian >> wrote: >>> >>> Hi Bin, >>> >>> >>> On 5/14/2014 10:13 PM, Bin Liu wrote: George, On We

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-19 Thread George Cherian
Hi Bin, On 5/15/2014 8:49 PM, Bin Liu wrote: George, On Thu, May 15, 2014 at 1:28 AM, George Cherian wrote: Hi Bin, On 5/14/2014 10:13 PM, Bin Liu wrote: George, On Wed, May 14, 2014 at 9:34 AM, Bin Liu wrote: George, On Wed, May 14, 2014 at 12:37 AM, George Cherian wrote: On 5/14/20

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-15 Thread Bin Liu
George, On Thu, May 15, 2014 at 1:28 AM, George Cherian wrote: > Hi Bin, > > > On 5/14/2014 10:13 PM, Bin Liu wrote: >> >> George, >> >> On Wed, May 14, 2014 at 9:34 AM, Bin Liu wrote: >>> >>> George, >>> >>> On Wed, May 14, 2014 at 12:37 AM, George Cherian >>> wrote: On 5/14/2014 12:

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-14 Thread George Cherian
Hi Bin, On 5/14/2014 10:13 PM, Bin Liu wrote: George, On Wed, May 14, 2014 at 9:34 AM, Bin Liu wrote: George, On Wed, May 14, 2014 at 12:37 AM, George Cherian wrote: On 5/14/2014 12:07 AM, Bin Liu wrote: Hi, On Tue, May 13, 2014 at 8:24 AM, George Cherian wrote: Hi Daniel, On 5/13/20

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-14 Thread Bin Liu
George, On Wed, May 14, 2014 at 9:34 AM, Bin Liu wrote: > George, > > On Wed, May 14, 2014 at 12:37 AM, George Cherian > wrote: >> On 5/14/2014 12:07 AM, Bin Liu wrote: >>> >>> Hi, >>> >>> On Tue, May 13, 2014 at 8:24 AM, George Cherian >>> wrote: Hi Daniel, On 5/13/20

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-14 Thread Bin Liu
George, On Wed, May 14, 2014 at 12:37 AM, George Cherian wrote: > On 5/14/2014 12:07 AM, Bin Liu wrote: >> >> Hi, >> >> On Tue, May 13, 2014 at 8:24 AM, George Cherian >> wrote: >>> >>> Hi Daniel, >>> >>> >>> On 5/13/2014 6:44 PM, Daniel Mack wrote: Hi George, On 05/13/2014 0

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread George Cherian
On 5/14/2014 12:07 AM, Bin Liu wrote: Hi, On Tue, May 13, 2014 at 8:24 AM, George Cherian wrote: Hi Daniel, On 5/13/2014 6:44 PM, Daniel Mack wrote: Hi George, On 05/13/2014 02:57 PM, George Cherian wrote: I never enabled the MUSB_BABBLE_SW_SESSION_CTRL in the MUSB_BABBLE_CTL reg. can you

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread Bin Liu
Hi, On Tue, May 13, 2014 at 8:24 AM, George Cherian wrote: > Hi Daniel, > > > On 5/13/2014 6:44 PM, Daniel Mack wrote: >> >> Hi George, >> >> On 05/13/2014 02:57 PM, George Cherian wrote: >>> >>> I never enabled the MUSB_BABBLE_SW_SESSION_CTRL in the MUSB_BABBLE_CTL >>> reg. >>> can you try with

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread Daniel Mack
On 05/13/2014 03:24 PM, George Cherian wrote: > Basically, there are 2 types of babble conditions. > 1) Transient babble condition - which could be recovered from without an > IP reset . > 2) Babble condition - which could be recovered from only by doing an IP > reset. Ok, thanks for the explana

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread George Cherian
Hi Daniel, On 5/13/2014 6:44 PM, Daniel Mack wrote: Hi George, On 05/13/2014 02:57 PM, George Cherian wrote: I never enabled the MUSB_BABBLE_SW_SESSION_CTRL in the MUSB_BABBLE_CTL reg. can you try with the following patch. diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread Daniel Mack
Hi George, On 05/13/2014 02:57 PM, George Cherian wrote: > I never enabled the MUSB_BABBLE_SW_SESSION_CTRL in the MUSB_BABBLE_CTL reg. > can you try with the following patch. > > diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c > index 1ae6681..1160cd1 100644 > --- a/drive

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread George Cherian
On 5/13/2014 5:50 PM, Daniel Mack wrote: On 05/13/2014 01:57 PM, George Cherian wrote: On 5/13/2014 3:16 PM, Daniel Mack wrote: On 05/13/2014 10:31 AM, George Cherian wrote: Series add support for SW babble control logic found in new silicon versions of AM335x. Runtime differentiation of silic

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread Daniel Mack
On 05/13/2014 01:57 PM, George Cherian wrote: > On 5/13/2014 3:16 PM, Daniel Mack wrote: >> On 05/13/2014 10:31 AM, George Cherian wrote: >>> Series add support for SW babble control logic found in >>> new silicon versions of AM335x. Runtime differentiation of >>> silicon version is done by checkin

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread George Cherian
On 5/13/2014 3:16 PM, Daniel Mack wrote: Hi George, On 05/13/2014 10:31 AM, George Cherian wrote: Series add support for SW babble control logic found in new silicon versions of AM335x. Runtime differentiation of silicon version is done by checking the BABBLE_CTL register. For newer silicon the

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread Daniel Mack
Hi George, On 05/13/2014 10:31 AM, George Cherian wrote: > Series add support for SW babble control logic found in > new silicon versions of AM335x. Runtime differentiation of > silicon version is done by checking the BABBLE_CTL register. > For newer silicon the register default value read is 0x4

[PATCH v3 0/5] Add support for SW babble Control

2014-05-13 Thread George Cherian
Series add support for SW babble control logic found in new silicon versions of AM335x. Runtime differentiation of silicon version is done by checking the BABBLE_CTL register. For newer silicon the register default value read is 0x4 and for older versions its 0x0. Patch 1 -> Convert recover work

Re: [PATCH V3 0/5] Enable U1/U2 initiation from dwc3 xhci host

2014-05-06 Thread Felipe Balbi
Hi, On Tue, May 06, 2014 at 09:24:15AM +0530, Pratyush Anand wrote: > These patches provide support of LPM capability to the dwc3 xhci hosts. > Patches have been tested on STih407. I also asked for the test-results themselves. Which kernel was this tested against ? v3.15-rc4 ? v3.14 ? Please shar

[PATCH V3 0/5] Enable U1/U2 initiation from dwc3 xhci host

2014-05-05 Thread Pratyush Anand
These patches provide support of LPM capability to the dwc3 xhci hosts. Patches have been tested on STih407. Changes since V2: -- checkpatch warning removed. -- xhci pdata initialized with zero using memset. Changes since V1: -- patches have been rebased on next branch of

[PATCH v3 0/5] qcserial: refactoring support for Sierra Wireless devices

2014-04-27 Thread Bjørn Mork
From: Bjørn Mork I just have to admit that using the per-interface number matching here wasn't such a good idea after all. It just does not scale well when adding new devices, and I think we should break now before we have added even more redundant match entries. This series refactors the device

[PATCH v3 0/5] usb: gadget: f_fs: add asynchronous I/O support

2014-01-22 Thread Robert Baldyga
Hello, This is third version of patches containing improvements for FunctionFS which allows to use it with asynchronous I/O interface. It also adds poll function for ep0, to make it usable without creating additional thread, needed by blocking I/O. >From last version I have fixed few style proble

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-28 Thread Daniel Mack
On 10/18/2013 11:59 AM, Sebastian Andrzej Siewior wrote: > On 10/18/2013 11:39 AM, Daniel Mack wrote: >> v3 of my musb_dsps suspend patches. >> >> With these patches applied, I can successfully bring an AM335x board >> to suspend with a USB media connected, and access it again after >> resume. >> >

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Sebastian Andrzej Siewior
On 10/18/2013 12:02 PM, Daniel Mack wrote: > As mentioned, that doesn't hit me anymore with the current patch stack. > > That doesn't mean we should ignore that issue, of course, we're still > sleeping while atomic. But I removed the patch from the series for now, > so we can address that separate

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Daniel Mack
On 10/18/2013 11:59 AM, Sebastian Andrzej Siewior wrote: > On 10/18/2013 11:39 AM, Daniel Mack wrote: >> v3 of my musb_dsps suspend patches. >> >> With these patches applied, I can successfully bring an AM335x board >> to suspend with a USB media connected, and access it again after >> resume. >> >

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Sebastian Andrzej Siewior
On 10/18/2013 11:39 AM, Daniel Mack wrote: > v3 of my musb_dsps suspend patches. > > With these patches applied, I can successfully bring an AM335x board > to suspend with a USB media connected, and access it again after > resume. > > This works for both PIO mode and CPPI41 enabled configurations

[PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Daniel Mack
v3 of my musb_dsps suspend patches. With these patches applied, I can successfully bring an AM335x board to suspend with a USB media connected, and access it again after resume. This works for both PIO mode and CPPI41 enabled configurations, together with Sebasitian's and my cppi41 patches recent

[PATCH v3 0/5] Equivalent of g_multi.ko with configfs

2013-09-26 Thread Andrzej Pietrasiewicz
Here I present the conversion of everything that is required to provide the equivalent of g_multi.ko with configfs. v1..v2: - removed the cause of Felipe returning -ENOLOG - moved fsg_common_set_sysfs invocation after the lun number is set, so that the latter operation does not try freeing nonexi

[PATCH v3 0/5] dma: cppi41: some trivial fixes and support for suspend/resume

2013-09-22 Thread Daniel Mack
Here are some patches to teach the cppi41 DMA driver support for suspend and resume. Patches 1-3 are simply cosmetic things that emerged during my debugging sessions. Patch #4 is actually a real bugfix which I would like Sebastian Andrzej Siewior to have a look at. Quite frankly, the allocation sc

Re: [PATCH v3 0/5] ARM: OMAP: DTS/HWMOD/defconfig changes for USB3

2013-08-21 Thread Benoit Cousson
Hi Kishon, On 21/08/2013 16:31, Kishon Vijay Abraham I wrote: From: Felipe Balbi With these patches (plus a few others on the driver side which will be going upstream soon) I could get functional USB3 with my omap5-uevm platform. Changes since v2: - added dt properties for enabling vb

[PATCH v3 0/5] ARM: OMAP: DTS/HWMOD/defconfig changes for USB3

2013-08-21 Thread Kishon Vijay Abraham I
From: Felipe Balbi With these patches (plus a few others on the driver side which will be going upstream soon) I could get functional USB3 with my omap5-uevm platform. Changes since v2: - added dt properties for enabling vbus/id interrupts and fixed vbus-supply value after SMPS10 is mode

[PATCH v3 0/5] staging: ozwpan: Replace debug macro

2013-07-23 Thread Rupesh Gujare
This is v3 of this original patch series here:- http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2013-June/039280.html v3 adds commit log for each patch as suggested by Joe here:- http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2013-July/039361.html Joe Perches

[PATCH v3 0/5] Equivalent of g_cdc.ko with configfs

2013-05-23 Thread Andrzej Pietrasiewicz
Here I present the conversion of everthing that is required to provide the equivalent of g_cdc.ko with configfs. A branch will be available here (from 23rd May 2013, afternoon UTC): git://git.infradead.org/users/kmpark/linux-samsung usb-gadget-configfs v2..v3: - don't unregister a network interf

Re: [PATCH v3 0/5] DWC2 DesignWare HS OTG driver

2013-02-11 Thread Felipe Balbi
On Tue, Feb 12, 2013 at 12:01:01AM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Monday, February 11, 2013 3:05 AM > > > > On Sat, Feb 09, 2013 at 07:37:47PM -0800, Paul Zimmerman wrote: > > > - The PCI bus driver has a couple dozen module parameters to contro

RE: [PATCH v3 0/5] DWC2 DesignWare HS OTG driver

2013-02-11 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Monday, February 11, 2013 3:05 AM > > On Sat, Feb 09, 2013 at 07:37:47PM -0800, Paul Zimmerman wrote: > > - The PCI bus driver has a couple dozen module parameters to control > > various optional features of the controller. I realize module para

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-11 Thread Laurent Pinchart
Hi Michael, On Monday 11 February 2013 16:14:00 Michael Grzeschik wrote: > On Mon, Feb 11, 2013 at 04:02:23PM +0100, Laurent Pinchart wrote: > > On Friday 08 February 2013 23:38:59 Bhupesh SHARMA wrote: > > > > [snip] > > > > > > Beside my two comments on patch 3 i have tested it with the contig

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-11 Thread Michael Grzeschik
Hi Laurent, On Mon, Feb 11, 2013 at 04:02:23PM +0100, Laurent Pinchart wrote: > Hi Michael, > > On Friday 08 February 2013 23:38:59 Bhupesh SHARMA wrote: > > [snip] > > > > Beside my two comments on patch 3 i have tested it with the contig > > > allocator instead of vmalloc [¹]. With that chang

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-11 Thread Laurent Pinchart
Hi Bhupesh, On Thursday 17 January 2013 16:23:48 Bhupesh Sharma wrote: > 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 th

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-11 Thread Laurent Pinchart
Hi Michael, On Friday 08 February 2013 23:38:59 Bhupesh SHARMA wrote: [snip] > > Beside my two comments on patch 3 i have tested it with the contig > > allocator instead of vmalloc [¹]. With that changes applied i can give my > > Tested-By if desired. > > @ Michael, sure I can apply your commen

Re: [PATCH v3 0/5] DWC2 DesignWare HS OTG driver

2013-02-11 Thread Felipe Balbi
Hi, On Sat, Feb 09, 2013 at 07:37:47PM -0800, Paul Zimmerman wrote: > - The PCI bus driver has a couple dozen module parameters to control > various optional features of the controller. I realize module parameters optional features ? Are those something you can detect by reading some configurat

[PATCH v3 0/5] DWC2 DesignWare HS OTG driver

2013-02-09 Thread Paul Zimmerman
Hi Felipe, Here is v3 of the DWC2 patch set, since you kind-of promised to review it next week ;) This is a host-mode driver for the Synopsys DesignWare HS OTG controller. This is the same controller whose peripheral mode is implemented by the existing s3c-hsotg driver. This controller is also u

RE: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-08 Thread Bhupesh SHARMA
Hi Michel and Laurent, > Hi Laurent, > > On Fri, Feb 08, 2013 at 12:32:44AM +0100, Laurent Pinchart wrote: > > Hi Bhupesh, > > > > On Thursday 07 February 2013 23:39:07 Laurent Pinchart wrote: > > > On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > > > > On Monday, January 21, 2013 6:

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-08 Thread Michael Grzeschik
Hi Laurent, On Fri, Feb 08, 2013 at 12:32:44AM +0100, Laurent Pinchart wrote: > Hi Bhupesh, > > On Thursday 07 February 2013 23:39:07 Laurent Pinchart wrote: > > On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > > > On Monday, January 21, 2013 6:16 PM Laurent Pinchart wrote: > > > > O

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-07 Thread Laurent Pinchart
Hi Bhupesh, On Thursday 07 February 2013 23:39:07 Laurent Pinchart wrote: > On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > > On Monday, January 21, 2013 6:16 PM Laurent Pinchart wrote: > > > On Friday 18 January 2013 20:46:59 Felipe Balbi wrote: > > > > On Thu, Jan 17, 2013 at 04:23

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-07 Thread Laurent Pinchart
Hi Bhupesh, On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > On Monday, January 21, 2013 6:16 PM Laurent Pinchart wrote: > > On Friday 18 January 2013 20:46:59 Felipe Balbi wrote: > > > On Thu, Jan 17, 2013 at 04:23:48PM +0530, Bhupesh Sharma wrote: > > > > This patchset tries to enha

RE: [PATCH V3 0/5] UVC webcam gadget related changes

2013-01-29 Thread Bhupesh SHARMA
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, January 21, 2013 6:16 PM > To: ba...@ti.com > Cc: Bhupesh SHARMA; linux-usb@vger.kernel.org > Subject: Re: [PATCH V3 0/5] UVC webcam gadget related chan

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-01-21 Thread Laurent Pinchart
Hi Felipe, On Friday 18 January 2013 20:46:59 Felipe Balbi wrote: > On Thu, Jan 17, 2013 at 04:23:48PM +0530, Bhupesh Sharma wrote: > > 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/pinchar

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-01-18 Thread Felipe Balbi
Hi, On Thu, Jan 17, 2013 at 04:23:48PM +0530, Bhupesh Sharma wrote: > 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

[PATCH V3 0/5] UVC webcam gadget related changes

2013-01-17 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 af

[PATCH v3 0/5] usbnet: avoiding access auto-suspended device

2012-11-05 Thread Ming Lei
Hi, This patchset avoids accessing auto-suspended device in ioctl path, which is generally triggered by some network utility(ethtool, ifconfig, ...) Most of network devices have the problem, but as discussed in the thread: http://marc.info/?t=13505486063&r=1&w=2 the problem should b

[PATCH v3 0/5] usb: chipidea: fixes

2012-09-05 Thread Marc Kleine-Budde
Hello, this is a series fixes several problems in the chipidea udc driver. this applies to v3.6-rc4. These patches have been tested on mx28, mx53 and mx6q. Changes since v2: - reboase t v3.6-rc4 Changes since v1: - reworded patch description for "fix setup of endpoint maxpacket size" - added Ac

Re: [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-09 Thread Praveen Paneri
On Fri, Aug 10, 2012 at 11:46 AM, Felipe Balbi wrote: > HI, > > On Fri, Aug 10, 2012 at 11:17:29AM +0530, Praveen Paneri wrote: >> On Fri, Aug 10, 2012 at 7:03 AM, Joonyoung Shim >> wrote: >> > Hi, Praveen. >> > >> > >> > On 08/08/2012 04:40 PM, Praveen Paneri wrote: >> >> >> >> Changes from v2:

Re: [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-09 Thread Felipe Balbi
HI, On Fri, Aug 10, 2012 at 11:17:29AM +0530, Praveen Paneri wrote: > On Fri, Aug 10, 2012 at 7:03 AM, Joonyoung Shim > wrote: > > Hi, Praveen. > > > > > > On 08/08/2012 04:40 PM, Praveen Paneri wrote: > >> > >> Changes from v2: > >> Changed the driver filenames to samsung-usbphy > >> Changed 's

Re: [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-09 Thread Praveen Paneri
On Fri, Aug 10, 2012 at 7:03 AM, Joonyoung Shim wrote: > Hi, Praveen. > > > On 08/08/2012 04:40 PM, Praveen Paneri wrote: >> >> Changes from v2: >> Changed the driver filenames to samsung-usbphy >> Changed 's3c' to 'samsung' for platform device as well as platform data >> Moved platform data struc

Re: [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-09 Thread Joonyoung Shim
Hi, Praveen. On 08/08/2012 04:40 PM, Praveen Paneri wrote: Changes from v2: Changed the driver filenames to samsung-usbphy Changed 's3c' to 'samsung' for platform device as well as platform data Moved platform data structure to a separate file Rectified coding style related errors Changes from

[PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-08 Thread Praveen Paneri
Changes from v2: Changed the driver filenames to samsung-usbphy Changed 's3c' to 'samsung' for platform device as well as platform data Moved platform data structure to a separate file Rectified coding style related errors Changes from v1: Rebased patches to latest usb-next branch Changed the name

  1   2   >