Re: [PATCH 00/20] i2c: Chip away at some old code

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 12:37:52PM -0600, Simon Glass wrote: > -cc most > > Hi, > > On Thu, 18 Jul 2024 at 11:36, Simon Glass wrote: > > > > This series aims to remove some of the older contents of i2c.h so that > > we can move towards having just the dm API. > > > > It removes four boards which

Re: [PATCH 00/20] i2c: Chip away at some old code

2024-08-09 Thread Simon Glass
-cc most Hi, On Thu, 18 Jul 2024 at 11:36, Simon Glass wrote: > > This series aims to remove some of the older contents of i2c.h so that > we can move towards having just the dm API. > > It removes four boards which are getting in the way. > > > Simon Glass (20): > arm: Remove pg_wcom boards >

[PATCH 00/20] i2c: Chip away at some old code

2024-07-18 Thread Simon Glass
This series aims to remove some of the older contents of i2c.h so that we can move towards having just the dm API. It removes four boards which are getting in the way. Simon Glass (20): arm: Remove pg_wcom boards i2c: Remove board_i2c_init() i2c: Remove IC2_xxx enum i2c: Remove CFG_I2C_M