summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Fix probing of FSC hardware monitoring chipsJean Delvare2010-05-121-5/+16
* i2c-i801: Add Intel Cougar Point device IDsSeth Heasley2010-04-262-3/+7
* i2c-i801: Don't use the block buffer for I2C block writesJean Delvare2010-04-011-2/+4
* i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare2010-04-011-7/+18
* i2c-tiny-usb: Fix on big-endian systemsJean Delvare2010-02-051-6/+6
* i2c: imx: call ioremap only after request_mem_regionUwe Kleine-König2010-01-241-10/+11
* i2c: mxc: let time to generate stop bitValentin Longchamp2010-01-241-2/+3
* i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo2010-01-161-2/+3
* i2c/pca: Don't use *_interruptibleWolfram Sang2010-01-162-4/+4
* i2c-ali1563: Remove sparse warningsMárton Németh2010-01-161-4/+4
* i2c: Test off by one in {piix4,vt596}_transaction()Roel Kluin2010-01-162-4/+4
* i2c-core: Storage class should be before const qualifierTobias Klauser2010-01-161-1/+1
* i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesManjunatha GK2009-12-241-0/+5
* i2c-omap: Don't write IE state in unidle if 0Cory Maccarrone2009-12-241-1/+7
* i2c-bfin-twi: fix CLKDIV calculationSonic Zhang2009-12-241-3/+3
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-153-3/+3
* i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang2009-12-141-0/+35
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-8/+7
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-1/+1
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-091-1/+1
|\
| * ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-241-1/+1
* | i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells2009-12-091-1/+2
* | i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeRajendra Nayak2009-12-091-23/+41
* | i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK casesShinya Kuribayashi2009-12-091-2/+7
* | i2c-designware: Cosmetic cleanupsShinya Kuribayashi2009-12-091-13/+14
* | i2c-designware: Tx abort cleanupsShinya Kuribayashi2009-12-091-7/+40
* | i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errorsShinya Kuribayashi2009-12-091-0/+8
* | i2c-designware: i2c_dw_xfer_msg: Fix error handling proceduresShinya Kuribayashi2009-12-091-4/+11
* | i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processedShinya Kuribayashi2009-12-091-3/+8
* | i2c-designware: Process all i2c_msg messages in the interrupt handlerShinya Kuribayashi2009-12-091-9/+17
* | i2c-designware: i2c_dw_read: Remove redundant target address checkerShinya Kuribayashi2009-12-091-5/+0
* | i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bitsShinya Kuribayashi2009-12-091-1/+6
* | i2c-designware: Initialize byte count variables just prior to being usedShinya Kuribayashi2009-12-091-3/+7
* | i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointerShinya Kuribayashi2009-12-091-3/+4
* | i2c-designware: Divide i2c_dw_xfer_msg into two functionsShinya Kuribayashi2009-12-091-20/+25
* | i2c-designware: Enable RX_FULL interruptShinya Kuribayashi2009-12-091-3/+4
* | i2c-designware: Set Tx/Rx FIFO threshold levelsShinya Kuribayashi2009-12-091-0/+6
* | i2c-designware: Process i2c_msg messages in the interrupt handlerShinya Kuribayashi2009-12-091-25/+14
* | i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bugShinya Kuribayashi2009-12-091-8/+12
* | i2c-designware: Improved _HCNT/_LCNT calculationShinya Kuribayashi2009-12-091-9/+84
* | i2c-designware: Remove an useless local variable "num"Shinya Kuribayashi2009-12-091-4/+2
* | i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointerShinya Kuribayashi2009-12-091-4/+3
* | i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointerShinya Kuribayashi2009-12-091-4/+3
* | i2c-designware: Use platform_get_irq helperShinya Kuribayashi2009-12-091-6/+6
* | i2c-designware: Don't use the IC_CLR_INTR register to clear interruptsShinya Kuribayashi2009-12-091-5/+79
* | i2c-designware: Consolidate to use 32-bit word accessesShinya Kuribayashi2009-12-091-38/+38
* | i2c-stub: Allow user to disable some commandsJean Delvare2009-12-061-2/+6
* | i2c-stub: Implement I2C block supportJean Delvare2009-12-061-2/+26
* | i2c: Refactor for_each callbacksJean Delvare2009-12-061-48/+22
* | i2c-i801: Retry on lost arbitrationJean Delvare2009-12-061-0/+3