Re: [PATCH usb-next v2 0/3] DWC3 support for Amlogic Meson AXG and GXL SoCs

2018-03-07 Thread Neil Armstrong
er https://lkml.kernel.org/r/20180128202245.25021-1-martin.blumensti...@googlemail.com - initialize (multiple) PHYs for a HCD V11 https://lkml.kernel.org/r/20180303214309.25643-1-martin.blumensti...@googlemail.com - Meson GXL USB3 PHY driver V4 https://lkml.kernel.org/r/20180303184700.21480-1-martin.blumenst

Re: [usb-next PATCH v11 0/8] initialize (multiple) PHYs for a HCD

2018-03-07 Thread Neil Armstrong
ohci-platform.c | 56 +--- > drivers/usb/host/xhci-mtk.c | 98 + > drivers/usb/host/xhci-plat.c | 1 + > include/linux/usb/hcd.h| 8 +- > 20 files changed, 253 insertions(+),

Re: [PATCH usb-next v6 0/3] initialize (multiple) PHYs on the roothub

2017-10-19 Thread Neil Armstrong
e: hcd: integrate the PHY roothub wrapper > > .../devicetree/bindings/usb/usb-roothub.txt| 46 ++ > Documentation/devicetree/bindings/usb/usb-xhci.txt | 7 + > drivers/usb/core/Makefile | 2 +- > drivers/usb/core/hcd.c

Re: [RFC usb-next v5 1/3] dt-bindings: usb: add the documentation for USB root-hub

2017-10-19 Thread Neil Armstrong
On 18/10/2017 11:05, Arnd Bergmann wrote: > On Tue, Oct 17, 2017 at 11:19 PM, Martin Blumenstingl > wrote: >>> Ok, very good! >>> is there anything else you want me to test? >>> >>> What about the same dtb when run on a kernel without your >>> patch

Re: XHCI controller does not detect USB key insertion

2016-12-05 Thread Neil Armstrong
Hi Mason, On 12/02/2016 07:00 PM, Mason wrote: > [ Fix incorrect address for Felipe ] > > On 02/12/2016 14:46, Neil Armstrong wrote: > >> On 12/02/2016 11:24 AM, Mason wrote: >> >>> (Sad face) All the documentation I have is in front of me, and nothing >&

Re: [PATCH 20/21] phy: Add support for Qualcomm's USB HSIC phy

2016-06-29 Thread Neil Armstrong
On 06/28/2016 11:58 PM, Stephen Boyd wrote: > Quoting Neil Armstrong (2016-06-28 01:49:37) >> On 06/26/2016 09:28 AM, Stephen Boyd wrote: >>> + uphy->cal_sleep_clk = clk = devm_clk_get(>dev, "cal_sleep"); >>> + if (IS_ERR(clk)) >>>

Re: [PATCH 20/21] phy: Add support for Qualcomm's USB HSIC phy

2016-06-28 Thread Neil Armstrong
On 06/26/2016 09:28 AM, Stephen Boyd wrote: > The HSIC USB controller on qcom SoCs has an integrated all > digital phy controlled via the ULPI viewport. > > Cc: Kishon Vijay Abraham I > Cc: > Signed-off-by: Stephen Boyd > ---

Re: [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY

2016-06-20 Thread Neil Armstrong
On 06/17/2016 06:39 PM, Stephen Boyd wrote: > On 06/17/2016 03:25 AM, Neil Armstrong wrote: >> In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 >> Modules, add the Qualcomm HSIC USB PHY used inside the MDM9615 SoC. >> >> This patchset is part of a

[PATCH 1/2] usb: phy: Add initial support for Qualcomm HSIC PHY

2016-06-17 Thread Neil Armstrong
Add support for the HSIC PHY present in the Qualcomm MSM9615 SoC. This PHY is also present on other SoCs and would need some changes. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> --- drivers/usb/phy/Kconfig | 13 + drivers/usb/phy/Makefile| 1 + drive

[PATCH 2/2] dt-bindings: phy: Add qcom,usb-hsic-phy bindings

2016-06-17 Thread Neil Armstrong
Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> --- .../devicetree/bindings/phy/qcom,usb-hsic-phy.txt | 95 ++ 1 file changed, 95 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt diff --git a/Documentation/devi

[PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY

2016-06-17 Thread Neil Armstrong
In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 Modules, add the Qualcomm HSIC USB PHY used inside the MDM9615 SoC. This patchset is part of a global SoC + Module + Board support for the Sierra Wireless mangOH Board support with the WP8548 module. Neil Armstrong (2): usb

Re: [RFC PATCH] usb: gadget: Introduce Cadence USB2 UDC Driver

2016-05-24 Thread Neil Armstrong
(or even Evatronix employees who worked on this IP before being in Cadence portfolio) to push this driver upstream by testing it on a real HW or even FPGA. I hope this message in a bottle will get read ! Regards, Neil On 11/16/2015 05:11 PM, Felipe Balbi wrote: > > Hi, > > Ne

[RFC PATCH] usb: gadget: Introduce Cadence USB2 UDC Driver

2015-10-16 Thread Neil Armstrong
. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> --- .../devicetree/bindings/usb/cadence-hsudc.txt | 55 + drivers/usb/gadget/udc/Kconfig | 15 + drivers/usb/gadget/udc/Makefile|1 + drivers/usb/gadget/udc/cadence_hsudc.c

[PATCH RFC] usb: gadget: dwc2: make driver run on a version 3.10a instance of DWC_OTG

2014-08-13 Thread Neil Armstrong
stuck with weird HW beheviours Signed-off-by: Neil Armstrong narmstr...@neotion.com --- drivers/usb/dwc2/core.h | 14 +++ drivers/usb/dwc2/gadget.c | 267 +++-- 2 files changed, 221 insertions(+), 60 deletions(-) This is mainly an RFC in order