summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-11-234-20/+26
|\
| * i2c: mxs: Handle i2c DMA failure properlyMarek Vasut2012-11-221-0/+2
| * i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan2012-11-191-0/+1
| * i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi2012-11-141-1/+3
| * Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley2012-11-141-18/+14Star
| * i2c: at91: fix SMBus quick commandLudovic Desroches2012-11-141-1/+6
* | i2c-mux-pinctrl: Fix probe error pathGuenter Roeck2012-11-131-1/+1
|/
* Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-11-033-175/+22Star
|\
| * i2c: tegra: set irq name as device nameLaxman Dewangan2012-11-021-1/+1
| * i2c-nomadik: Fixup clock handlingPhilippe Begnic2012-11-021-2/+7
| * i2c: mxs: remove broken PIOQUEUE supportWolfram Sang2012-11-021-172/+14Star
* | i2c-i801: Fix commentJean Delvare2012-10-281-1/+1
* | i2c-i801: Simplify dependency towards GPIOLIBJean Delvare2012-10-282-4/+6
* | i2c-stub: Move to drivers/i2cJean Delvare2012-10-283-35/+33Star
|/
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-10-1112-490/+1836
|\
| * MXS: Implement DMA support into mxs-i2cMarek Vasut2012-10-081-22/+247
| * Merge tag 'v3.6-rc7' into i2c-embedded/for-nextWolfram Sang2012-10-088-36/+83
| |\
| * | 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: algo: pca: Fix chip reset function for PCA9665Thomas Kavanagh2012-10-061-13/+14
| * | 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/+0Star
| * | i2c: omap: switch to threaded IRQ supportFelipe Balbi2012-09-121-6/+37
| * | i2c: omap: remove redundant status readShubhrajyoti D2012-09-121-2/+0Star
| * | 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/+8Star
| * | i2c: omap: always return IRQ_HANDLEDFelipe Balbi2012-09-121-1/+1
| * | i2c: omap: simplify errata checkFelipe Balbi2012-09-121-3/+1Star
| * | 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/+82Star
| * | 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/+31Star
| * | i2c: omap: simplify num_bytes handlingFelipe Balbi2012-09-121-4/+2Star
| * | i2c: omap: switch to devm_* APIFelipe Balbi2012-09-121-29/+12Star
| * | 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/+0Star