summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-107/+108
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-10/+10
2020-02-10MdeModulePkg/Bus/I2c: Fix few typosAntoine Coeur1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-22/+22
2015-05-08MdePkg, MdeModulePkg: Remove EFI_ABORTED from I2C protocols per PI spec 1.4.Ruiyu Ni1-3/+1
2014-11-27MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud1-0/+5
2014-03-28Add NULL pointer check in I2chost.Elvin Li1-0/+1
2014-01-09If the driver does not start before, we do not disconnect driver and we must ...Elvin Li1-16/+14
2014-01-08Check if component name protocol exist, uninstall it when it really exists.Elvin Li1-5/+40
2013-12-10Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT...Elvin Li1-0/+22
2013-08-14Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.Elvin Li1-0/+1169