summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2025-06-27i2c: scx200_acb: depends on HAS_IOPORTJohannes Berg1-1/+1
2025-06-26i2c: omap: Fix an error handling path in omap_i2c_probe()Christophe JAILLET1-2/+5
2025-06-26i2c: amd-isp: Initialize unique adapter namePratap Nirujogi1-0/+2
2025-06-26i2c: designware: Initialize adapter name only when not setPratap Nirujogi1-2/+3
2025-06-25i2c: tiny-usb: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: imx: fix emulated smbus block readLukasz Kucharczyk1-1/+2
2025-06-21i2c: k1: check for transfer errorAlex Elder1-1/+1
2025-06-12i2c: use inclusive callbacks in struct i2c_algorithmWolfram Sang37-89/+89
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-30Merge tag 'i2c-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds39-368/+929
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-05-23i2c: Use str_read_write() helperYumeng Fang4-4/+8
2025-05-23Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang39-367/+929
2025-05-23i2c: mlxbf: avoid 64-bit divisionArnd Bergmann1-5/+3
2025-05-23i2c: viai2c-wmt: Replace dev_err() with dev_err_probe() in probe functionEnrico Zanda1-13/+7
2025-05-23i2c: designware: Don't warn about missing get_clk_rate_khzHeikki Krogerus1-1/+3
2025-05-23i2c: designware: Invoke runtime suspend on quick slave re-registrationTan En De1-1/+1
2025-05-23i2c-mlxbf: Improve I2C bus timing configurationChris Babroski1-18/+16
2025-05-23i2c-mlxbf: Add repeated start condition supportChris Babroski1-8/+26
2025-05-23i2c: xgene-slimpro: Replace dev_err() with dev_err_probe() in probe functionEnrico Zanda1-10/+8
2025-05-23i2c: microchip-corei2c: add smbus supportprashanth kumar burujukindi1-0/+102
2025-05-23i2c: mlxbf: Allow build with COMPILE_TESTAndi Shyti1-1/+1
2025-05-23i2c: I2C_DESIGNWARE_AMDISP should depend on DRM_AMD_ISPGeert Uytterhoeven1-0/+1
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-1/+3
2025-05-20i2c: powermac: convert of_node usage to fwnodeWolfram Sang1-1/+1
2025-05-19i2c: mlxbf: Use str_read_write() helperFeng Wei1-5/+6
2025-05-19i2c: thunderx: Use non-hybrid PCI devres APIPhilipp Stanner1-1/+1
2025-05-19i2c: ismt: Use non-hybrid PCI devres APIPhilipp Stanner1-1/+1
2025-05-19i2c: davinci: add I2C_FUNC_PROTOCOL_MANGLING to feature listMarcus Folkesson1-1/+2
2025-05-19i2c: smbus: introduce Write Disable-aware SPD instantiating functionsYo-Jung (Leo) Lin2-3/+3
2025-05-19i2c: riic: Implement bus recoveryLad Prabhakar1-2/+51
2025-05-19i2c: tegra: check msg length in SMBUS block readAkhil R1-0/+5
2025-05-19i2c: pasemi: Log bus reset causesHector Martin1-2/+7
2025-05-19i2c: pasemi: Improve error recoveryHector Martin1-7/+54
2025-05-19i2c: pasemi: Improve timeout handlingSven Peter1-12/+29
2025-05-19i2c: pasemi: Enable the unjam machineHector Martin1-1/+1
2025-05-19i2c: iproc: Remove unnecessary double negationAndi Shyti1-2/+2
2025-05-19i2c: iproc: When there's an error treat it as an errorAndi Shyti1-8/+8
2025-05-19i2c: iproc: Move function and avoid prototypesAndi Shyti1-74/+70
2025-05-19i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()Andi Shyti1-2/+2
2025-05-19i2c: iproc: Replace udelay() with usleep_range()Andi Shyti1-4/+4
2025-05-19i2c: iproc: Remove stray blank line in slave ISRAndi Shyti1-1/+0
2025-05-19i2c: iproc: Fix alignment to match the open parenthesisAndi Shyti1-5/+4
2025-05-19i2c: iproc: Use u32 instead of uint32_tAndi Shyti1-2/+2
2025-05-19i2c: iproc: Use dev_err_probe in probeAndi Shyti1-19/+12
2025-05-19i2c: iproc: Drop unnecessary initialisation of 'ret'Andi Shyti1-1/+1
2025-05-19i2c: amd-isp: Add ISP i2c-designware driverPratap Nirujogi3-0/+216
2025-05-19i2c: octeon: add block-mode i2c operationsAryan Srivastava3-7/+175
2025-05-19i2c: pasemi: Sort includes alphabeticallySven Peter2-10/+10