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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
* 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
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
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
* 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
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
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):
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>>
>
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
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.
>>
>
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
100 matches
Mail list logo