Re: [PATCH] [RFC] i2c: stm32f2: FIXME: Disable I2C timing calculation

2020-03-24 Thread Marek Vasut
On 3/24/20 11:46 PM, Marek Vasut wrote: > WARNING: This is NOT a fix, but rather a bug report / notice of a problem. > Disable the I2C timing calculation. The calculation is adding 1 second (!) > to the SPL boot time only to calculate I2C timing parameters, that is not > acceptable. Moreover, it

[PATCH] [RFC] i2c: stm32f2: FIXME: Disable I2C timing calculation

2020-03-24 Thread Marek Vasut
WARNING: This is NOT a fix, but rather a bug report / notice of a problem. Disable the I2C timing calculation. The calculation is adding 1 second (!) to the SPL boot time only to calculate I2C timing parameters, that is not acceptable. Moreover, it is exercising the memory allocator massively. Is