summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds
2009-12-09i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells
2009-12-09i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeRajendra Nayak
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-12-06i2c-stub: Allow user to disable some commandsJean Delvare
2009-12-06i2c-stub: Implement I2C block supportJean Delvare
2009-12-06i2c: Refactor for_each callbacksJean Delvare
2009-12-06i2c-i801: Retry on lost arbitrationJean Delvare
2009-12-06i2c: Remove big kernel lock from i2cdev_openVincent Sanders
2009-12-06i2c: Simplify i2c_detect_addressJean Delvare
2009-12-06i2c: Drop probe, ignore and force module parametersJean Delvare
2009-12-06i2c: Add missing __devinit markers to old i2c adapter driversJean Delvare
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare
2009-12-06i2c: Prevent priority inversion on top of bus lockMika Kuoppala
2009-12-06i2c-voodoo3: DeleteJean Delvare
2009-12-06i2c-powermac: Drop temporary name bufferJean Delvare
2009-12-06i2c-powermac: Include the i2c_adapter in struct pmac_i2c_busJean Delvare
2009-12-06i2c-powermac: Log errorsJean Delvare
2009-12-06i2c-powermac: Refactor i2c_powermac_smbus_xferJean Delvare
2009-12-06i2c-powermac: Reject unsupported I2C transactionsJean Delvare
2009-12-06i2c/chips: Move ds1682 to drivers/miscWolfram Sang
2009-11-30Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-11-26i2c: Fix userspace_device list corruptionJean Delvare
2009-11-26i2c/tsl2550: Fix lux value in extended modeMichele Jr De Candia
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming
2009-11-21ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King
2009-11-20i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells
2009-11-20i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells