summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/I2c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-418/+435
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-19/+19
2020-02-10MdeModulePkg/Bus/I2c: Fix few typosAntoine Coeur3-5/+5
2019-10-09MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-82/+13
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen3-6/+6
2018-08-20MdeModulePkg: Remove redundant library classes and GUIDsshenglei1-1/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao6-73/+73
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen6-0/+0
2015-05-08MdePkg, MdeModulePkg: Remove EFI_ABORTED from I2C protocols per PI spec 1.4.Ruiyu Ni2-6/+2
2015-05-08MdePkg, MdeModulePkg: Remove EFI_NOT_FOUND from I2C IO protocolRuiyu Ni1-1/+0
2014-11-27MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud1-0/+5
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming3-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star6-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star3-13/+30
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 Li2-32/+28
2014-01-08Check if component name protocol exist, uninstall it when it really exists.Elvin Li2-10/+80
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 Li7-0/+3972