Searched hist:d5243359e1afc957acd373dbbde1cf6c70ee5485 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | diff d5243359e1afc957acd373dbbde1cf6c70ee5485 Mon Feb 03 14:22:18 CST 2014 Hannes Petermaier <oe5hpm@oevsv.at> OMAP24xx I2C: Add support for set-speed
Adds support for set-speed on the OMAP24xx I2C Adapter.
Changes to omap24_i2c_write(...) for polling ARDY Bit from IRQ-Status. Otherwise on a subsequent call the transfer of last byte from the predecessor is aborted and therefore lost. For exmaple when i2c_write(...) is followed by a i2c_setspeed(...) (which has to deactivate and activate master for changing psc,...).
Minor cosmetical changes.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at> Cc: Heiko Schocher <hs@denx.de>
|
/openbmc/u-boot/include/ |
H A D | i2c.h | diff d5243359e1afc957acd373dbbde1cf6c70ee5485 Mon Feb 03 14:22:18 CST 2014 Hannes Petermaier <oe5hpm@oevsv.at> OMAP24xx I2C: Add support for set-speed
Adds support for set-speed on the OMAP24xx I2C Adapter.
Changes to omap24_i2c_write(...) for polling ARDY Bit from IRQ-Status. Otherwise on a subsequent call the transfer of last byte from the predecessor is aborted and therefore lost. For exmaple when i2c_write(...) is followed by a i2c_setspeed(...) (which has to deactivate and activate master for changing psc,...).
Minor cosmetical changes.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at> Cc: Heiko Schocher <hs@denx.de>
|