summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer1-0/+6
2022-04-20i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-03-08i2c: qup: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt1-0/+11
2022-02-23i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-01-27i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D1-4/+4
2022-01-27i2c: mpc: Correct I2C reset procedureJoakim Tjernlund1-8/+15
2022-01-27i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit1-10/+5
2021-12-22i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-11-26i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-09-22i2c: mt65xx: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-22i2c: s3c2410: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-22i2c: iop3xx: fix deferred probingSergey Shtylyov1-4/+2
2021-09-22i2c: highlander: add IRQ checkSergey Shtylyov1-1/+1
2021-06-30i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-16i2c: mpc: implement erratum A-004447 workaroundChris Packham1-1/+78
2021-06-16i2c: mpc: Make use of i2c_recover_bus()Chris Packham1-2/+16
2021-06-03i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-06-03i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-05-22i2c: sh7760: fix IRQ error pathSergey Shtylyov1-1/+1
2021-05-22i2c: sh7760: add IRQ checkSergey Shtylyov1-1/+4
2021-05-22i2c: jz4780: add IRQ checkSergey Shtylyov1-1/+4
2021-05-22i2c: emev2: add IRQ checkSergey Shtylyov1-1/+4
2021-05-22i2c: cadence: add IRQ checkSergey Shtylyov1-1/+4
2021-03-03i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard1-1/+1
2021-01-30i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2020-12-11i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng1-1/+2
2020-12-11i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-11i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-5/+15
2020-11-22i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski1-11/+13
2020-11-22i2c: imx: use clk notifier for rate changesLucas Stach1-7/+25
2020-10-14i2c: cpm: Fix i2c_ram structureNicolas VINCENT1-0/+3
2020-09-03i2c: rcar: in slave mode, clear NACK earlierWolfram Sang1-0/+1
2020-08-21i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang1-3/+4
2020-08-21Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam1-7/+2
2020-07-22i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-06-30i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-06-30i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King1-4/+2
2020-06-30i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse1-1/+2
2020-04-24i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-04-02i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+1
2020-03-11i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2019-12-21i2c: imx: don't print error message on probe deferLucas Stach1-1/+2
2019-11-25i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli1-3/+4
2019-10-05i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-06i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-09-06i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-08-04i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu1-0/+2
2019-06-22i2c: acorn: fix i2c warningRussell King1-0/+1
2019-03-23i2c: tegra: fix maximum transfer sizeSowjanya Komatineni1-1/+1