Hello.

2017-07-15 Thread HUAT ONG
Hello Dear, I am in need of your services to assist in transferring funds. ongenghuat...@gmail.com Yours faithfully. Mr. Ong Eng. -- 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.kern

Re: [PATCH 0/3] USB Mux support for Chipidea

2017-07-15 Thread Peter Rosin
On 2017-07-14 23:27, Stephen Boyd wrote: > Quoting Stephen Boyd (2017-07-13 15:35:02) >> Quoting Peter Rosin (2017-07-11 22:04:46) >>> >>> Maybe no need for a compatible update either, if it works to do something >>> like this in the DT? >>> >>> usb_switch: usb-switch { >>>

Re: [RFCv2 usb-next 0/3] initialize (multiple) PHYs in xhci-plat

2017-07-15 Thread Chunfeng Yun
Hi Martin, On Thu, 2017-07-13 at 12:59 +0200, Martin Blumenstingl wrote: > This series is the outcome of a discussion with Felipe Balbi, > see [0] and [1]. > The quick-summary of this is: > - dwc3 already takes one USB2 and one USB3 PHY and initializes these > correct > - some other HCI platform

Re: [RFCv2 usb-next 0/3] initialize (multiple) PHYs in xhci-plat

2017-07-15 Thread Martin Blumenstingl
Hi, On Sat, Jul 15, 2017 at 11:33 AM, Chunfeng Yun wrote: > Hi Martin, > > On Thu, 2017-07-13 at 12:59 +0200, Martin Blumenstingl wrote: >> This series is the outcome of a discussion with Felipe Balbi, >> see [0] and [1]. >> The quick-summary of this is: >> - dwc3 already takes one USB2 and one U

[PATCH] usb: gadget: udc: net2272: constify pci_device_id.

2017-07-15 Thread Arvind Yadav
pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by work with const pci_device_id. So mark the non-const structs as const. File size before: textdata bss dec hex filename 194532260 5 2171854d6 drivers/usb/g