summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta1-0/+1
2023-09-13i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang1-2/+5
2023-09-13i2c: I2C_MLXCPLD on ARM64 should depend on ACPIGeert Uytterhoeven1-2/+2
2023-09-13i2c: Make I2C_ATR invisibleGeert Uytterhoeven1-1/+1
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds65-411/+328
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-0/+720
2023-08-30i2c: at91: Use dev_err_probe() instead of dev_err()Yann Sionneau1-4/+3
2023-08-30I2C: ali15x3: Do PCI error checks on own lineIlpo Järvinen1-5/+6
2023-08-26i2c: Make return value check more accurate and explicit for devm_pinctrl_get()Jinjie Ruan2-2/+10
2023-08-25i2c: designware: Add support for recovery when GPIO need pinctrlYann Sionneau1-0/+12
2023-08-25i2c: mlxcpld: Add support for extended transaction lengthVadim Pasternak1-0/+10
2023-08-25i2c: mlxcpld: Allow driver to run on ARM64 architectureVadim Pasternak1-1/+1
2023-08-25i2c: nforce2: Do PCI error check on own lineIlpo Järvinen1-2/+2
2023-08-25i2c: sis5595: Do PCI error checks on own lineIlpo Järvinen1-10/+10
2023-08-25i2c: qcom-cci: Fix error checking in cci_probe()Harshit Mogalapalli1-1/+3
2023-08-24i2c: muxes: pca954x: Add regulator supportPatrick Rudolph1-5/+23
2023-08-24i2c: muxes: pca954x: Add MAX735x/MAX736x supportPatrick Rudolph2-4/+69
2023-08-14i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye1-4/+7
2023-08-14i2c: pnx: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-14i2c: pxa: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-3/+2
2023-08-14i2c: s3c2410: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-3/+1
2023-08-14i2c: sh_mobile: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-08-14i2c: st: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-14i2c: qcom-geni: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-14i2c: stm32f4: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-14i2c: mlxbf: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+1
2023-08-14i2c: brcmstb: Convert to devm_platform_ioremap_resource()Yangtao Li1-13/+6
2023-08-14i2c: iproc: Convert to devm_platform_ioremap_resource()Yangtao Li1-6/+2
2023-08-14i2c: at91: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+3
2023-08-14i2c: sun6i-p2wi: Fix an error message in probe()Dan Carpenter1-1/+2
2023-08-14I2C: Explicitly include correct DT includesRob Herring33-38/+25
2023-08-14Merge remote-tracking branch 'andi/i2c/andi-for-next' into i2c/for-mergewindowWolfram Sang34-286/+130
2023-08-14i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang1-0/+8
2023-08-14i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman1-1/+1
2023-08-14i2c: tegra: Fix failure during probe deferral cleanupThierry Reding1-0/+1
2023-08-14i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen1-2/+13
2023-08-14i2c: designware: Correct length byte validation logicQuan Nguyen1-1/+2
2023-08-14i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song1-0/+3
2023-08-14i2c: tiny-usb: check usb base class before assuming the interface on device i...Harry Geyer1-0/+4
2023-08-10i2c: synquacer: Use dev_err_probe in probe functionLiao Chang1-18/+10
2023-08-10i2c: imx-lpi2c: Use dev_err_probe in probe functionLiao Chang1-8/+4
2023-08-10i2c: dln2: Use dev_err_probe in probe functionLiao Chang1-4/+2
2023-08-10i2c: pxa: Use dev_err_probe in probe functionLiao Chang1-4/+3
2023-08-10i2c: qcom-cci: Use dev_err_probe in probe functionLiao Chang1-4/+2
2023-08-10i2c: hisi: Use dev_err_probe in probe functionLiao Chang1-8/+4
2023-08-10i2c: xlp9xx: Use dev_err_probe in probe functionLiao Chang1-4/+2
2023-08-10i2c: mlxbf: Use dev_err_probe in probe functionLiao Chang1-33/+17
2023-08-10i2c: bcm2835: Use dev_err_probe in probe functionLiao Chang1-8/+6
2023-08-08i2c: mux: ltc4306: Remove an unnecessary ternary operatorRuan Jinjie1-1/+1
2023-08-08i2c: stm32: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-4/+4