aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-05i2c-designware: i2c_dw_xfer_msg can be staticJean Delvare1-1/+1
2012-09-10i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=yAxel Lin1-0/+11
2012-05-12i2c: designware: Add support for 16bit register accessStefan Roese1-10/+21
2011-10-29i2c-designware: Add runtime power management supportDirk Brandewie1-2/+8
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie1-0/+135
2011-10-29i2c-designware: Support multiple cores using same ISRDirk Brandewie1-2/+8
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie1-4/+2
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie1-6/+2
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie1-1/+3
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie1-0/+562