aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21i2c: designware: prevent early stop on TX FIFO emptyAndrew Jackson1-1/+1
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-05-14i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai1-0/+3
2014-03-09i2c: designware: make SCL and SDA falling time configurableRomain Baeriswyl1-11/+16
2014-01-13i2c: designware: remove HAVE_CLK build dependecyBaruch Siach1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is setChew, Chiau Ee1-6/+20
2013-08-28i2c: designware: make HCNT/LCNT values configurableMika Westerberg1-0/+11
2013-08-07i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee1-0/+14
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert1-0/+13
2013-06-15i2c: designware: fix race between subsequent xfersChristian Ruppert1-2/+10
2013-06-12i2c: designware: prevent signals from aborting I2C transfersMika Westerberg1-3/+2
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg1-1/+2
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad1-1/+10
2013-04-15i2c-designware: switch to use runtime PM autosuspendMika Westerberg1-1/+2
2013-04-15i2c-designware: use usleep_range() in the busy-loopMika Westerberg1-1/+1
2013-04-15i2c-designware: enable/disable the controller properlyMika Westerberg1-6/+28
2013-01-28i2c-designware: always set the STOP bit after last byteMika Westerberg1-2/+14
2013-01-22i2c-designware: add missing MODULE_LICENSEMika Westerberg1-0/+4
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