summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-05-19i2c: mediatek: Fix send master code at more than 1MHzQii Wang1-4/+5
2021-05-19i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua1-1/+1
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-12i2c: stm32f7: fix configuration of the digital filterAlain Volmat1-1/+10
2021-01-28i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang1-3/+16
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-12i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-2/+2
2020-12-11i2c: remove check that can never be trueUwe Kleine-König1-4/+1
2020-12-11i2c: Warn when device removing failsUwe Kleine-König1-2/+7
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko1-3/+3
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko1-46/+46
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu1-68/+8