summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/EhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki2020-04-214-22/+12
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0917-120/+17
* Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-074-57/+95
* MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-284-95/+57
* MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng2018-10-283-25/+111
* MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni2018-10-171-3/+6
* MdeModulePkg/EhciDxe: factor out EhcIsDebugPortInUse()Laszlo Ersek2018-09-064-30/+80
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg/EhciDxe: fix host controller reset condition in BindingStartLaszlo Ersek2018-09-051-1/+3
* MdeModulePkg EhciDxe: Remove redundant functionsshenglei2018-08-213-82/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-287-27/+27
* MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni2018-01-161-1/+2
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-4/+4
* MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2016-12-021-1/+9
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-272-5/+5
* MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-063-2/+24
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-061-1/+1
* MdeModulePkg/EhciDxe: Update async polling interval to 1ms.Tian Feng2015-06-091-3/+3
* MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian2015-03-121-5/+1
* MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek2015-02-231-1/+1
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-11/+9
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-031-7/+7
* MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian2013-07-053-78/+78
* MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2013-06-241-3/+3
* MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian2012-12-251-17/+18
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-021-0/+1
* Add missing status code in several modules.li-elvin2012-10-303-5/+36
* MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian2012-05-021-2/+2
* MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian2012-04-284-5/+224
* MdeModulePkg: Enable port power if port power control feature is supported by...erictian2011-11-163-8/+29
* Remove CONST modifier to be spec complianceerictian2011-08-241-6/+6
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-062-4/+4
* when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2011-03-041-5/+16
* EHCI Controllers with a CapLen of 0 are ignored.erictian2010-11-261-0/+8
* Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2010-05-071-4/+2
* Update the copyright notice formathhtian2010-04-2415-30/+30
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-191-1/+6
* Minor comment fix.rsun32010-03-102-2/+2
* Add a blank line in the end of file.lgao42010-03-051-1/+1
* fix build errorerictian2010-03-051-1/+1
* roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian2010-03-051-4/+2
* Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2010-03-042-0/+41
* uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2010-03-042-3/+8
* Minor bug fix and robustness check improvement.rsun32010-03-031-4/+7