summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-30i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit1-0/+3
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: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang1-0/+5
2021-06-03i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-05-19i2c: mediatek: Fix send master code at more than 1MHzQii Wang1-4/+5
2021-05-19i2c: bail out early when RDWR parameters are wrongWolfram Sang1-2/+7
2021-05-14i2c: mediatek: Fix wrong dma sync flagQii Wang1-1/+1
2021-05-14i2c: sh7760: fix IRQ error pathSergey Shtylyov1-1/+1
2021-05-14i2c: sh7760: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: rcar: add IRQ checkSergey Shtylyov1-1/+4
2021-05-14i2c: rcar: protect against supurious interrupts on V3UWolfram Sang1-14/+43
2021-05-14i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang1-1/+5
2021-05-14i2c: mlxbf: add IRQ checkSergey Shtylyov1-0/+2
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: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-05-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-6/+6
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: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
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-05-14i2c: cadence: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-14i2c: designware: Adjust bus_freq_hz when refuse high speed mode setAndy Shevchenko1-0/+1
2021-04-14I2C: JZ4780: Fix bug for Ingenic X1000.周琰杰 (Zhou Yanjie)1-2/+2
2021-04-14i2c: turn recovery error on init to debugWolfram Sang1-3/+4
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: exynos5: Preserve high speed master codeMårten Lindahl1-1/+7
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-02-07i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-27i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
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-27i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-17i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2021-01-17i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1