summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.6-rc7' into i2c-embedded/for-nextWolfram Sang2012-10-086-31/+60
|\
| * Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-09-142-29/+37
| |\
| | * i2c: mxs: correctly setup speed for non devicetreeWolfram Sang2012-09-121-7/+6
| | * i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-121-20/+28
| | * i2c: pnx: Fix bit definitionsRoland Stigge2012-09-121-2/+3
| * | i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin2012-09-103-2/+19
| * | i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-09-102-0/+4
| |/
* | i2c: add Renesas R-Car I2C driverKuninori Morimoto2012-10-083-0/+720
* | i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-061-9/+9
* | ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraintsJean Pihet2012-10-061-14/+18
* | i2c: nomadik: Add Device Tree support to the Nomadik I2C driverLee Jones2012-10-061-3/+32
* | i2c: mpc: Wait for STOP to hit the busJoakim Tjernlund2012-09-141-1/+17
* | i2c: davinci: preparation for switch to common clock frameworkMurali Karicheri2012-09-141-5/+5
* | omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard2012-09-121-3/+3
* | i2c: omap: sanitize exit pathFelipe Balbi2012-09-121-13/+13
* | i2c: omap: switch over to autosuspend APIFelipe Balbi2012-09-121-2/+10
* | i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi2012-09-121-3/+0
* | i2c: omap: switch to threaded IRQ supportFelipe Balbi2012-09-121-6/+37
* | i2c: omap: remove redundant status readShubhrajyoti D2012-09-121-2/+0
* | i2c: omap: get rid of the "complete" labelFelipe Balbi2012-09-121-3/+13
* | i2c: omap: resize fifos before each messageFelipe Balbi2012-09-121-32/+51
* | i2c: omap: simplify IRQ exit pathFelipe Balbi2012-09-121-12/+8
* | i2c: omap: always return IRQ_HANDLEDFelipe Balbi2012-09-121-1/+1
* | i2c: omap: simplify errata checkFelipe Balbi2012-09-121-3/+1
* | i2c: omap: bus: add a receiver flagFelipe Balbi2012-09-121-0/+8
* | i2c: omap: switch to platform_get_irq()Felipe Balbi2012-09-121-5/+7
* | i2c: omap: ack IRQ in partsFelipe Balbi2012-09-121-12/+16
* | i2c: omap: switch over to do {} while loopFelipe Balbi2012-09-121-6/+14
* | i2c: omap: re-factor receive/transmit data loopFelipe Balbi2012-09-121-122/+82
* | i2c: omap: improve i462 errata handlingFelipe Balbi2012-09-121-13/+30
* | i2c: omap: split out [XR]DR and [XR]RDYFelipe Balbi2012-09-121-34/+92
* | i2c: omap: simplify omap_i2c_ack_stat()Felipe Balbi2012-09-121-9/+10
* | i2c: omap: add blank linesFelipe Balbi2012-09-121-0/+5
* | i2c: omap: decrease indentation level on data handlingFelipe Balbi2012-09-121-32/+31
* | i2c: omap: simplify num_bytes handlingFelipe Balbi2012-09-121-4/+2
* | i2c: omap: switch to devm_* APIFelipe Balbi2012-09-121-29/+12
* | i2c: at91: add dt support to i2c-at91Ludovic Desroches2012-09-121-0/+49
* | i2c: at91: add new driverNikolaus Voss2012-09-123-7/+516
* | i2c: at91: remove old polling driverNikolaus Voss2012-09-122-316/+0
* | i2c: nomadik: stop fetching the regulatorLinus Walleij2012-09-121-17/+0
* | i2c: davinci: add OF supportHeiko Schocher2012-09-121-11/+37
* | i2c: imx: Use dev_dbg logging styleFabio Estevam2012-09-111-2/+2
* | i2c: imx: Use dev_info to indicate that i2c driver was succesfully registeredFabio Estevam2012-09-111-1/+1
|/
* i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2012-08-181-1/+1
* i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck2012-08-181-0/+1
* I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman2012-08-181-1/+1
* i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones2012-08-181-10/+18
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-2/+1
|\
| * i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-7/+0
|\ \