summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2025-10-04i2c: rtl9300: move setting SCL frequency to config_ioJonas Jelonek-8/+9
2025-10-04i2c: rtl9300: rename internal sda_pin to sda_numJonas Jelonek-12/+12
2025-10-04i2c: rtl9300: use regmap fields and API for registersJonas Jelonek-68/+124
2025-10-04i2c: rtl9300: Implement I2C block read and writeHarshal Gohel-4/+34
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+8
2025-10-01Merge tag 'i2c-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-98/+149
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+207
2025-09-28i2c: i801: Add support for Intel Wildcat Lake-UJarkko Nikula-0/+4
2025-09-28i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCKSven Eckelmann-2/+1
2025-09-28Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang-24/+21
2025-09-26i2c: designware: Add disabling clocks when probe failsKunihiko Hayashi-0/+1
2025-09-26i2c: designware: Fix clock issue when PM is disabledKunihiko Hayashi-1/+3
2025-09-25i2c: busses: Fix some spelling errorsXichao Zhao-4/+4
2025-09-25i2c: mux: Simplify boolean assignment in i2c_mux_allocI Viswanath-6/+3
2025-09-25i2c: designware: use dev_err_probe() when probing platform deviceBenoît Monin-4/+6
2025-09-25i2c: designware: convert to dev_err_probe() on request IRQ errorBenoît Monin-10/+8
2025-09-25i2c: spacemit: ensure SDA is released after bus resetTroy Mitchell-1/+20
2025-09-25i2c: spacemit: check SDA instead of SCL after bus resetTroy Mitchell-2/+2
2025-09-25i2c: spacemit: disable SDA glitch fix to avoid restart delayTroy Mitchell-0/+11
2025-09-25i2c: spacemit: remove stop function to avoid bus errorTroy Mitchell-19/+7
2025-09-25i2c: spacemit: ensure bus release check runs when wait_bus_idle() failsTroy Mitchell-4/+5
2025-09-25i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRDLeilk.Liu-7/+10
2025-09-25i2c: boardinfo: Annotate code used in init phase onlyHeiner Kallweit-2/+2
2025-09-25Merge branch 'i2c/immutable/scoped_fwnode_child' into i2c/for-mergewindowWolfram Sang-2/+1
2025-09-25i2c: s3c2410: Drop S3C2410 OF supportKrzysztof Kozlowski-1/+0
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-1/+7
2025-09-23i2c: riic: Allow setting frequencies lower than 50KHzClaudiu Beznea-1/+1
2025-09-18Merge tag 'ib-mfd-gpio-hwmon-i2c-can-rtc-watchdog-v6.18' of git://git.kernel....Bartosz Golaszewski-0/+207
2025-09-17i2c: qcom-geni: Load i2c qup Firmware from linux sideViken Dadhaniya-1/+7
2025-09-16i2c: Add Nuvoton NCT6694 I2C supportMing Yu-0/+207
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-1/+1
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-15/+9
2025-09-13i2c: tegra: Add Tegra256 supportAkhil R-0/+26
2025-09-13i2c: core: Drop dev_pm_domain_detach() callClaudiu Beznea-6/+3
2025-09-13i2c: mux: pca9541: Use I2C adapter timeout value for arbitration timeoutManikanta Guntupalli-6/+6
2025-09-12i2c: Add Intel USBIO I2C driverIsrael Cepeda-0/+332
2025-09-10i2c: core: Use fwnode_for_each_child_node_scoped()Jean-François Lessard-2/+1
2025-09-09i2c: at91: make it selectable for ARCH_MICROCHIPRobert Marko-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-11i2c: muxes: pca954x: Reset if (de)select failsWojciech Siudy-8/+26
2025-08-11i2c: muxes: pca954x: Use reset controller onlyWojciech Siudy-15/+1
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