aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2011-03-21i2c: Unregister dummy devices last on adapter removalJean Delvare
2010-05-12i2c: Fix probing of FSC hardware monitoring chipsJean Delvare
2010-04-26i2c-i801: Add Intel Cougar Point device IDsSeth Heasley
2010-04-01i2c-i801: Don't use the block buffer for I2C block writesJean Delvare
2010-04-01i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare
2010-02-05i2c-tiny-usb: Fix on big-endian systemsJean Delvare
2010-01-24i2c: imx: call ioremap only after request_mem_regionUwe Kleine-König
2010-01-24i2c: mxc: let time to generate stop bitValentin Longchamp
2010-01-16i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo
2010-01-16i2c/pca: Don't use *_interruptibleWolfram Sang
2010-01-16i2c-ali1563: Remove sparse warningsMárton Németh
2010-01-16i2c: Test off by one in {piix4,vt596}_transaction()Roel Kluin
2010-01-16i2c-core: Storage class should be before const qualifierTobias Klauser
2009-12-24i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesManjunatha GK
2009-12-24i2c-omap: Don't write IE state in unidle if 0Cory Maccarrone
2009-12-24i2c-bfin-twi: fix CLKDIV calculationSonic Zhang
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-14i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
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