summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2021-05-19i2c: mediatek: Fix send master code at more than 1MHzQii Wang
2021-05-19i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua
2021-05-19i2c: bail out early when RDWR parameters are wrongWolfram Sang
2021-05-14i2c: mediatek: Fix wrong dma sync flagQii Wang
2021-05-14i2c: sh7760: fix IRQ error pathSergey Shtylyov
2021-05-14i2c: sh7760: add IRQ checkSergey Shtylyov
2021-05-14i2c: rcar: add IRQ checkSergey Shtylyov
2021-05-14i2c: rcar: protect against supurious interrupts on V3UWolfram Sang
2021-05-14i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang
2021-05-14i2c: mlxbf: add IRQ checkSergey Shtylyov
2021-05-14i2c: jz4780: add IRQ checkSergey Shtylyov
2021-05-14i2c: emev2: add IRQ checkSergey Shtylyov
2021-05-14i2c: cadence: add IRQ checkSergey Shtylyov
2021-05-14i2c: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-05-14i2c: cadence: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: designware: Adjust bus_freq_hz when refuse high speed mode setAndy Shevchenko
2021-04-14I2C: JZ4780: Fix bug for Ingenic X1000.周琰杰 (Zhou Yanjie)
2021-04-14i2c: turn recovery error on init to debugWolfram Sang
2021-03-17i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang
2021-03-17i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang
2021-03-04i2c: exynos5: Preserve high speed master codeMårten Lindahl
2021-03-04i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard
2021-03-04i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi
2021-03-04i2c: iproc: handle master read requestRayagonda Kokatanur
2021-03-04i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur
2021-03-04i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur
2021-02-12i2c: stm32f7: fix configuration of the digital filterAlain Volmat
2021-01-28i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki
2020-12-11i2c: remove check that can never be trueUwe Kleine-König
2020-12-11i2c: Warn when device removing failsUwe Kleine-König
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu