summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: mt65xx: fix IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: iop3xx: fix deferred probingSergey Shtylyov2021-09-221-4/+2
* i2c: highlander: add IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: robotfuzz-osif: fix control-request directionsJohan Hovold2021-06-301-2/+2
* i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-06-161-1/+78
* i2c: mpc: Make use of i2c_recover_bus()Chris Packham2021-06-161-2/+16
* i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-06-031-4/+2
* i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-06-031-0/+3
* i2c: sh7760: fix IRQ error pathSergey Shtylyov2021-05-221-1/+1
* i2c: sh7760: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: jz4780: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: emev2: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: cadence: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang2021-03-171-1/+1
* i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard2021-03-041-1/+1
* i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-231-1/+10
* i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang2021-01-271-1/+1
* i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen2021-01-271-1/+1
* i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang2021-01-171-1/+7
* i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng2020-12-111-1/+2
* i2c: imx: Check for I2SR_IAL after every byteChristian Eggers2020-12-111-0/+10
* i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers2020-12-111-5/+15
* i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers2020-12-111-2/+10
* i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-11-051-11/+13
* i2c: rcar: Auto select RESET_CONTROLLERDirk Behme2020-10-301-0/+1
* i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea2020-10-141-0/+6
* i2c: meson: fixup rate calculation with filter delayNicolas Belin2020-10-141-11/+12
* i2c: meson: fix clock setting overwriteJerome Brunet2020-10-141-1/+18
* i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare2020-10-141-0/+1
* i2c: cpm: Fix i2c_ram structureNicolas VINCENT2020-10-071-0/+3
* i2c: i801: Fix resume bugVolker RĂ¼melin2020-09-231-7/+14
* i2c: rcar: in slave mode, clear NACK earlierWolfram Sang2020-09-031-0/+1
* i2c: rcar: avoid race when unregistering slaveWolfram Sang2020-08-211-3/+5
* i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang2020-08-211-3/+4
* Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam2020-08-051-7/+2
* i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang2020-07-291-0/+3
* i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko2020-07-221-0/+1
* i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang2020-07-091-2/+2
* i2c: fsi: Fix the port number field in status registerEddie James2020-06-301-1/+1
* i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni2020-06-301-1/+14
* i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding2020-06-301-0/+15
* i2c: tegra: Cleanup kerneldoc commentsThierry Reding2020-06-301-12/+11
* i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-06-251-4/+3
* i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-06-251-4/+2
* i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse2020-06-251-1/+2
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2020-06-221-1/+0
* i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-06-071-1/+9
* i2c: altera: use proper variable to hold errnoWolfram Sang2020-05-021-5/+4
* i2c: st: fix missing struct parameter descriptionAlain Volmat2020-04-171-0/+1