summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2024-03-05i2c: designware: Delete SMBus functionalitiesHal Feng1-6/+4
2024-03-01i2c: imx: when being a target, mark the last read as processedCorey Minyard1-0/+5
2024-02-23i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-02-23i2c: pasemi: split driver into two separate modulesArnd Bergmann2-4/+8
2024-02-23i2c: qcom-geni: Correct I2C TRE sequenceViken Dadhaniya1-7/+7
2024-02-05i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn1-2/+6
2024-01-26i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski1-17/+10
2024-01-26i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski1-2/+11
2024-01-20i2c: rk3x: fix potential spinlock recursion on pollJensen Huang1-2/+11
2024-01-01i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen1-16/+32
2024-01-01i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()Yang Yingliang1-1/+7
2023-12-13i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland1-2/+2
2023-12-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff1-8/+8
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-11-28i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen1-3/+16
2023-11-28Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko1-8/+68
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin1-0/+5
2023-11-28i2c: i801: Add support for Intel Birch Stream SoCJarkko Nikula2-0/+4
2023-11-20i2c: iproc: handle invalid slave stateRoman Bacik1-58/+75
2023-10-21i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-10-10i2c: aspeed: Fix i2c bus hang in slave readJian Zhang1-1/+2
2023-09-27i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-09-22i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally1-1/+1
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2-0/+20
2023-09-19i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
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-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds61-395/+232
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-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