Re: [edk2-devel] [PATCH 02/19] Silicon/NXP: changes to use I2clib in i2cdxe

2020-02-08 Thread Leif Lindholm
On Fri, Feb 07, 2020 at 18:13:11 +0530, Pankaj Bansal wrote: > I2c lib contains the i2c controller functionality. this can be used > in I2c DXE driver to communicate with i2c devices. This is one patch. > There was a bug in I2C DXE implementation, which caused the Ds1307 RTC > device to issue

[edk2-devel] [PATCH 02/19] Silicon/NXP: changes to use I2clib in i2cdxe

2020-02-06 Thread Pankaj Bansal
I2c lib contains the i2c controller functionality. this can be used in I2c DXE driver to communicate with i2c devices. There was a bug in I2C DXE implementation, which caused the Ds1307 RTC device to issue two operation for register write, while this is a single operation task. refer page 12