This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 4b86c1dd230 docs: document chroot jail root
     new 648aa30e37b drivers/usbhost: Attach the xHCI interrupt after the 
controller starts.
     new e03c23c4aeb drivers/usbhost: Do not disable an xHCI port while probing 
it.
     new f78decb3907 drivers/usbhost: Acknowledge xHCI events before walking 
the ring.
     new de440f910a2 drivers/usbhost: Silence the xHCI interrupter until its 
worker has run.
     new 8f88d732759 drivers/usbhost: Set the xHCI interrupter moderation 
interval.
     new cd30b682a4f drivers/usbhost: Flush the xHCI rings and structures by 
address.
     new 9e1e3a272a0 drivers/usbhost: Chain xHCI TRBs across a 64K boundary.
     new 0ed5e61bcf8 drivers/usbhost: Maintain the cache over xHCI data buffers.
     new cf93053f74a drivers/usbhost: Read xHCI HCIVERSION with an aligned 
access.
     new ecbd1870d34 drivers/usbhost: Report which xHCI command was rejected.
     new c288d9f9e47 drivers/usbhost: Compute the event ring segment count at 
full width.
     new 432ef71ed79 drivers/usbhost: Describe devices to an xHCI controller 
correctly.
     new 6b24a0cac52 drivers/usbhost: Carry the xHCI transfer chain across the 
ring join.
     new a4475ca2844 drivers/usbhost: Announce what an xHCI port has attached.
     new f8ea0f3d029 drivers/usbhost: Copy an xHCI stand-in buffer in the 
caller's context.
     new a11cecd100b drivers/usbhost: Convert the xHCI endpoint interval from 
the descriptor.
     new 62a7507427a drivers/usbhost: Check for the device before allocating an 
endpoint.
     new a5431319bb1 drivers/usbhost: Make xHCI asynchronous transfers deliver 
their data.
     new fc582278029 drivers/usbhost: Serialise xHCI transfers per endpoint.
     new 18c834b7d3d drivers/usbhost: Release the xHCI slot when enumeration 
fails.
     new c7d6f51b9ca drivers/usbhost: Stop retrying an xHCI port that will not 
enumerate.

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 drivers/usbhost/Kconfig        |   16 +
 drivers/usbhost/usbhost_xhci.c | 1024 ++++++++++++++++++++++++++++++++++++----
 drivers/usbhost/usbhost_xhci.h |   27 ++
 include/nuttx/usb/xhci.h       |    7 +
 4 files changed, 981 insertions(+), 93 deletions(-)

Reply via email to