summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-10-31drivers: i2c: fsi: Add proper abort methodEdward A. James1-69/+216
2017-08-29i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery1-1/+8
2017-08-15i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins1-18/+56
2017-08-08i2c: fsi: Fix bug on remove() and reset to upstream stateEdward A. James1-25/+32
2017-08-01i2c: aspeed: fixed potential null pointer dereferenceBrendan Higgins1-2/+3
2017-07-26i2c: aspeed: Reset to upstream versionJoel Stanley1-116/+117
2017-07-19i2c: fsi: Add SMBUS emulationJoel Stanley1-1/+2
2017-07-08i2c: fsi: Remove unnecessary compatible checkJoel Stanley1-32/+27
2017-07-08i2c: fsi: Fix devicetree parsing in FSI-attached I2C master algoEdward A. James1-4/+6
2017-07-08i2c: fsi: Remove idx counterJoel Stanley1-6/+0
2017-07-08i2c: fsi: Dynamically allocate port numbersJoel Stanley1-4/+1
2017-07-08i2c: fsi: Remove ida counterJoel Stanley1-13/+3
2017-06-05i2c: fsi: Fix unused variable warningJoel Stanley1-4/+7
2017-05-31drivers: i2c: Add bus recovery for FSI algorithmEdward A. James1-0/+76
2017-05-31drivers: i2c: Add I2C master locking to FSI algorithmEdward A. James1-4/+37
2017-05-31drivers: i2c: Add transfer implementation for FSI algorithmEdward A. James1-2/+191
2017-05-31drivers: i2c: Add port structure to FSI algorithmEdward A. James1-1/+112
2017-05-31drivers: i2c: Add FSI-attached I2C master algorithmEdward A. James3-0/+257
2017-05-24i2c: aspeed: clear the IRQ status earlierCédric Le Goater1-1/+1
2017-04-27i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins1-0/+201
2017-04-27i2c: aspeed: added driver for Aspeed I2CBrendan Higgins3-0/+700
2017-04-27Revert "i2c: Add driver for Aspeed i2c master"Joel Stanley3-921/+0
2017-03-22i2c: Add driver for Aspeed i2c masterJoel Stanley3-0/+921
2017-03-18i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou1-0/+2
2017-03-18i2c: bcm2835: Avoid possible NULL ptr dereferenceStefan Wahren1-1/+3
2017-02-15Revert "i2c: designware: detect when dynamic tar update is possible"Jarkko Nikula2-35/+11
2017-02-09i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda1-5/+7
2017-02-09i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-01-26i2c: imx-lpi2c: add VLLS mode supportGao Pan1-0/+20
2017-01-26i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans1-4/+4
2017-01-12i2c: piix4: Avoid race conditions with IMCRicardo Ribalda1-0/+22
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King1-1/+1
2017-01-12i2c: print correct device invalid addressJohn Garry1-1/+1
2017-01-12i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov1-9/+8
2017-01-12i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-18i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin1-11/+13
2016-12-17i2c: designware: fix wrong Tx/Rx FIFO for ACPITin Huynh1-7/+24
2016-12-17i2c: xgene: Fix missing code of DTB supportTin Huynh1-0/+1
2016-12-17i2c: mux: pca954x: fix i2c mux selection cachingRussell King1-1/+4
2016-12-17i2c: octeon: thunderx: Limit register access retriesJan Glauber2-6/+19
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+2
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-379/+2066
2016-12-12i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan1-9/+15
2016-12-12i2c: octeon: thunderx: Remove double-check after interruptJan Glauber1-41/+2
2016-12-12i2c: octeon: thunderx: TWSI software reset in recoveryJan Glauber1-0/+3
2016-12-12i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUsJan Kotas1-1/+1
2016-12-12i2c: sh_mobile: Add per-Generation fallback bindingsSimon Horman1-1/+3
2016-12-12i2c: rcar: Add per-Generation fallback bindingsSimon Horman1-1/+4
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)1-1/+2