Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-15 Thread Ladislav Michl
Hi Michał, On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > board connected to xhci_hcd and does some cleanup. > > Tested with "console

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Ladislav Michl
On Sun, Jul 14, 2019 at 01:37:17PM +0200, Michał Mirosław wrote: > On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > > board connecte

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Michał Mirosław
On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > board connected to xhci_hcd and does some cleanup. > > Tested with "console=ttyS0,11520

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Michał Mirosław
On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > board connected to xhci_hcd and does some cleanup. > Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line > and following inittab: > con

[PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-13 Thread Ladislav Michl
Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 board connected to xhci_hcd and does some cleanup. Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line and following inittab: console::respawn:/sbin/getty -L 115200 ttyS0 vt100 console::respawn:/sbin/get

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

2019-05-20 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. First patch refactors master_xfer() of i2c

Re: [PATCH v2 0/5] USB: dwc2: Allow wakeup from suspend; enable for rk3288-veyron

2019-04-19 Thread Artur Petrosyan
Hi, On 4/18/2019 19:55, Doug Anderson wrote: > Hi, > > On Thu, Apr 18, 2019 at 5:41 AM Minas Harutyunyan > wrote: >> Did you consider/reviewed patch series from Artur Petrosyan "[PATCH >> 00/14] usb: dwc2: Fix and improve power saving modes" (submitted on >> April 12) which fixing partial power

Re: [PATCH v2 0/5] usb: dwc2: Improve gadget phy init

2019-04-10 Thread Minas Harutyunyan
On 4/5/2019 5:36 PM, Jules Maselbas wrote: > Hi, > > Theses patches tries to clean a bit dwc2's phy initialization and > fix an issue in gadget mode where the utmi phy width is set > regardless of utmi being used or not. > > I believe that when using ulpi a phy width of 8 bits must be used, > but

[PATCH v2 0/5] usb: dwc2: Improve gadget phy init

2019-04-05 Thread Jules Maselbas
Hi, Theses patches tries to clean a bit dwc2's phy initialization and fix an issue in gadget mode where the utmi phy width is set regardless of utmi being used or not. I believe that when using ulpi a phy width of 8 bits must be used, but this wasn't the case as the variable phyif was set by defa

[PATCH v2 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_

[PATCH v2 0/5] Introduced new Cadence USBSS DRD Driver.

2018-12-23 Thread Pawel Laszczak
This patch set introduce new Cadence USBSS DRD driver to linux kernel. The Cadence USBSS DRD Driver s a highly configurable IP Core which can be instantiated as Dual-Role Device (DRD), Peripheral Only and Host Only (XHCI) configurations. The current driver has been validated with FPGA burned. We

[PATCH v2 0/5] omap_udc bug fixes

2018-11-24 Thread Aaro Koskinen
Hello, Some fixes for omap_udc making the driver usable again on Palm TE & 770. v2: Patch #2 rewritten, now usb_add_gadget_udc_release() should be properly used. Patch #5 added. v1: https://marc.info/?l=linux-usb&m=154258778216930&w=2 https://m

[PATCH v2 0/5] usb: dwc3: debugfs: Add various updates

2018-11-07 Thread Thinh Nguyen
This patch series add various fixes to the debugfs printouts Thinh Nguyen (5): usb: dwc3: debugfs: Properly name Tx/RxFIFO usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytes usb: dwc3: debugfs: Dump internal LSP and ep registers usb: dwc3: debugfs: Properly print/set link state for HS usb

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

2018-04-03 Thread Hans de Goede
Hi, On 23-03-18 15:58, 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 v2 0/5] usb: typec: remove max_snk_mv/ma/mw

2018-03-23 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

Re: [PATCH v2 0/5] Allow compile-testing NO_DMA (core)

2018-03-16 Thread Christoph Hellwig
Thanks Geert, applied to the dma-mapping tree for 4.17. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 0/5] Allow compile-testing NO_DMA (core)

2018-03-16 Thread Geert Uytterhoeven
Hi all, If NO_DMA=y, get_dma_ops() returns a reference to the non-existing symbol bad_dma_ops, thus causing a link failure if it is ever used. The intention of this is twofold: 1. To catch users of the DMA API on systems that do no support the DMA mapping API, 2. To avoid buildin

[RFC PATCH v2 0/5] dt-bindings: add bindings for USB physical connector

2018-01-31 Thread Andrzej Hajda
Hi, This patchset introduces USB physical connector bindings, together with working example. I have added comments in relevant patches to describe possible issues. In v2 I have addressed comments by Rob and Laurent, thanks Changes are described in patches. Regards Andrzej Andrzej Hajda (4):

Re: [PATCH v2 0/5] usb: core: add support for PTM status

2017-11-07 Thread Greg Kroah-Hartman
On Thu, Nov 02, 2017 at 10:57:37AM +0200, Felipe Balbi wrote: > Hi, > > Here's the new revision of PTM status support patches with the changes > requested by Alan Stern. > > Changes since v1: > - move code around to avoid two changes to all users of > usb_get_status() Now applied,

[PATCH v2 0/5] usb: core: add support for PTM status

2017-11-02 Thread Felipe Balbi
Hi, Here's the new revision of PTM status support patches with the changes requested by Alan Stern. Changes since v1: - move code around to avoid two changes to all users of usb_get_status() Felipe Balbi (5): usb: core: add Status Type definitions usb: core: rename usb_get_

Re: [PATCH v2 0/5] usb: Replace the deprecated extcon API

2017-08-15 Thread Chanwoo Choi
Dear Kishon and Felipe, I applied these patches on extcon-next branch for v4.14-rc1. And I created the immutable branch ('ib-extcon-usb-phy-4.14') and send the pull-request for these patches in order to prevent the merge conflict. Best Regards, Chanwoo Choi The following changes since commit 5

[PATCH v2 0/5] usb: Replace the deprecated extcon API

2017-08-03 Thread Chanwoo Choi
These patches replace the deprecated extcon API and remove them from extcon. Patch4 (drivers/usb/gadget/udc/snps_udc_plat.c) neeeds the review from usb maintainer. After finishing the review of patch4, I'll create the immutable branch and send the pull request to both usb and phy maintainer. Chan

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

2017-07-26 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

Re: [PATCH v2 0/5] USB: serial: ftdi_sio: latency timer and other stuff

2017-03-13 Thread Johan Hovold
On Wed, Mar 08, 2017 at 04:02:56PM +, Ian Abbott wrote: > Some patches to skip accessing the FTDI latency timer on chips that > don't support it, detect "BM" chips with iSerialNumber bug, validate > written device attribute values, and allow hex and octal "event_char" > values. > > This is v2

[PATCH v2 0/5] USB: serial: ftdi_sio: latency timer and other stuff

2017-03-08 Thread Ian Abbott
Some patches to skip accessing the FTDI latency timer on chips that don't support it, detect "BM" chips with iSerialNumber bug, validate written device attribute values, and allow hex and octal "event_char" values. This is v2 of the patch series, incorporating changes suggested by Johan. The orig

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

2016-11-03 Thread John Youn
This patch series implements interrupt moderation and also uses it in implementing a workaround for STAR 9000961433. v2: * Remove the devicetree binding John Youn (5): usb: dwc3: Add a check for the DWC_usb3 core usb: dwc3: Add a function to check properties usb: dwc3: gadget: Write the ev

[PATCH v2 0/5] drivers: usb: chipidea: Add qoriq platform

2016-07-08 Thread Rajesh Bhagat
Adds qoriq platform driver for chipidea controller as well as qoriq usb 2.0 phy driver. Also, enables chipidea driver and QorIQ USB 2.0 PHY driver on LS1021A platform. Rajesh Bhagat (5): drivers: usb: chipidea: Add qoriq platform driver usb: DT binding documentation for qoriq usb 2.0 controlle

Re: [PATCH v2 0/5] support rockchip dwc3 driver

2016-05-13 Thread William Wu
Dear Felipe, On 05/13/2016 05:37 PM, Felipe Balbi wrote: Hi, William Wu writes: 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 us

Re: [PATCH v2 0/5] support rockchip dwc3 driver

2016-05-13 Thread Felipe Balbi
Hi, William Wu writes: > 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

Re: [PATCH v2 0/5] support rockchip dwc3 driver

2016-05-13 Thread Heiko Stuebner
Hi William, Am Freitag, 13. Mai 2016, 17:24:56 schrieb William Wu: > This series add support for rockchip dwc3 driver, > and add additional optional properties for specific > platforms (e.g., rockchip platform). when submitting new versions of patchsets please also start a new thread. It is hard

[PATCH v2 0/5] support rockchip dwc3 driver

2016-05-13 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 v2 0/5] usb: dwc2: gadget: Fix TX FIFO handling

2016-02-03 Thread Robert Baldyga
Hello, This patch series fixes TX FIFO handling in UDC part of DWC2 driver. It gets rid of few bugs, improves compliance with DWC2 documentation and cleanes up driver code. More detailed description is provided in commit messages. Best regards, Robert Baldyga Changelog: v2: - Addressed comments

Re: [PATCH v2 0/5] Improve ASIX RX memory allocation error handling

2015-10-05 Thread David Miller
From: Dean Jenkins Date: Fri, 2 Oct 2015 14:29:03 +0100 > The ASIX RX handler algorithm is weak on error handling. > There is a design flaw in the ASIX RX handler algorithm because the > implementation for handling RX Ethernet frames for the DUB-E100 C1 can > have Ethernet frames spanning multipl

[PATCH v2 0/5] Improve ASIX RX memory allocation error handling

2015-10-02 Thread Dean Jenkins
From: Mark Craske The ASIX RX handler algorithm is weak on error handling. There is a design flaw in the ASIX RX handler algorithm because the implementation for handling RX Ethernet frames for the DUB-E100 C1 can have Ethernet frames spanning multiple URBs. This means that payload data from more

Re: [PATCH v2 0/5] usb: dwc3: throughput improvement

2015-09-15 Thread Felipe Balbi
On Tue, Sep 15, 2015 at 02:16:03PM -0500, Felipe Balbi wrote: > Hi, > > with these patches (and, no, the mass storage patch is not extremely important > although it gives some nice extra improvement - about 1 MiB/sec extra in some > cases - at least not for USB2, I tested without that as well), I

[PATCH v2 0/5] usb: dwc3: throughput improvement

2015-09-15 Thread Felipe Balbi
Hi, with these patches (and, no, the mass storage patch is not extremely important although it gives some nice extra improvement - about 1 MiB/sec extra in some cases - at least not for USB2, I tested without that as well), I increased USB2 on a AM437x board with g_mass_storage using RAM as backin

[PATCH v2 0/5] Mediatek xHCI support

2015-07-08 Thread Chunfeng Yun
The patch supports MediaTek's xHCI controller. There are some differences from xHCI spec: 1. The interval is specified in 250 * 8ns increments for Interrupt Moderation Interval(IMODI) of the Interrupter Moderation(IMOD) register, it is 8 times as much as that defined in xHCI spec. 2. For the valu

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

2015-07-08 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. Best regards, Robert Baldyga Changelog: v2: - Addressed comments from Dan Carpen

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

2015-07-02 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 v2 0/5] usb: Add usb interface authorization

2015-06-18 Thread Stefan Koch
Am Mittwoch, den 17.06.2015, 11:38 -0400 schrieb Alan Stern: > On Wed, 17 Jun 2015, Stefan Koch wrote: > > > You write in another mail: > > "You could probe all the interfaces whenever any interface is > > authorized. Or there could be a separate mechanism to initiate probing." > > > > The first

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-17 Thread Alan Stern
On Wed, 17 Jun 2015, Stefan Koch wrote: > You write in another mail: > "You could probe all the interfaces whenever any interface is > authorized. Or there could be a separate mechanism to initiate probing." > > The first is the actual approach and this works fine. > It is regardless in which ord

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-17 Thread Stefan Koch
Am Mittwoch, den 17.06.2015, 10:43 -0400 schrieb Alan Stern: > On Tue, 16 Jun 2015, Stefan Koch wrote: > > > > If autoprobing is disabled, all the user has to do is avoid writing to > > > /sys/bus/usb/drivers_probe. > > With my test case that works only with bus_probe_device() becaus it > > check

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-17 Thread Alan Stern
On Tue, 16 Jun 2015, Stefan Koch wrote: > > If autoprobing is disabled, all the user has to do is avoid writing to > > /sys/bus/usb/drivers_probe. > With my test case that works only with bus_probe_device() becaus it > checks the autoprobe status and calls then device_attach(). > > I have compil

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-16 Thread Stefan Koch
Am Dienstag, den 16.06.2015, 15:26 -0400 schrieb Alan Stern: > On Tue, 16 Jun 2015, Stefan Koch wrote: > > > > And call the attribute "authorize", not "interface_authorize". It will > > > be obvious that the attribute applies to the interface, because the > > > attribute file will be inside the i

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-16 Thread Alan Stern
On Tue, 16 Jun 2015, Stefan Koch wrote: > > And call the attribute "authorize", not "interface_authorize". It will > > be obvious that the attribute applies to the interface, because the > > attribute file will be inside the interface's sysfs directory. > How do you solve the problem that the dev

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-16 Thread Stefan Koch
Am Samstag, den 13.06.2015, 10:55 -0400 schrieb Alan Stern: > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern: > > > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > > > > > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern: > > > > >

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-13 Thread Alan Stern
On Fri, 12 Jun 2015, Stefan Koch wrote: > Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern: > > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > > > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern: > > > > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > > There is a lot of questio

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-12 Thread Stefan Koch
Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern: > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern: > > > On Fri, 12 Jun 2015, Stefan Koch wrote: > > > There is a lot of questionable material here. > > > > > > First of all, I agr

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-12 Thread Alan Stern
On Fri, 12 Jun 2015, Stefan Koch wrote: > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern: > > On Fri, 12 Jun 2015, Stefan Koch wrote: > > There is a lot of questionable material here. > > > > First of all, I agree with Krzysztof that having an "authorized" > > attribute in each inte

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-12 Thread Stefan Koch
Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern: > On Fri, 12 Jun 2015, Stefan Koch wrote: > There is a lot of questionable material here. > > First of all, I agree with Krzysztof that having an "authorized" > attribute in each interface's sysfs directory would be simpler and > easie

Re: [PATCH v2 0/5] usb: Add usb interface authorization

2015-06-12 Thread Alan Stern
On Fri, 12 Jun 2015, Stefan Koch wrote: > This is a patch that introduces an interface authorization for USB devices. > The kernel supports already a device authorization bacause of wireless USB. > > But the new interface authorization allows to enable or disable individual > interfaces per bitm

[PATCH v2 0/5] usb: Add usb interface authorization

2015-06-12 Thread Stefan Koch
This is a patch that introduces an interface authorization for USB devices. The kernel supports already a device authorization bacause of wireless USB. But the new interface authorization allows to enable or disable individual interfaces per bitmask instead allow or deny a whole device. The patc

Re: [PATCH v2 0/5] usb: gadget: Fix gadget deactivaton feature

2015-05-27 Thread Robert Baldyga
Hi Felipe, On 05/26/2015 07:08 PM, Felipe Balbi wrote: > On Mon, May 04, 2015 at 02:55:10PM +0200, Robert Baldyga wrote: >> Hi, >> >> This patch set introduces two functions usb_gadget_deactivate() and >> usb_gadget_activate(), designed to prevent udc-core from showing binded >> gadget to host unt

Re: [PATCH v2 0/5] usb: gadget: Fix gadget deactivaton feature

2015-05-26 Thread Felipe Balbi
On Mon, May 04, 2015 at 02:55:10PM +0200, Robert Baldyga wrote: > Hi, > > This patch set introduces two functions usb_gadget_deactivate() and > usb_gadget_activate(), designed to prevent udc-core from showing binded > gadget to host until it will be ready to work. It also makes > usb_function_deac

[PATCH v2 0/5] add HNP polling support for usb otg fsm

2015-03-11 Thread Li Jun
HNP polling is a mechanism which allows the OTG device currently acting as host to determine when the other attached OTG device wishes to take the host role. When an OTG host, which supports HNP, is connected to an OTG peripheral which also supports HNP it shall poll the peripheral regularly to det

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

2015-01-19 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 v2 0/5] usb: atmel_usba_udc: Rework errata handling

2015-01-07 Thread Alexandre Belloni
Hi, The whole series looks good to me, you can add my Acked-by: Alexandre Belloni On 06/01/2015 at 14:46:57 +0100, 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 als

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

2015-01-06 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 v2 0/5]

2014-12-05 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

[net-next PATCH v2 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

Re: [PATCH v2 0/5] usb: phy: samsung: remove old USB PHY code

2014-08-27 Thread Felipe Balbi
Hi, On Fri, Aug 22, 2014 at 06:59:00PM +0200, Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series removes the old Samsung USB PHY drivers that > got replaced by the new ones using the generic PHY layer. > > Depends on: > - v3.17-rc1 branch of Linus' kernel > > Changes since v1 (https:/

[PATCH v2 0/5] usb: phy: samsung: remove old USB PHY code

2014-08-22 Thread Bartlomiej Zolnierkiewicz
Hi, This patch series removes the old Samsung USB PHY drivers that got replaced by the new ones using the generic PHY layer. Depends on: - v3.17-rc1 branch of Linus' kernel Changes since v1 (https://lkml.org/lkml/2014/8/14/241): - rebased on v3.17-rc1 kernel - added Acked-by-s from Kishon Vijay

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

2014-05-08 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

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

2014-05-05 Thread Pratyush Anand
These patches provides support of LPM capability to the dwc3 xhci hosts. Patches have been tested on STih407. Changes since V1: -- patches have been rebased on next branch of balbi/usb.git. -- Minor comment of Mathias for V1 have been incorporated. -- New rebased patches h

[PATCH v2 0/5] Small bug fixes and rework of API.

2014-04-02 Thread Krzysztof Opasiak
Dear Matt, In this series of patch I have fixed some bugs introduced some time ago. First of it was a copy-pasta bug in functions which allocates memory and the second one was missing read of bcdDevice gadget attribute. Second part of this series contains small rework of libusbg API. In those pat

Re: [PATCH v2 0/5] Kesytone II USB support

2013-12-06 Thread Santosh Shilimkar
Wingman, On Wednesday 04 December 2013 03:10 PM, WingMan Kwok wrote: > Here is the updated version of the series which addresses comments from > earlier version [1]. The PHY register programming is moved to a separate > PHY driver. > > Series adds USB host support for Keystone SOCs. Keystone SOC

[PATCH v2 0/5] Kesytone II USB support

2013-12-04 Thread WingMan Kwok
Here is the updated version of the series which addresses comments from earlier version [1]. The PHY register programming is moved to a separate PHY driver. Series adds USB host support for Keystone SOCs. Keystone SOCs uses dwc3 hardware IP implementation. On Keystone II platforms, we use no-op

[PATCH v2 0/5] Coding style fixes

2013-10-14 Thread Matthias Beyer
Actually this is the third reroll of this patchseries, but I just figured out how to place this "v2" thing in the patches... sorry for that! As Greg KH requested: I splitted the coding style fixes into several patches. The replacing of spaces by tabs in proc_reapurbnonblock() and proc_control_co

[PATCH V2 0/5] USB: host: Remove non-DT support for Exynos EHCI and OHCI

2013-10-10 Thread Jingoo Han
This patchset removes non-DT support for Exynos EHCI and OHCI from arch and driver directories, because the non-DT for EXYNOS SoCs is not supported from v3.11. Also, missing usb_put_hcd() is added to prevent memory leak. In order to keep the consistency, ehci-s5p.c is changed to ehci-exynos.c. So,

[PATCH v2 0/5] Disable USB 2.0 LPM for buggy devices

2013-10-09 Thread Sarah Sharp
Changes since v1: * Push all manipulation of udev->usb2_hw_lpm_allowed and udev->usb2_hw_lpm_enabled into the USB core: - Move the BESL or internal port check into the USB core. This allows us to avoid exporting the port connection type function. - Move the USB 2.0 Link PM disabl

[PATCH v2 0/5] usb: xhci: change default enumeration scheme and trivial cleanups

2013-10-07 Thread Dan Williams
Changes since v1 [1]: 1/ Patch 4: updated after testing (discussed here [2]) to disable new scheme enumeration for usb3 devices 2/ Patch 4: cleaned up a compile warning 3/ Patch 5: [new] when debugging it is nice to know if the failed command was a context setup "address device BSR=1" or an

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

2013-10-01 Thread Daniel Mack
I've been working on some patches that allow suspending and resuming the musb-dsps platform. This was tested for host mode only. 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 mo

[PATCH v2 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 v2 0/5] make uas fly

2013-09-12 Thread Greg KH
On Tue, Sep 03, 2013 at 03:46:40PM +0200, Gerd Hoffmann wrote: > Hi, > > This patch series enables uas support in the linux kernel. First patch > fixes usb3 streams support in xhci, patches 2-4 improve uas error > handling and patch 5 removes BROKEN from the uas kernel config. As these depend

[PATCH v2 0/5] make uas fly

2013-09-03 Thread Gerd Hoffmann
Hi, This patch series enables uas support in the linux kernel. First patch fixes usb3 streams support in xhci, patches 2-4 improve uas error handling and patch 5 removes BROKEN from the uas kernel config. v2 changes: - use WARN_ON_ONCE() instead of BUG_ON() - make checkpatch happy (codestyle

Re: [PATCH v2 0/5] Chipidea Misc patchset

2013-08-29 Thread Greg KH
On Thu, Aug 29, 2013 at 05:25:55PM +0800, Peter Chen wrote: > On Thu, Aug 29, 2013 at 10:53:50AM +0300, Alexander Shishkin wrote: > > Peter Chen writes: > > > > > Changed for v2: > > > - Fixed the build error for patch 5/5 > > > > > > Below are un-queued chipidea patches, some of them were review

Re: [PATCH v2 0/5] Chipidea Misc patchset

2013-08-29 Thread Peter Chen
On Thu, Aug 29, 2013 at 10:53:50AM +0300, Alexander Shishkin wrote: > Peter Chen writes: > > > Changed for v2: > > - Fixed the build error for patch 5/5 > > > > Below are un-queued chipidea patches, some of them were reviewed. > > I'd like to send 1/5, 3/5 and 4/5 now, have a closer look at 2/5

Re: [PATCH v2 0/5] Chipidea Misc patchset

2013-08-29 Thread Alexander Shishkin
Peter Chen writes: > Changed for v2: > - Fixed the build error for patch 5/5 > > Below are un-queued chipidea patches, some of them were reviewed. I'd like to send 1/5, 3/5 and 4/5 now, have a closer look at 2/5 and queue 5/5 for 3.13 unless you have objections. Regards, -- Alex -- To unsubscri

[PATCH v2 0/5] Chipidea Misc patchset

2013-08-27 Thread Peter Chen
Changed for v2: - Fixed the build error for patch 5/5 Below are un-queued chipidea patches, some of them were reviewed. Peter Chen (5): usb: host: delete chipidea dependency usb: chipidea: udc: Consolidate the calling of ci->driver->disconnect usb: chipidea: udc: fix the oops when plugs in

[PATCH v2 0/5] usb: chipidea: delete usbmisc_imx

2013-08-08 Thread Peter Chen
At former design, both ci13xxx_imx and usbmisc_imx are individual module, ci13xxx_imx is glue layer for imx usb driver. usbmisc_imx handles non-core registers which have different register layout for imx SoC serials, it usually supplies interface for wakeup setting, PHY setting, etc. usbmisc_imx u

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

2013-07-31 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

Re: [PATCH v2 0/5] Replace debug macro

2013-07-04 Thread Joe Perches
On Thu, 2013-07-04 at 13:35 +0100, Rupesh Gujare wrote: > This patch series splits earlier patch from Joe, into smaller patches. Please add commit messages to the patches that are slightly more than trivial. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a

[PATCH v2 0/5] Replace debug macro

2013-07-04 Thread Rupesh Gujare
This patch series splits earlier patch from Joe, into smaller patches. Joe Perches (5): staging: ozwpan: Remove extra debug logs. staging: ozwpan: Replace oz_trace with oz_dbg staging: ozwpan: Remove old debug macro. staging: ozwpan: Convert macro to function. staging: ozwpan: Rename Kbu

[PATCH v2 0/5] USB: OMAP1: Tahvo USB support for 770

2013-06-16 Thread Aaro Koskinen
Hi, These patches add support for Tahvo USB transceiver and allow using both host and peripheral modes on Nokia 770. Tested (peripheral mode, host mode, vbus detection) with 3.10-rc6. History: v2: Use extcon framework to trigger OTG driver mode changes. v1: http://marc.info/?l=li

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

2013-05-15 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 15th May 2013, afternoon UTC): git://git.infradead.org/users/kmpark/linux-samsung usb-gadget-configfs v1..v2: - fixed a bug resulting from the de

[PATCH v2 0/5] musb-ux500 and ab8500-usb updates

2013-03-07 Thread Fabio Baltieri
Hello Felipe, this is the v2 of my initial update series for ux500's musb. Changes from v1: - turn off vbus on USB_EVENT_VBUS event Thanks, Fabio Fabio Baltieri (4): usb: musb: ux500: implement musb_set_vbus usb: musb: ux500: add otg notifier support usb: otg: ab8500-usb: drop support fo

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-23 Thread Rob Landley
On 02/19/2013 09:05:00 AM, Felipe Balbi wrote: Greg, can you pitch your suggestion here ? It would be great to hear your rationale behind dropping class infrastructure, couldn't find anything through Google and since feature-removal-schedule.txt has been removed (without adding it to feature-r

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Felipe Balbi
Hi, On Tue, Feb 19, 2013 at 05:07:09PM +0100, Marc Kleine-Budde wrote: > On 02/19/2013 04:05 PM, Felipe Balbi wrote: > > Hi, > > > > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote: > >> On Tuesday 19 February 2013, Felipe Balbi wrote: > >>> On Tue, Feb 19, 2013 at 12:33:54PM +,

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Marc Kleine-Budde
On 02/19/2013 04:05 PM, Felipe Balbi wrote: > Hi, > > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote: >> On Tuesday 19 February 2013, Felipe Balbi wrote: >>> On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote: > Currently drivers/phy and drivers/net/phy are independen

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Felipe Balbi
On Tue, Feb 19, 2013 at 03:28:17PM +, Arnd Bergmann wrote: > On Tuesday 19 February 2013, Felipe Balbi wrote: > > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote: > > > On Tuesday 19 February 2013, Felipe Balbi wrote: > > > > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Arnd Bergmann
On Tuesday 19 February 2013, Felipe Balbi wrote: > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote: > > On Tuesday 19 February 2013, Felipe Balbi wrote: > > > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote: > > It's a fine line, but I think a phy is something that resem

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Felipe Balbi
Hi, On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote: > On Tuesday 19 February 2013, Felipe Balbi wrote: > > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote: > > > > Currently drivers/phy and drivers/net/phy are independent and are not > > > > related to each other. The

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Arnd Bergmann
On Tuesday 19 February 2013, Felipe Balbi wrote: > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote: > > > Currently drivers/phy and drivers/net/phy are independent and are not > > > related to each other. There are some fundamental differences on how > > > these frameworks work. IIU

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Felipe Balbi
Hi, On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote: > On Tuesday 19 February 2013, kishon wrote: > > On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote: > > > On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote: > > >> Added a generic PHY framework that provides a set o

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Arnd Bergmann
On Tuesday 19 February 2013, kishon wrote: > On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote: > > On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote: > >> Added a generic PHY framework that provides a set of APIs for the PHY > >> drivers > >> to create/destroy a PHY and APIs for t

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread kishon
Hi, On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote: On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote: Added a generic PHY framework that provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or wit

Re: [PATCH v2 0/5] Generic PHY Framework

2013-02-19 Thread Arnd Bergmann
On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote: > Added a generic PHY framework that provides a set of APIs for the PHY drivers > to create/destroy a PHY and APIs for the PHY users to obtain a reference to > the PHY with or without using phandle. To obtain a reference to the PHY > withou

[PATCH v2 0/5] Generic PHY Framework

2013-02-18 Thread Kishon Vijay Abraham I
Added a generic PHY framework that provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. To obtain a reference to the PHY without using phandle, the platform specfic intialization code (say from

Re: [PATCH v2 0/5] usb: dwc3: PM support patchset

2013-02-09 Thread Felipe Balbi
On Sat, Feb 09, 2013 at 08:05:52PM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Friday, February 08, 2013 8:23 AM > > ... > > > Note, also, that this patchset will help us finally > > adding Hibernation support, but let's first make > > sure that non-Hiberna

RE: [PATCH v2 0/5] usb: dwc3: PM support patchset

2013-02-09 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, February 08, 2013 8:23 AM ... > Note, also, that this patchset will help us finally > adding Hibernation support, but let's first make > sure that non-Hibernation PM works as expected, > since that's far more easier to implement and there

  1   2   >