include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / i2c / busses / i2c-designware.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg...
2009-12-09 Shinya Kuribayashii2c-designware: Cosmetic cleanups
2009-12-09 Shinya Kuribayashii2c-designware: Tx abort cleanups
2009-12-09 Shinya Kuribayashii2c-designware: Skip RX_FULL and TX_EMPTY bits on tx...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Fix error handling...
2009-12-09 Shinya Kuribayashii2c-designware: Disable TX_EMPTY when all i2c_msg msgs...
2009-12-09 Shinya Kuribayashii2c-designware: Process all i2c_msg messages in the...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_read: Remove redundant target...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo...
2009-12-09 Shinya Kuribayashii2c-designware: Initialize byte count variables just...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Introduce a local...
2009-12-09 Shinya Kuribayashii2c-designware: Divide i2c_dw_xfer_msg into two functions
2009-12-09 Shinya Kuribayashii2c-designware: Enable RX_FULL interrupt
2009-12-09 Shinya Kuribayashii2c-designware: Set Tx/Rx FIFO threshold levels
2009-12-09 Shinya Kuribayashii2c-designware: Process i2c_msg messages in the interru...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
2009-12-09 Shinya Kuribayashii2c-designware: Improved _HCNT/_LCNT calculation
2009-12-09 Shinya Kuribayashii2c-designware: Remove an useless local variable "num"
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_read: Use "struct dw_i2c_dev...
2009-12-09 Shinya Kuribayashii2c-designware: Use platform_get_irq helper
2009-12-09 Shinya Kuribayashii2c-designware: Don't use the IC_CLR_INTR register...
2009-12-09 Shinya Kuribayashii2c-designware: Consolidate to use 32-bit word accesses
2009-06-23 Baruch Siachi2c: driver for the Synopsys DesignWare I2C controller