Re: [PATCH] bsp/beagle: Partial re-write of I2C driver.

2019-06-24 Thread Vijay Kumar Banerjee
On Tue, Jun 25, 2019 at 1:47 AM wrote: > From: Christian Mauderer > > The old driver worked well for EEPROMS with the RTEMS EEPROM driver. But > it had problems with a lot of other situations. Although it's not a > direct port, the new driver is heavily modeled after the FreeBSD ti_i2c > driver.

[PATCH] bsp/beagle: Partial re-write of I2C driver.

2019-06-24 Thread list
From: Christian Mauderer The old driver worked well for EEPROMS with the RTEMS EEPROM driver. But it had problems with a lot of other situations. Although it's not a direct port, the new driver is heavily modeled after the FreeBSD ti_i2c driver. --- bsps/arm/beagle/i2c/bbb-i2c.c | 646 ++