summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
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-17i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-12-08i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen1-2/+3
2021-12-08i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat1-2/+7
2021-12-08i2c: stm32f7: recover the bus on access timeoutAlain Volmat1-0/+2
2021-12-08i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat1-1/+19
2021-11-17i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-09-15i2c: mt65xx: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-15i2c: s3c2410: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-15i2c: iop3xx: fix deferred probingSergey Shtylyov1-4/+2
2021-09-15i2c: 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-10i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM opsRoja Rani Yarubandi1-1/+11
2021-06-10i2c: qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi1-0/+9
2021-06-03i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven1-1/+1
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-14i2c: sh7760: fix IRQ error pathSergey Shtylyov1-1/+1
2021-05-14i2c: sh7760: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: jz4780: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: emev2: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: cadence: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-05-14i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-4/+4
2021-05-14i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-1/+1
2021-05-14i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-03-17i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang1-1/+1
2021-03-17i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang1-7/+4
2021-03-04i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard1-1/+1
2021-03-04i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi1-16/+43
2021-03-04i2c: iproc: handle master read requestRayagonda Kokatanur1-45/+170
2021-03-04i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur1-1/+2
2021-03-04i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur1-4/+9
2021-02-17i2c: stm32f7: fix configuration of the digital filterAlain Volmat1-1/+10
2021-02-13i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang1-3/+16
2021-01-27i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-27i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-17i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2021-01-17i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-12-30Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson1-4/+2
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-12-11i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers1-2/+10
2020-11-18i2c: sh_mobile: implement atomic transfersUlrich Hecht1-20/+66
2020-11-18i2c: mediatek: move dma reset before i2c resetQii Wang1-4/+4