[PATCH v3 1/2] dt-bindings: usb: add bindings doc for HiSilicon STB xHCI host controller

2018-05-13 Thread sunjg79
From: Jianguo Sun This commit adds bindings doc for HiSilicon STB xHCI host controller. Signed-off-by: Jianguo Sun --- .../bindings/usb/hisilicon,histb-xhci.txt | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/his

[PATCH v3 0/2] add support for HiSilicon STB xHCI host controller

2018-05-13 Thread sunjg79
From: Jianguo Sun This patch set adds bindings doc and xhci driver for xHCI host controller on HiSilicon STB SoCs. changes in v3: - fix typo of "pipeE" - remove optional property of "quirk-broken-port-ped" changes in v2: - add optional properties in bindings doc - assign the value of im

[PATCH v3 2/2] xhci: hisilicon: support HiSilicon STB xHCI host controller

2018-05-13 Thread sunjg79
From: Jianguo Sun This commit adds support for HiSilicon STB xHCI host controller. There are two xHCI host controllers on HiSilicon STB SoCs. Each one requires additional configuration before exposing interface compliant with xHCI. Reviewed-by: Chunfeng Yun Signed-off-by: Jianguo Sun --- driv

[PATCH] usbserial: pl2303 tx xon/xoff flow control

2018-05-13 Thread Florian Zumbiehl
Support hardware-level Xon/Xoff flow control in transmit direction with pl2303. Signed-off-by: Florian Zumbiehl --- Note that the patch has only been fully tested with kernel 4.9.28, and test-compiled against 4.16.8. Tested only with the pl2303 adapters I have available (which seem to be type 0 i

RE: [PATCH/RFC v2 1/6] dt-bindings: usb: add Renesas R-Car USB 3.0 role switch

2018-05-13 Thread Yoshihiro Shimoda
Hi Rob, > From: Rob Herring, Sent: Saturday, May 12, 2018 1:07 AM > > On Mon, May 7, 2018 at 9:43 PM, Yoshihiro Shimoda > wrote: > > Hi Rob, > > > > Sorry for the delayed response. I had a vacation in last week. > > > >> From: Rob Herring, Sent: Saturday, April 28, 2018 5:06 AM > >> > >> On Thu,

Re: [PATCH v3 2/2] usb: misc: xapea00x: perform platform initialization of TPM

2018-05-13 Thread Jarkko Sakkinen
On Thu, May 10, 2018 at 09:31:07AM -0500, David R. Bild wrote: > On Wed, May 9, 2018 at 8:59 PM, Jarkko Sakkinen > wrote: > > On Tue, May 08, 2018 at 08:36:25AM -0700, James Bottomley wrote: > >> Early boot means userspace. for a hot pluggable device, this would > >> probably be something in udev

Re: [PATCH v3 2/2] usb: misc: xapea00x: perform platform initialization of TPM

2018-05-13 Thread Jarkko Sakkinen
On Thu, May 10, 2018 at 09:41:53AM -0500, David R. Bild wrote: > 2) Make more of the TPM driver API public (internally public) so that > the driver can reuse that code instead of reimplementing. Not ideal, > as this could require major restructuring of the TPM code. Can you open this up a bit? It