Re: [PATCH v2 4/4] i2c: mpc: always determine I2C clock prescaler at runtime

2018-01-15 Thread Wolfram Sang
On Wed, Jan 10, 2018 at 06:36:07PM +0700, Arseny Solokha wrote: > Remove the facility for setting the prescaler value at compile time > entirely. It was only used for two SoCs, duplicating the actual value > for one of them and setting sometimes bogus value for another. Make all > MPC8xxx SoCs obta

[PATCH v2 4/4] i2c: mpc: always determine I2C clock prescaler at runtime

2018-01-10 Thread Arseny Solokha
Remove the facility for setting the prescaler value at compile time entirely. It was only used for two SoCs, duplicating the actual value for one of them and setting sometimes bogus value for another. Make all MPC8xxx SoCs obtain their actual I2C clock prescaler from a single place in the code. Ch