aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-core.c
AgeCommit message (Expand)Author
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad
2013-04-15i2c-designware: switch to use runtime PM autosuspendMika Westerberg
2013-04-15i2c-designware: use usleep_range() in the busy-loopMika Westerberg
2013-04-15i2c-designware: enable/disable the controller properlyMika Westerberg
2013-01-28i2c-designware: always set the STOP bit after last byteMika Westerberg
2013-01-22i2c-designware: add missing MODULE_LICENSEMika Westerberg
2012-10-05i2c-designware: i2c_dw_xfer_msg can be staticJean Delvare
2012-09-10i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin
2012-05-12i2c: designware: Add support for 16bit register accessStefan Roese
2011-10-29i2c-designware: Add runtime power management supportDirk Brandewie
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie
2011-10-29i2c-designware: Support multiple cores using same ISRDirk Brandewie
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie