summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki14-1445/+1329
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney5-104/+101
2020-04-21MdeModulePkg/EhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki4-22/+12
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney17-120/+17
2018-11-07Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng4-57/+95
2018-10-28MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng4-95/+57
2018-10-28MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng3-25/+111
2018-10-17MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni1-3/+6
2018-09-06MdeModulePkg/EhciDxe: factor out EhcIsDebugPortInUse()Laszlo Ersek4-30/+80
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-09-05MdeModulePkg/EhciDxe: fix host controller reset condition in BindingStartLaszlo Ersek1-1/+3
2018-08-21MdeModulePkg EhciDxe: Remove redundant functionsshenglei3-82/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao7-27/+27
2018-01-16MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni1-1/+2
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-4/+4
2016-12-02MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian1-1/+9
2016-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin2-5/+5
2016-09-06MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel3-2/+24
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-2/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-08-06MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian1-1/+1
2015-06-09MdeModulePkg/EhciDxe: Update async polling interval to 1ms.Tian Feng1-3/+3
2015-03-12MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian1-5/+1
2015-02-23MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek1-1/+1
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-11/+9
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2013-12-03MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian1-7/+7
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian3-78/+78
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian1-3/+3
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian1-17/+18
2012-11-02Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin1-0/+1
2012-10-30Add missing status code in several modules.li-elvin3-5/+36
2012-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian1-2/+2
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian4-5/+224
2011-11-16MdeModulePkg: Enable port power if port power control feature is supported by...erictian3-8/+29
2011-08-24Remove CONST modifier to be spec complianceerictian1-6/+6
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian1-5/+16
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian1-0/+8
2010-05-07Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney1-4/+2
2010-04-24Update the copyright notice formathhtian15-30/+30
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian1-1/+6
2010-03-10Minor comment fix.rsun32-2/+2
2010-03-05Add a blank line in the end of file.lgao41-1/+1
2010-03-05fix build errorerictian1-1/+1
2010-03-05roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian1-4/+2
2010-03-04Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2-0/+41