Re: [PATCH v3 0/2] Add OpenCores I2C controller driver

2020-11-28 Thread Heiko Schocher
Hello Pragnesh, Am 14.11.20 um 10:12 schrieb Pragnesh Patel: > This driver has been tested on HiFive Unleashed with a PMOD based > RTCC sensor connected to I2C pins J1 header of the board. > > This series is available here [1] for testing > [1] https://github.com/pragnesh26992/u-boot/tree/i2c >

[PATCH v3 0/2] Add OpenCores I2C controller driver

2020-11-14 Thread Pragnesh Patel
This driver has been tested on HiFive Unleashed with a PMOD based RTCC sensor connected to I2C pins J1 header of the board. This series is available here [1] for testing [1] https://github.com/pragnesh26992/u-boot/tree/i2c Tested-by: Sagar Shrikant Kadam Changes in v3: - Rebase to master and ad