summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-core.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: prevent early stop on TX FIFO emptyAndrew Jackson2014-11-211-1/+1
* i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
* i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai2014-05-141-0/+3
* i2c: designware: make SCL and SDA falling time configurableRomain Baeriswyl2014-03-091-11/+16
* i2c: designware: remove HAVE_CLK build dependecyBaruch Siach2014-01-131-1/+0
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee2013-09-271-6/+20
* i2c: designware: make HCNT/LCNT values configurableMika Westerberg2013-08-281-0/+11
* i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee2013-08-071-0/+14
* i2c-designware: make SDA hold time configurableChristian Ruppert2013-06-261-0/+13
* i2c: designware: fix race between subsequent xfersChristian Ruppert2013-06-151-2/+10
* i2c: designware: prevent signals from aborting I2C transfersMika Westerberg2013-06-121-3/+2
* i2c: designware: always clear interrupts before enabling themMika Westerberg2013-05-171-1/+2
* i2c: designware: fix RX FIFO overrunJosef Ahmad2013-05-171-1/+10
* i2c-designware: switch to use runtime PM autosuspendMika Westerberg2013-04-151-1/+2
* i2c-designware: use usleep_range() in the busy-loopMika Westerberg2013-04-151-1/+1
* i2c-designware: enable/disable the controller properlyMika Westerberg2013-04-151-6/+28
* i2c-designware: always set the STOP bit after last byteMika Westerberg2013-01-281-2/+14
* i2c-designware: add missing MODULE_LICENSEMika Westerberg2013-01-221-0/+4
* i2c-designware: i2c_dw_xfer_msg can be staticJean Delvare2012-10-051-1/+1
* i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin2012-09-101-0/+11
* i2c: designware: Add support for 16bit register accessStefan Roese2012-05-121-10/+21
* i2c-designware: Add runtime power management supportDirk Brandewie2011-10-291-2/+8
* i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie2011-10-291-0/+135
* i2c-designware: Support multiple cores using same ISRDirk Brandewie2011-10-291-2/+8
* i2c-designware: move controller config to bus specific portion of driverDirk Brandewie2011-10-291-4/+2
* i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie2011-10-291-6/+2
* i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie2011-10-291-1/+3
* i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie2011-10-291-0/+562