Message ID | 20210813233353.2099459-1-wuhaotsh@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Misc NPCM7XX patches | expand |
On Sat, 14 Aug 2021 at 00:34, Hao Wu <wuhaotsh@google.com> wrote: > > This patch set contains a few bug fixes and I2C devices for some > NPCM7XX boards. > > Patch 1~2 fix a problem that causes the SMBus module to behave > incorrectly when it's in FIFO mode and trying to receive more than > 16 bytes at a time. > > Patch 3 fixes a error in a register for ADC module. > > Patch 4 makes the ADC input to be R/W instead of write only. It allows > a test system to read these via QMP and has no negative effect. > > Patch 5 adds a new aux function for at24c EEPROM. It allows us to attach > a drive to an at24c EEPROM device that is used as the initialized content > of that device. > > Patch 6 uses the function defined in patch 5 to add the EEPROM and other > I2C devices for Quanta GBS board. > > Patch 7 modifies the Quanta GSJ board to use the new function defined in > patch 5. I've left review comments on a few of the patches. The first 4 look fine; I just haven't left r-by tags because I didn't go and look up the specs for the hardware. thanks -- PMM