summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2025-12-18i2c: spacemit: fix detect issueTroy Mitchell
2025-10-15i2c: designware: Add disabling clocks when probe failsKunihiko Hayashi
2025-10-15i2c: designware: Fix clock issue when PM is disabledKunihiko Hayashi
2025-10-15i2c: spacemit: ensure SDA is released after bus resetTroy Mitchell
2025-10-15i2c: spacemit: check SDA instead of SCL after bus resetTroy Mitchell
2025-10-15i2c: spacemit: disable SDA glitch fix to avoid restart delayTroy Mitchell
2025-10-15i2c: spacemit: remove stop function to avoid bus errorTroy Mitchell
2025-10-15i2c: spacemit: ensure bus release check runs when wait_bus_idle() failsTroy Mitchell
2025-10-15i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRDLeilk.Liu
2025-09-28i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCKSven Eckelmann
2025-09-23i2c: riic: Allow setting frequencies lower than 50KHzClaudiu Beznea
2025-09-04i2c: rtl9300: remove broken SMBus Quick operation supportJonas Jelonek
2025-09-04i2c: rtl9300: ensure data length is within supported rangeJonas Jelonek
2025-09-04i2c: rtl9300: fix channel number bound checkJonas Jelonek
2025-09-02i2c: i801: Hide Intel Birch Stream SoC TCO WDTChiasheng Lee
2025-08-19i2c: rtl9300: Add missing count byte for SMBus Block OpsSven Eckelmann
2025-08-19i2c: rtl9300: Increase timeout for transfer pollingSven Eckelmann
2025-08-19i2c: rtl9300: Fix multi-byte I2C writeHarshal Gohel
2025-08-19i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xferAlex Guo
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-08-03i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe()Christophe JAILLET
2025-08-03i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou
2025-08-03i2c: apple: Drop default ARCH_APPLE in KconfigSven Peter
2025-08-03Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-30i2c: qcom-geni: fix I2C frequency table to achieve accurate bus ratesKathiravan Thirumoorthy
2025-07-30i2c: tegra: Remove dma_sync_*() callsAkhil R
2025-07-30i2c: tegra: Use internal reset when reset property is not availableAkhil R
2025-07-30i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIsClément Le Goffic
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-28i2c: core: Fix double-free of fwnode in i2c_unregister_device()Hans de Goede
2025-07-28Merge tag 'i2c-host-6.17-pt1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2025-07-25i2c: lpi2c: implement xfer_atomic callbackEmanuele Ghidoli
2025-07-25i2c: lpi2c: use readl_poll_timeout() for register pollingEmanuele Ghidoli
2025-07-25i2c: lpi2c: convert to use secs_to_jiffies()Yuesong Li
2025-07-25i2c: st: Use min() to improve codeQianfeng Rong
2025-07-24i2c: qup: jump out of the loop in case of timeoutYang Xiwen
2025-07-24i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar
2025-07-24i2c: tegra: Fix reset error handling with ACPIAkhil R
2025-07-24i2c: imx: use guard to take spinlockTroy Mitchell
2025-07-24i2c: stm32f7: Use str_on_off() helperYumeng Fang
2025-07-24i2c: riic: Add support for RZ/T2H SoCLad Prabhakar
2025-07-24i2c: riic: Move generic compatible string to end of arrayLad Prabhakar
2025-07-24i2c: riic: Pass IRQ desc array as part of OF dataLad Prabhakar
2025-07-24i2c: tegra: Add missing kernel-doc for dma_dev memberHans Zhang
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki
2025-07-10i2c: designware: Add quirk for Intel XeHeikki Krogerus
2025-07-10i2c: designware: Use polling by default when there is no irq resourceHeikki Krogerus