[PATCH] i2c: omap: re-factor omap_i2c_init function
Shubhrajyoti
shubhrajyoti at ti.com
Thu Oct 25 01:32:38 EDT 2012
On 10/24/2012 12:41 AM, Felipe Balbi wrote:
>>
>> > return 0;
>> > }
> another thing, the few places in omap_i2c_xfer_msg() which are currently
> calling omap_i2c_init() should also be converted to call the newly added
> __omap_i2c_init(). We don't need to recalculate any of those clock
> dividers and whatnot.
Yes in fact omap_i2c_init() can be reset - calculate - and __omap_i2c_init.
Then in those places the recalculate can be optimised.
More information about the linux-arm-kernel
mailing list