aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-01-161-1/+1
|\
| * i2c: davinci: Free requested IRQ in removeMarcus Folkesson2012-06-011-1/+1
* | Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2012-05-081-2/+1
|\ \ | |/
| * i2c: pnx: Disable clk in suspendRoland Stigge2012-05-071-2/+1
* | Merge linux-stable 3.0.28 into linux-omap-3.0Todd Poynor2012-04-199-18/+41
|\ \ | |/
| * i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala2012-03-191-1/+7
| * i2c: mxs: only flag completion when queue is completely doneWolfram Sang2012-03-121-3/+10
| * i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada2012-01-251-1/+1
| * I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring2012-01-251-1/+1
| * i2c: Fix error value returned by several bus driversJean Delvare2012-01-255-10/+20
| * i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-12-091-2/+2
* | i2c: omap3: Fix accessing of invalid registersScott Anderson2011-11-031-2/+2
* | i2c: omap: recover from Bus Busy conditionVikram Pandita2011-09-291-2/+13
* | i2c: omap: do not call i2c_detect_ext_master blindly during probeIliyan Malchev2011-09-291-2/+0
* | Revert "i2c: omap44xx: disable ARDY interrupt for each transfer"Simon Wilson2011-09-181-75/+6
* | i2c: omap: XUDF and ROVR is not fatalVikram Pandita2011-09-161-6/+3
* | i2c: omap44xx: disable ARDY interrupt for each transferVikram Pandita2011-09-161-6/+75
* | i2c: omap: avoid reading interrupt enable registerVikram Pandita2011-09-161-3/+1
* | i2c: omap: cleanup interrupt enable logicVikram Pandita2011-09-161-18/+13
* | i2c: omap: fix clearing of int for omap44xxVikram Pandita2011-09-161-1/+1
* | i2c: omap: add omap4xxx irq status registerVikram Pandita2011-09-161-0/+2
* | i2c: fix compile break when debug enabledVikram Pandita2011-09-121-2/+2
* | OMAP4: Provide handling of I2C channel controlled outside the mpuGilles-Arnaud Bleu-Laine2011-09-072-6/+75
* | Merge commit 'v3.0-rc7' into linux-omap-3.0Colin Cross2011-07-123-6/+17
|\ \ | |/
| * Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-07-073-6/+17
| |\
| | *-. Merge branches 'for-30-rc4/i2c-bfin', 'for-30-rc4/i2c-omap', 'for-30-rc4/i2c-...Ben Dooks2011-06-272-5/+10
| | |\ \
| | | | * i2c: tegra: Assign unused slave addressStephen Warren2011-06-271-1/+7
| | | * | i2c-s3c2410: Remove useless break codeJonghwan Choi2011-06-271-1/+0
| | | * | i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang2011-06-271-3/+3
| | | |/
| | * | i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedlySonic Zhang2011-06-271-1/+7
| | |/
* | | Merge commit 'v3.0-rc6' into linux-omap-3.0Colin Cross2011-07-112-7/+8
|\ \ \ | |/ /
| * | i2c/pca954x: Initialize the mux to disconnected statePetri Gynther2011-06-291-3/+4
| * | i2c-taos-evm: Fix log messagesJean Delvare2011-06-291-4/+4
| |/
* | i2c-omap: OMAP4: PM: (re)init for every transfer to support off-modeRajendra Nayak2011-07-061-2/+2
* | OMAP4: I2C: Enable FIFO usage for OMAP4Shubhrajyoti Datta2011-06-301-5/+4
* | OMAP: I2C: PM: Adapt to pm_qos framework for requesting mpu latGirish S G2011-06-211-12/+35
* | I2C: OMAP: trigger pending runtime PM from system PMKevin Hilman2011-06-131-6/+4
|/
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-262-4/+2
* Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-05-245-106/+240
|\
| *---. Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-t...Ben Dooks2011-05-257-108/+241
| |\ \ \
| | | | * i2c-nomadik: break out single messsage transmissionLinus Walleij2011-05-251-32/+48
| | | | * i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath2011-05-251-4/+4
| | | | * i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath2011-05-251-18/+2
| | | | * i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath2011-05-251-13/+26
| | | | * i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath2011-05-251-48/+49
| | | | * i2c-nomadik: use pm_runtime APIRabin Vincent2011-05-251-6/+31
| | | | * i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath2011-05-251-8/+19
| | | | * i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath2011-05-251-4/+5
| | | | * i2c-nomadik: remove the redundant error messagesrinidhi kasagar2011-05-251-2/+0
| | | | * i2c-nomadik: corrrect returned error numbersVirupax Sadashivpetimath2011-05-251-4/+6