PROBLEM: usb2 port does not work on a "ultrabook" laptop.

2014-05-12 Thread Jorge
, patches, fixes, workarounds: Launchpad bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1316897 and a previous one: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1172908 . I found this post claiming a fix (involves editing drivers/usb/host/pci-quirks.c): http://community.sony.com/t5/VAI

Re: PROBLEM: usb2 port does not work on a "ultrabook" laptop.

2014-05-15 Thread Jorge
On 15/05/14 12:16, Mathias Nyman wrote: Thanks, It appears so. Jorge, I don't have access to a Sony VAIO t-series machine, can you try if the following patch fixes the issue? -Mathias Hi Mathias, I've never rebuilt the kernel on my working machine, give me a day or two and I

Re: PROBLEM: usb2 port does not work on a "ultrabook" laptop.

2014-05-15 Thread Jorge
On 15/05/14 22:16, Jorge wrote: On 15/05/14 12:16, Mathias Nyman wrote: Thanks, It appears so. Jorge, I don't have access to a Sony VAIO t-series machine, can you try if the following patch fixes the issue? -Mathias Hi Mathias, I've never rebuilt the kernel on my working mac

Re: PROBLEM: usb2 port does not work on a "ultrabook" laptop.

2014-05-16 Thread Jorge
On 05/16/2014 04:45 AM, Mathias Nyman wrote: Thanks a lot, I'll send the patch upstream. With some luck it can still make 3.15, otherwise 3.16 Great! Would you like me to add Reported-by: Jorge Tested-by: Jorge to the patch? Or maybe with a different address so you can get credit with

Re: [PATCH] usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports

2014-05-29 Thread Jorge
Just in case, here I am and I'm still using this kernel, and it still works :) Jorge On 28/05/14 16:52, Greg KH wrote: On Wed, May 28, 2014 at 03:42:55PM -0400, Alan Stern wrote: On Wed, 28 May 2014, Greg KH wrote: On Thu, May 15, 2014 at 11:51:04AM -0400, Alan Stern wrote: On Thu, 1

[PATCH] usb-serial: translate ezusb_convert

2016-09-22 Thread Jorge Natz
, therefore portability of this script, and therefore a small part of the build, should be increased. Signed-off-by: Jorge Natz --- diff -uprN a/drivers/usb/serial/ezusb_convert.pl b/drivers/usb/serial/ezusb_convert.pl --- a/drivers/usb/serial/ezusb_convert.pl2016-05-15 16:43:13.0 -0600 +++ b

Fwd: [PATCH] usb-serial: translate ezusb_convert

2016-09-25 Thread Jorge Natz
-- Forwarded message -- From: Jorge Natz Date: Sat, Sep 24, 2016 at 10:38 AM Subject: Re: [PATCH] usb-serial: translate ezusb_convert To: Greg KH On 09/23/2016 01:59 AM, Greg KH wrote: > Perl is much more portable than you think, and installed more than you > think :)

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-20 Thread Jorge Ramirez
On 12/20/18 21:25, Stephen Boyd wrote: Quoting Jorge Ramirez-Ortiz (2018-12-07 01:55:57) + +- qcom,vdd-voltage-level: +Value type: +Definition: This is a list of three integer values where +each value corresponding to voltage corner in uV. As far as I'm aware,

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-20 Thread Jorge Ramirez
On 12/20/18 18:37, Jack Pham wrote: Hi Rob, Jorge, On Thu, Dec 20, 2018 at 11:05:31AM -0600, Rob Herring wrote: On Fri, Dec 07, 2018 at 10:55:57AM +0100, Jorge Ramirez-Ortiz wrote: Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Bas

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-20 Thread Jorge Ramirez
On 12/20/18 18:07, Rob Herring wrote: On Thu, Dec 20, 2018 at 10:52:45AM +0100, Jorge Ramirez-Ortiz wrote: On 07/12/18 10:55:57, Jorge Ramirez-Ortiz wrote: Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Based on Sriharsha Allenki's

Re: [PATCH 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2018-12-26 Thread Jorge Ramirez
On 12/20/18 21:29, Stephen Boyd wrote: Quoting Jorge Ramirez-Ortiz (2018-12-07 01:55:58) From: Shawn Guo Driver to control the Synopsys SS PHY 1.0.0 implemeneted in QCS404 Based on Sriharsha Allenki's original code. Signed-off-by: Jorge Ramirez-Ortiz Signed-off-by: Shawn Guo

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-26 Thread Jorge Ramirez
On 12/20/18 21:25, Stephen Boyd wrote: Quoting Jorge Ramirez-Ortiz (2018-12-07 01:55:57) + +- qcom,vdd-voltage-level: +Value type: +Definition: This is a list of three integer values where +each value corresponding to voltage corner in uV. As far as I'm aware,

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-28 Thread Jorge Ramirez
On 12/20/18 18:37, Jack Pham wrote: Hi Rob, Jorge, On Thu, Dec 20, 2018 at 11:05:31AM -0600, Rob Herring wrote: On Fri, Dec 07, 2018 at 10:55:57AM +0100, Jorge Ramirez-Ortiz wrote: Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Bas

Re: [PATCH v2 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2019-01-30 Thread Jorge Ramirez
On 1/29/19 21:27, Bjorn Andersson wrote: > On Tue 29 Jan 03:35 PST 2019, Jorge Ramirez-Ortiz wrote: >> diff --git a/drivers/phy/qualcomm/phy-qcom-usb-ss.c >> b/drivers/phy/qualcomm/phy-qcom-usb-ss.c >> new file mode 100644 >> index 000..e6ae96e >> --- /dev/n

Re: [PATCH v2 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2019-01-30 Thread Jorge Ramirez
On 1/30/19 10:53, Jorge Ramirez wrote: > On 1/29/19 21:27, Bjorn Andersson wrote: >> On Tue 29 Jan 03:35 PST 2019, Jorge Ramirez-Ortiz wrote: >>> diff --git a/drivers/phy/qualcomm/phy-qcom-usb-ss.c >>> b/drivers/phy/qualcomm/phy-qcom-usb-ss.c >>> new file mo

Re: [PATCH v2 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2019-01-30 Thread Jorge Ramirez
On 1/30/19 10:53, Jorge Ramirez wrote: >> +priv->vbus = devm_regulator_get_optional(priv->dev, "vbus"); > get_optional means that if vbus-supply is not found, rather than > returning a dummy regulator object this will fail with -ENODEV. on this sub

Re: [PATCH v2 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2019-02-05 Thread Jorge Ramirez
On 1/30/19 21:02, Rob Herring wrote: > On Tue, Jan 29, 2019 at 12:35:14PM +0100, Jorge Ramirez-Ortiz wrote: >> Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY >> controller embedded in QCS404. >> >> Based on Sriharsha Allenki's original >&

Re: [PATCH v2 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2019-02-06 Thread Jorge Ramirez
On 2/5/19 12:02, Jorge Ramirez wrote: > On 1/30/19 21:02, Rob Herring wrote: >> On Tue, Jan 29, 2019 at 12:35:14PM +0100, Jorge Ramirez-Ortiz wrote: >>> Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY >>> controller embedded in QCS404. >

USB mouse doesn't work after laptop entered in suspending mode

2019-02-20 Thread Jorge Augusto
_2.09) motherboard: EG50-KB MB 12253-3M cpu: AMD E1-2500 APU with Radeon (TM) HD Graphics width: 64 bits memory: 4GiB Best regards, Jorge Augusto

Re: USB mouse doesn't work after laptop entered in suspending mode

2019-02-21 Thread Jorge Augusto
Dear Oliver Neukum, Thank you for your reply I can't tell you if is a regression because is the first time I try to use Linux in this Laptop Yesterday I tried with kernel 4.10.0-38-generic and gave same error dmesg: [0.00] Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc vers

Re: USB mouse doesn't work after laptop entered in suspending mode

2019-02-21 Thread Jorge Augusto
the usb mouse starts work again Do you know if there's any test that I can do to be sure that it's a bug in the hardware? Thank you all for your support Regards, Jorge Augusto On Thu, Feb 21, 2019 at 3:14 PM Alan Stern wrote: > > On Thu, 21 Feb 2019, Oliver Neukum wrote: >

Re: USB mouse doesn't work after laptop entered in suspending mode

2019-02-21 Thread Jorge Augusto
Dear Alan, I've already tried it before and this failure only occurs with mouses and keyboards On Thu, Feb 21, 2019 at 3:59 PM Alan Stern wrote: > > On Thu, 21 Feb 2019, Jorge Augusto wrote: > > > Dear Alan Stern, > > thanks for the reply > > > > Yes, tha

Re: USB mouse doesn't work after laptop entered in suspending mode

2019-02-21 Thread Jorge Augusto
he devices that use ohci-pci work after the laptop enters in suspend mode. I'll accept this as a hardware bug as you said. If further down the road you find any error that may cause this issue, please let me know so that I can update the kernel Thank you all for your time and support Regards, Jorge Augusto

RE: [PATCH 1/2] usb/at91udc: don't overwrite driver data

2012-07-20 Thread Mario Jorge Isidoro
> -Original Message- > From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] > Sent: quinta-feira, 19 de Julho de 2012 18:11 > To: Felipe Balbi > Cc: Greg Kroah-Hartman; linux-usb@vger.kernel.org; Mario Jorge Isidoro; Fabio > Porcedda; sebast...@breakpoint.cc;

RE: [PATCH 2/2] usb/at91udc: Don't check for ep->ep.desc

2012-07-20 Thread Mario Jorge Isidoro
> -Original Message- > From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] > Sent: quinta-feira, 19 de Julho de 2012 18:11 > To: Felipe Balbi > Cc: Greg Kroah-Hartman; linux-usb@vger.kernel.org; Mario Jorge Isidoro; Fabio > Porcedda; sebast...@breakpoint.cc;

Usb 3.0 external dd offlined, not ready after error recovery

2013-10-01 Thread Jorge Muñoz Camadro
When connecting a eternal usb dd Western Digital My Passport usb 3.0 dmesg shows the device is outlined, not ready after error recovery. Linux distro: Arch x64 Kernel: 3.11.2-1 Linux firmware: 20130903-1 Kmod: 15-1 Systemd: 207-5 Udisks2: 2.1.1-3 Udevil: 0.4.1-1 Dmesg: [ 1405.646775] usb 1-2: new

Re: Usb 3.0 external dd offlined, not ready after error recovery

2013-10-02 Thread Jorge Muñoz Camadro
98078770 C Co:3:003:0 0 5 > 880209b433c0 1398079519 C Ii:3:003:1 0:1 6 = 0e04010c 2000 880209b433c0 1398079525 S Ii:3:003:1 -115:1 64 < I never used usbmon before, so i follow the instructions from https://www.kernel.org/doc/Documentation/usb/usbmon.txt Hope this is useful. On 2 Oc

Re: Usb 3.0 external dd offlined, not ready after error recovery

2013-10-03 Thread Jorge Muñoz Camadro
> Although the drive is USB-3 and is capable of communicating at > SuperSpeed (5 Gb/s), it is running at only high speed (480 Mb/s). > This suggests there may be something wrong with the cable. Are you > using a high-quality USB-3 cable? > I'm using the one who comes with the drive, i've never ch

Re: Usb 3.0 external dd offlined, not ready after error recovery

2013-10-04 Thread Jorge Muñoz Camadro
On 4 October 2013 10:53, Alan Stern wrote: > On Thu, 3 Oct 2013, [ISO-8859-1] Jorge Muñoz Camadro wrote: > >> >> I'm using the one who comes with the drive, i've never changed it, and >> doesn't show any sign of been broken or something like that. It seems &

RE: NULL pointer dereference in at91_udc on start of connection

2012-07-06 Thread Mario Jorge Isidoro
-- From: Fabio Porcedda [mailto:fabio.porce...@gmail.com] Sent: sexta-feira, 6 de Julho de 2012 17:10 To: Mario Jorge Isidoro Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-usb@vger.kernel.org; Nicolas Ferre; Ido Shayevitz Subject: Re: NULL pointer dereference in at91_udc on start of connection O

RE: NULL pointer dereference in at91_udc on start of connection

2012-07-10 Thread Mario Jorge Isidoro
da [mailto:fabio.porce...@gmail.com] Sent: terça-feira, 10 de Julho de 2012 10:04 To: Mario Jorge Isidoro; Sebastian Andrzej Siewior Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-usb@vger.kernel.org; Nicolas Ferre; Ido Shayevitz; Jean-Christophe PLAGNIOL-VILLARD Subject: Re: NULL pointer dere

RE: NULL pointer dereference in at91_udc on start of connection

2012-07-10 Thread Mario Jorge Isidoro
i have time i will try to figure out why the above warning happens. Best regards, Mário Isidoro -Original Message- From: Sebastian Andrzej Siewior [mailto:sebast...@breakpoint.cc] Sent: terça-feira, 10 de Julho de 2012 16:37 To: Mario Jorge Isidoro Cc: Fabio Porcedda; Sebastian Andrzej Si

[PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Jorge Ramirez-Ortiz
Hi, This patch adds USB3 support to the legacy gadget printer driver. Applies cleanly on fc14f9c Linux 3.18-rc5. Please could it be considered for inclusion? regards, Jorge >From f46d9b0d2160b30f14dee104657de865e9e2bc38 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Thu, 25

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Jorge Ramirez-Ortiz
On 11/17/2014 07:54 PM, Greg KH wrote: > On Mon, Nov 17, 2014 at 06:30:28PM -0600, Felipe Balbi wrote: >> Hi, >> >> On Mon, Nov 17, 2014 at 06:19:54PM -0500, Jorge Ramirez-Ortiz wrote: >>> Hi, >>> >>> This patch adds USB3 support to the legacy gadge

[PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
performance issue on the net2280 driver: the exact same tests using the usb338x.c driver from PLX allows for transfer speeds of 1Gbps. cheers Jorge File transfer test using g_printer on 10b5:3380 The host will transfer a file to the device using the

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
On 11/18/2014 10:17 AM, Felipe Balbi wrote: > Hi, > > On Tue, Nov 18, 2014 at 09:19:36AM -0500, Jorge Ramirez-Ortiz wrote: >> Hi Felipe/Greg >> >> Thanks for your comments on my previous attempt. >> I think I addressed them here. > no you haven't. Read

[PATCH] usb: gadget: add USB3 support to the printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
This patch adds USB3 support to the printer driver. Tests used two binaries (host/device) to handle the file transfer [gadget] $ dmesg net2280 :02:00.0: usb_reset_338x: Defect 7374 FsmValue 0xf000 net2280 :02:00.0: usb_reinit_338x: Defect 7374 FsmValue f000 net2280 :02:00.0

[PATCH] usb: gadget: add USB3 support to the printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
Add SS descriptors to support the capabilities provided by USB3 controller drivers; unit tests run using a PLX 3380 [max transfer speed measured of 1Gbps] This driver shall fallback to lower operating modes when the higher ones are not available. Signed-off-by: Jorge Ramirez-Ortiz --- drivers

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
On 11/18/2014 01:00 PM, Felipe Balbi wrote: > Hi, > > (fix your mailer, lines should be broken at 80-characters. > Documentation/email-clients.txt has tips) > > On Tue, Nov 18, 2014 at 12:52:11PM -0500, Jorge Ramirez-Ortiz wrote: >> On 11/18/2014 10:17 AM, Felipe Balbi w

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
On 11/18/2014 03:47 PM, Felipe Balbi wrote: > Hi, > > On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrote: >>>>> you have no clue what these mean, do you ? How about reading the USB >>>>> specification of even http://www.beyondlogic.org/usbn

net2280: tracing

2014-12-27 Thread Jorge Ramirez-Ortiz
anything but could this be an issue in the host controller code? thanks Jorge -- 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

Re: net2280: tracing

2014-12-27 Thread Jorge Ramirez-Ortiz
On 12/27/2014 05:33 PM, Jorge Ramirez-Ortiz wrote: > Hi Ricardo/all > > I finally got around to capture a trace of a SS bulk transfer using the > net2280. > The trace is available to anyone interested (70 MB file for the Beaglebone > 5000). > > We dont seem to be able to

Re: net2280: tracing

2014-12-28 Thread Jorge Ramirez-Ortiz
On 12/28/2014 11:39 AM, Felipe Balbi wrote: > On Sat, Dec 27, 2014 at 05:33:36PM -0500, Jorge Ramirez-Ortiz wrote: >> Hi Ricardo/all >> >> I finally got around to capture a trace of a SS bulk transfer using the >> net2280. >> The trace is available to anyo

Re: net2280: tracing

2014-12-29 Thread Jorge Ramirez-Ortiz
On 12/29/2014 11:37 AM, Felipe Balbi wrote: > Hi, > > On Sun, Dec 28, 2014 at 07:28:33PM -0500, Jorge Ramirez-Ortiz wrote: >> On 12/28/2014 11:39 AM, Felipe Balbi wrote: >>> On Sat, Dec 27, 2014 at 05:33:36PM -0500, Jorge Ramirez-Ortiz wrote: >>>> Hi Ricardo/a

Re: net2280: tracing

2014-12-29 Thread Jorge Ramirez-Ortiz
On 12/29/2014 02:58 PM, Felipe Balbi wrote: > Hi, > > On Mon, Dec 29, 2014 at 02:56:25PM -0500, Jorge Ramirez-Ortiz wrote: >> On 12/29/2014 11:37 AM, Felipe Balbi wrote: >>> Hi, >>> >>> On Sun, Dec 28, 2014 at 07:28:33PM -0500, Jorge Ramirez-Ortiz wrote:

Re: net2280: tracing

2014-12-30 Thread Jorge Ramirez-Ortiz
On 12/29/2014 02:58 PM, Felipe Balbi wrote: > Hi, > > On Mon, Dec 29, 2014 at 02:56:25PM -0500, Jorge Ramirez-Ortiz wrote: >> On 12/29/2014 11:37 AM, Felipe Balbi wrote: >>> Hi, >>> >>> On Sun, Dec 28, 2014 at 07:28:33PM -0500, Jorge Ramirez-Ortiz wrote:

[PATCH 0/2] USB SS PHY for Qualcomm's QCS404

2018-12-07 Thread Jorge Ramirez-Ortiz
This set adds USB SS PHY support to Qualcomm's QCS404 SoC The PHY is implemented using Synopsys SS PHY 1.0.0 IP The code is based on Sriharsha Allenki's original implementation. Jorge Ramirez-Ortiz (1): dt-bindings: Add Qualcomm USB Super-Speed PHY bindings Shawn Guo (1): phy

[PATCH 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2018-12-07 Thread Jorge Ramirez-Ortiz
From: Shawn Guo Driver to control the Synopsys SS PHY 1.0.0 implemeneted in QCS404 Based on Sriharsha Allenki's original code. Signed-off-by: Jorge Ramirez-Ortiz Signed-off-by: Shawn Guo Reviewed-by: Vinod Koul --- drivers/phy/qualcomm/Kconfig | 11 ++ drivers/phy/qua

[PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-07 Thread Jorge Ramirez-Ortiz
Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Based on Sriharsha Allenki's original definitions. Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Vinod Koul --- .../devicetree/bindings/usb/qcom,usb-ssphy.txt | 78 +++

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-20 Thread Jorge Ramirez-Ortiz
On 07/12/18 10:55:57, Jorge Ramirez-Ortiz wrote: > Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY > controller embedded in QCS404. > > Based on Sriharsha Allenki's original > definitions. > > Signed-off-by: Jorge Ramirez-Ortiz > Reviewed

[PATCH v2 0/2] USB SS PHY for Qualcomm's QCS404

2019-01-29 Thread Jorge Ramirez-Ortiz
gation in progress- in the future it might be possible to have again a common phy driver for which these old bindings would be the binding agreement. Jorge Ramirez-Ortiz (2): dt-bindings: Add Qualcomm USB Super-Speed PHY bindings phy: qualcomm: usb: Add Super-Speed

[PATCH v2 2/2] phy: qualcomm: usb: Add Super-Speed PHY driver

2019-01-29 Thread Jorge Ramirez-Ortiz
Driver to control the Synopsys SS PHY 1.0.0 implemeneted in QCS404 Based on Sriharsha Allenki's original code. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/phy/qualcomm/Kconfig | 11 ++ drivers/phy/qualcomm/Makefile | 1 + drivers/phy/qualcomm/phy-qcom-usb-ss.c

[PATCH v2 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2019-01-29 Thread Jorge Ramirez-Ortiz
Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Based on Sriharsha Allenki's original definitions. Signed-off-by: Jorge Ramirez-Ortiz --- .../devicetree/bindings/usb/qcom,usb-ssphy.txt | 73 ++ 1 file c

[PATCH v3 2/2] phy: qualcomm: usb: Add SuperSpeed PHY driver

2019-01-30 Thread Jorge Ramirez-Ortiz
Controls Qualcomm's SS phy 1.0.0 implemented in the QCS404 and some other Qualcomm platforms. Based on Sriharsha Allenki's original code. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/phy/qualcomm/Kconfig | 11 + drivers/phy/qualcomm/Makefile | 1 + drivers/ph

[PATCH v3 1/2] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings

2019-01-30 Thread Jorge Ramirez-Ortiz
Binding description for Qualcomm's 1.0.0 SuperSpeed phy controller embedded in QCS404. Based on Sriharsha Allenki's original definitions. Signed-off-by: Jorge Ramirez-Ortiz --- .../bindings/usb/qcom,usb-ssphy.txt | 74 +++ 1 file changed, 74 insertions(

[PATCH v3 0/2] USB SS PHY for Qualcomm's QCS404

2019-01-30 Thread Jorge Ramirez-Ortiz
be the binding agreement. Jorge Ramirez-Ortiz (2): dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings phy: qualcomm: usb: Add SuperSpeed PHY driver .../bindings/usb/qcom,usb-ssphy.txt | 74 drivers/phy/qualcomm/Kconfig | 11 + drivers/phy/qu

[PATCH v4 0/4] USB SS PHY for Qualcomm's QCS404

2019-02-07 Thread Jorge Ramirez-Ortiz
that was never merged. Rather than trying to re-use these bindings I chose to delete them for simplicity Jorge Ramirez-Ortiz (4): dt-bindings: phy: remove qcom-dwc3-usb-phy dt-bindings: connector: Add vbus-supply property dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings phy: qua

[PATCH v4 1/4] dt-bindings: phy: remove qcom-dwc3-usb-phy

2019-02-07 Thread Jorge Ramirez-Ortiz
This binding is not used by any driver. Signed-off-by: Jorge Ramirez-Ortiz --- .../bindings/phy/qcom-dwc3-usb-phy.txt| 37 --- 1 file changed, 37 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/qcom-dwc3-usb-phy.txt diff --git a/Documentation

[PATCH v4 2/4] dt-bindings: connector: Add vbus-supply property

2019-02-07 Thread Jorge Ramirez-Ortiz
Some phys might need to control their VBUS regulators while not being supplied by them. If such support is required, use the vbus-supply property in the connector to retrieve the regulator. Signed-off-by: Jorge Ramirez-Ortiz --- Documentation/devicetree/bindings/connector/usb-connector.txt | 4

[PATCH v4 3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings

2019-02-07 Thread Jorge Ramirez-Ortiz
Binding description for Qualcomm's Synopsys 1.0.0 SuperSpeed phy controller embedded in QCS404. Based on Sriharsha Allenki's original definitions. Signed-off-by: Jorge Ramirez-Ortiz --- .../bindings/phy/qcom,snps-usb-ssphy.txt | 79 +++ 1 file changed, 79

[PATCH v4 4/4] phy: qualcomm: usb: Add SuperSpeed PHY driver

2019-02-07 Thread Jorge Ramirez-Ortiz
Controls Qualcomm's SS phy 1.0.0 implemented in the QCS404 and some other Qualcomm platforms. Based on Sriharsha Allenki's original code. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/phy/qualcomm/Kconfig | 11 + drivers/phy/qualcomm/Makefile | 1 + drivers/ph