summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2025-09-28i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCKSven Eckelmann-2/+1
2025-09-23i2c: riic: Allow setting frequencies lower than 50KHzClaudiu Beznea-1/+1
2025-09-04i2c: rtl9300: remove broken SMBus Quick operation supportJonas Jelonek-12/+3
2025-09-04i2c: rtl9300: ensure data length is within supported rangeJonas Jelonek-1/+4
2025-09-04i2c: rtl9300: fix channel number bound checkJonas Jelonek-1/+1
2025-09-02i2c: i801: Hide Intel Birch Stream SoC TCO WDTChiasheng Lee-1/+1
2025-08-19i2c: rtl9300: Add missing count byte for SMBus Block OpsSven Eckelmann-3/+3
2025-08-19i2c: rtl9300: Increase timeout for transfer pollingSven Eckelmann-1/+1
2025-08-19i2c: rtl9300: Fix multi-byte I2C writeHarshal Gohel-4/+4
2025-08-19i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xferAlex Guo-0/+4
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-08-03i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe()Christophe JAILLET-2/+1
2025-08-03i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou-0/+1
2025-08-03i2c: apple: Drop default ARCH_APPLE in KconfigSven Peter-1/+0
2025-08-03Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang-34/+68
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-6/+12
2025-07-30i2c: qcom-geni: fix I2C frequency table to achieve accurate bus ratesKathiravan Thirumoorthy-3/+3
2025-07-30i2c: tegra: Remove dma_sync_*() callsAkhil R-19/+1
2025-07-30i2c: tegra: Use internal reset when reset property is not availableAkhil R-1/+43
2025-07-30i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIsClément Le Goffic-11/+21
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-07-29Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-130/+253
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2025-07-28i2c: core: Fix double-free of fwnode in i2c_unregister_device()Hans de Goede-1/+7
2025-07-28Merge tag 'i2c-host-6.17-pt1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang-157/+294
2025-07-25i2c: lpi2c: implement xfer_atomic callbackEmanuele Ghidoli-38/+132
2025-07-25i2c: lpi2c: use readl_poll_timeout() for register pollingEmanuele Ghidoli-49/+45
2025-07-25i2c: lpi2c: convert to use secs_to_jiffies()Yuesong Li-1/+1
2025-07-25i2c: st: Use min() to improve codeQianfeng Rong-13/+6
2025-07-24i2c: qup: jump out of the loop in case of timeoutYang Xiwen-1/+3
2025-07-24i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar-7/+8
2025-07-24i2c: tegra: Fix reset error handling with ACPIAkhil R-23/+1
2025-07-24i2c: imx: use guard to take spinlockTroy Mitchell-21/+16
2025-07-24i2c: stm32f7: Use str_on_off() helperYumeng Fang-1/+2
2025-07-24i2c: riic: Add support for RZ/T2H SoCLad Prabhakar-0/+28
2025-07-24i2c: riic: Move generic compatible string to end of arrayLad Prabhakar-2/+2
2025-07-24i2c: riic: Pass IRQ desc array as part of OF dataLad Prabhakar-6/+16
2025-07-24i2c: tegra: Add missing kernel-doc for dma_dev memberHans Zhang-0/+1
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki-1/+1
2025-07-10i2c: designware: Add quirk for Intel XeHeikki Krogerus-2/+5
2025-07-10i2c: designware: Use polling by default when there is no irq resourceHeikki Krogerus-4/+7
2025-07-10i2c: stm32f7: unmap DMA mapped bufferClément Le Goffic-13/+7
2025-07-10i2c: stm32: fix the device used for the DMA mapClément Le Goffic-7/+5
2025-07-10i2c: omap: Fix an error handling path in omap_i2c_probe()Christophe JAILLET-1/+1
2025-07-10i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()Christophe JAILLET-1/+4
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea-1/+1
2025-07-05Merge tag 'i2c-for-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+6
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+2
2025-07-01i2c: microchip-core: re-fix fake detections w/ i2cdetectConor Dooley-1/+5
2025-06-30i2c/designware: Fix an initialization issueMichael J. Ruhl-0/+1