summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg/Bus/Pci/XhciDxe: Reset port if status change returns an errorSean Rhodes2023-01-041-1/+10
* MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIVSean Rhodes2022-12-211-1/+1
* MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIVMatt DeVillier2022-12-211-19/+25
* MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran2022-12-081-1/+8
* MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities PointerIan Chiu2022-06-271-14/+25
* MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE registerLuo, Heng2022-06-221-2/+8
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-422/+444
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-32/+31
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-071-1/+0
* MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-281-0/+1
* MdeModulePkg XhciDxe: Extract new XhciInsertAsyncIntTransfer functionStar Zeng2018-10-281-17/+1
* MdeModulePkg Xhci: Handle value 5 in Port Speed field of PORTSCStar Zeng2018-10-231-1/+3
* MdeModulePkg XhciDxe: Assign Usb2Hc.XXXRevision based on SBRNStar Zeng2018-10-231-0/+14
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-5/+5
* MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERRORStar Zeng2017-07-261-1/+1
* MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpointRuiyu Ni2017-07-051-15/+21
* MdeModulePkg/XhciDxe: Separate common logic to XhcTransferRuiyu Ni2017-07-051-166/+132
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg/XhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-1/+21
* MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian2016-04-211-2/+2
* MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happensFeng Tian2015-08-261-22/+53
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-061-1/+1
* MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian2015-03-121-5/+1
* 1) Add type cast for better coding style.Feng Tian2014-08-071-1/+1
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng2014-07-041-1/+19
* Fix CRLF formatTian, Hot2014-01-221-2205/+2205
* MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian2013-12-131-1/+1
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-031-13/+12
* MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian2013-11-221-32/+63
* MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2013-10-151-1/+1
* Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li2013-10-091-1/+8
* Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2013-08-211-6/+9
* Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li2013-08-121-2/+16
* MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian2013-05-101-4/+4
* MdeMdeModulePkg/Usb: Fixed two usb issueserictian2013-03-291-2/+2
* MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian2012-12-251-76/+74
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-021-0/+1
* Add missing status code in several modules.li-elvin2012-10-301-43/+70
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-271-2113/+2125
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-071-12/+16
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-251-56/+37
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-5/+5
* 1) remove wrong global variable usage because it will bring data corrupt if t...erictian2011-09-141-117/+140
* Fixed build error reported by ICC and GCCerictian2011-08-251-1/+1
* Enabling usb3.0 XHCI support.erictian2011-08-231-0/+2105