summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-3040-655/+1847
|\
| * i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretchingQii Wang2021-04-171-1/+5
| * i2c: mediatek: Fix wrong dma sync flagQii Wang2021-04-171-1/+1
| * i2c: mediatek: Fix send master code at more than 1MHzQii Wang2021-04-171-4/+5
| * i2c: sh7760: fix IRQ error pathSergey Shtylyov2021-04-171-1/+1
| * i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-171-0/+4
| * i2c: core: Fix spacing error by checkpatchTian Tao2021-04-171-1/+1
| * i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-171-6/+3
| * i2c: nomadik: Fix space errorsTian Tao2021-04-151-2/+2
| * i2c: iop3xx: Fix coding style issuesTian Tao2021-04-151-13/+15
| * i2c: amd8111: Fix coding style issuesTian Tao2021-04-151-134/+134
| * i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko2021-04-151-3/+1
| * i2c: mpc: Use device_get_match_data() helperAndy Shevchenko2021-04-151-8/+4
| * i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko2021-04-151-11/+3
| * i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko2021-04-151-13/+12
| * i2c: mpc: Update license and copyrightChris Packham2021-04-151-8/+3
| * i2c: mpc: Interrupt driven transferChris Packham2021-04-151-187/+239
| * i2c: sh7760: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: rcar: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: mlxbf: add IRQ checkSergey Shtylyov2021-04-141-0/+2
| * i2c: jz4780: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: emev2: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: cadence: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua2021-04-141-1/+1
| * i2c: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-6/+6
| * i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-4/+4
| * i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-1/+1
| * i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: cadence: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: sprd: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-04-131-0/+1
| * i2c: mpc: Remove redundant NULL checkChris Packham2021-04-131-1/+1
| * i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun2021-04-131-6/+0
| * i2c: mpc: use device managed APIsChris Packham2021-04-101-28/+18
| * i2c: mpc: make interrupt mandatory and remove polling codeChris Packham2021-04-101-32/+19
| * i2c: mpc: Make use of i2c_recover_bus()Chris Packham2021-04-101-2/+16
| * i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov2021-04-101-1/+20
| * i2c: designware: Switch over to i2c_freq_mode_string()Andy Shevchenko2021-04-101-16/+4
| * i2c: add support for HiSilicon I2C controllerYicong Yang2021-04-103-0/+515
| * i2c: core: add api to provide frequency mode stringsYicong Yang2021-04-101-0/+21
| * i2c: core: add managed function for adding i2c adaptersYicong Yang2021-04-101-0/+26
| * Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang2021-04-105-43/+26
| |\
| | * i2c: Remove support for dangling device propertiesHeikki Krogerus2021-04-102-25/+1
| | * i2c: icy: Constify the software nodeHeikki Krogerus2021-04-101-23/+9
| | * i2c: nvidia-gpu: Constify the software nodeHeikki Krogerus2021-04-101-1/+5
| | * i2c: cht-wc: Constify the software nodeHeikki Krogerus2021-04-101-1/+5
| | * i2c: Add support for software nodesHeikki Krogerus2021-04-081-1/+14
| * | i2c: remove unused 'version.h' include in driversTian Tao2021-04-082-2/+0