aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware.c
AgeCommit message (Expand)Author
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie
2011-10-29i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie
2011-10-29i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes
2011-10-29i2c-designware: Check component type registerJean-Hugues Deschenes
2011-10-29i2c-designware: Use local version of readl & writelJean-Hugues Deschenes
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita
2009-12-09i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK casesShinya Kuribayashi
2009-12-09i2c-designware: Cosmetic cleanupsShinya Kuribayashi
2009-12-09i2c-designware: Tx abort cleanupsShinya Kuribayashi
2009-12-09i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errorsShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_xfer_msg: Fix error handling proceduresShinya Kuribayashi
2009-12-09i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processedShinya Kuribayashi
2009-12-09i2c-designware: Process all i2c_msg messages in the interrupt handlerShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_read: Remove redundant target address checkerShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bitsShinya Kuribayashi
2009-12-09i2c-designware: Initialize byte count variables just prior to being usedShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointerShinya Kuribayashi
2009-12-09i2c-designware: Divide i2c_dw_xfer_msg into two functionsShinya Kuribayashi
2009-12-09i2c-designware: Enable RX_FULL interruptShinya Kuribayashi
2009-12-09i2c-designware: Set Tx/Rx FIFO threshold levelsShinya Kuribayashi
2009-12-09i2c-designware: Process i2c_msg messages in the interrupt handlerShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bugShinya Kuribayashi
2009-12-09i2c-designware: Improved _HCNT/_LCNT calculationShinya Kuribayashi
2009-12-09i2c-designware: Remove an useless local variable "num"Shinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointerShinya Kuribayashi
2009-12-09i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointerShinya Kuribayashi
2009-12-09i2c-designware: Use platform_get_irq helperShinya Kuribayashi
2009-12-09i2c-designware: Don't use the IC_CLR_INTR register to clear interruptsShinya Kuribayashi
2009-12-09i2c-designware: Consolidate to use 32-bit word accessesShinya Kuribayashi
2009-06-24i2c: driver for the Synopsys DesignWare I2C controllerBaruch Siach