aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | i2c: Remove big kernel lock from i2cdev_openVincent Sanders2009-12-061-16/+6
* | i2c: Simplify i2c_detect_addressJean Delvare2009-12-061-13/+9
* | i2c: Drop probe, ignore and force module parametersJean Delvare2009-12-061-64/+1
* | i2c: Add missing __devinit markers to old i2c adapter driversJean Delvare2009-12-064-4/+4
* | i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare2009-12-063-11/+0
* | i2c: Prevent priority inversion on top of bus lockMika Kuoppala2009-12-062-6/+7
* | i2c-voodoo3: DeleteJean Delvare2009-12-063-267/+0
* | i2c-powermac: Drop temporary name bufferJean Delvare2009-12-061-6/+5
* | i2c-powermac: Include the i2c_adapter in struct pmac_i2c_busJean Delvare2009-12-061-12/+3
* | i2c-powermac: Log errorsJean Delvare2009-12-061-5/+23
* | i2c-powermac: Refactor i2c_powermac_smbus_xferJean Delvare2009-12-061-44/+41
* | i2c-powermac: Reject unsupported I2C transactionsJean Delvare2009-12-061-0/+6
* | i2c/chips: Move ds1682 to drivers/miscWolfram Sang2009-12-063-278/+0
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-11-302-0/+14
|\ \
| * | i2c: Fix userspace_device list corruptionJean Delvare2009-11-261-0/+11
| * | i2c/tsl2550: Fix lux value in extended modeMichele Jr De Candia2009-11-261-0/+3
* | | ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King2009-11-211-2/+2
|/ /
* | i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells2009-11-201-0/+2
* | i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells2009-11-201-0/+3
|/
* i2c-piix4: Modify code name SB900 to Hudson-2Crane Cai2009-11-072-5/+5
* i2c-mpc: Do not generate STOP after read.Joakim Tjernlund2009-11-021-8/+2
* i2c: imx: disable clock when it's possible to save power.Richard Zhao2009-11-021-6/+6
* i2c: imx: only imx1 needs disable delayRichard Zhao2009-11-021-5/+7
* i2c: imx: check busy bit when START/STOPRichard Zhao2009-11-021-18/+44
* i2c: Hide probe errors caused by ACPI resource conflictsJean Delvare2009-10-047-8/+12
* ACPI: i2c-scmi: don't use acpi_device_uid()Bjorn Helgaas2009-09-261-3/+2
* Merge branch 'origin' into for-linusRussell King2009-09-2418-735/+661
|\
| * Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-09-2315-729/+621
| |\
| | * i2c: Clearly mark ACPI drivers as suchJean Delvare2009-09-182-12/+17