aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-27i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones1-1/+1
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-05-27i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones1-1/+1
2021-05-25i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven1-1/+1
2021-05-25i2c: stm32f7: add SMBus-Alert supportAlain Volmat1-0/+73
2021-05-25i2c: I2C_HISI should depend on ACPIGeert Uytterhoeven1-1/+1
2021-05-25i2c: icy: Remove unused variable new_fwnode in icy_probe()Geert Uytterhoeven1-1/+0
2021-05-25i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"Colin Ian King1-1/+1
2021-05-25i2c: qcom-cci: add sm8250 compatibleJonathan Marek1-0/+1
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds40-655/+1847
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-6/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2021-04-17i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretchingQii Wang1-1/+5
2021-04-17i2c: mediatek: Fix wrong dma sync flagQii Wang1-1/+1
2021-04-17i2c: mediatek: Fix send master code at more than 1MHzQii Wang1-4/+5
2021-04-17i2c: sh7760: fix IRQ error pathSergey Shtylyov1-1/+1
2021-04-17i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula1-0/+4
2021-04-17i2c: core: Fix spacing error by checkpatchTian Tao1-1/+1
2021-04-17i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski1-6/+3
2021-04-15i2c: nomadik: Fix space errorsTian Tao1-2/+2
2021-04-15i2c: iop3xx: Fix coding style issuesTian Tao1-13/+15
2021-04-15i2c: amd8111: Fix coding style issuesTian Tao1-134/+134
2021-04-15i2c: mv64xxx: Fix random system lock caused by runtime PMMarek BehĂșn1-0/+4
2021-04-15i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko1-3/+1
2021-04-15i2c: mpc: Use device_get_match_data() helperAndy Shevchenko1-8/+4
2021-04-15i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko1-11/+3
2021-04-15i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko1-13/+12
2021-04-15i2c: mpc: Update license and copyrightChris Packham1-8/+3
2021-04-15i2c: mpc: Interrupt driven transferChris Packham1-187/+239
2021-04-14i2c: designware: Get rid of legacy platform dataAndy Shevchenko1-6/+1
2021-04-14i2c: sh7760: add IRQ checkSergey Shtylyov1-1/+4
2021-04-14i2c: rcar: add IRQ checkSergey Shtylyov1-1/+4
2021-04-14i2c: mlxbf: add IRQ checkSergey Shtylyov1-0/+2
2021-04-14i2c: jz4780: add IRQ checkSergey Shtylyov1-1/+4
2021-04-14i2c: emev2: add IRQ checkSergey Shtylyov1-1/+4
2021-04-14i2c: cadence: add IRQ checkSergey Shtylyov1-1/+4
2021-04-14i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua1-1/+1
2021-04-14i2c: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-6/+6
2021-04-14i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-14i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-4/+4
2021-04-14i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-14i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-1/+1
2021-04-14i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-14i2c: cadence: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-13i2c: sprd: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-04-13i2c: mpc: Remove redundant NULL checkChris Packham1-1/+1
2021-04-13i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun1-6/+0
2021-04-10i2c: mpc: use device managed APIsChris Packham1-28/+18