summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2026-05-07device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-04-22i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman
2026-04-18i2c: imx: zero-initialize dma_slave_config for eDMAAnthony Pighin
2026-04-11i2c: tegra: Don't mark devices with pins as IRQ safeMikko Perttunen
2026-04-02i2c: imx: ensure no clock is generated after last readStefan Eichenberger
2026-04-02i2c: imx: fix i2c issue when reading multiple messagesStefan Eichenberger
2026-04-02i2c: designware: amdisp: Fix resume-probe race condition issuePratap Nirujogi
2026-03-25i2c: pxa: defer reset on Armada 3700 when recovery is usedGabor Juhos
2026-03-25i2c: fsi: Fix a potential leak in fsi_i2c_probe()Christophe JAILLET
2026-03-25i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold
2026-03-12i2c: i801: Revert "i2c: i801: replace acpi_lock with I2C bus lock"Charles Haithcock
2026-03-04i2c: imx-lpi2c: fix SMBus block read NACK after byte countCarlos Song
2026-02-11i2c: imx: preserve error state in block data length handlerLI Qingwu
2026-01-30i2c: spacemit: drop IRQF_ONESHOT flag from IRQ requestYixun Lan
2026-01-23i2c: riic: Move suspend handling to NOIRQ phaseTommaso Merciai
2026-01-23i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progressCarlos Song
2026-01-23i2c: qcom-geni: make sure I2C hub controllers can't use SE DMANeil Armstrong
2026-01-02i2c: amd-mp2: fix reference leak in MP2 PCI deviceMa Ke
2026-01-02i2c: designware: Disable SMBus interrupts to prevent storms from mis-configur...Jinhui Guo
2025-12-18i2c: spacemit: fix detect issueTroy Mitchell
2025-11-03i2c: muxes: pca954x: Fix broken reset-gpio usageKrzysztof Kozlowski
2025-10-14i2c: usbio: Add ACPI device-id for MTL-CVF devicesHans de Goede
2025-10-14i2c: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-10-11Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang
2025-10-10Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-10-04i2c: mt65xx: convert set_speed function to voidWolfram Sang
2025-10-04i2c: rename wait_for_completion callback to wait_for_completion_cbByungchul Park
2025-10-04Merge tag 'i2c-host-6.18-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2025-10-04i2c: rtl9300: add support for RTL9310 I2C controllerJonas Jelonek
2025-10-04i2c: rtl9300: use scoped guard instead of explicit lock/unlockJonas Jelonek
2025-10-04i2c: rtl9300: separate xfer configuration and executionJonas Jelonek
2025-10-04i2c: rtl9300: do not set read mode on every transferJonas Jelonek
2025-10-04i2c: rtl9300: move setting SCL frequency to config_ioJonas Jelonek
2025-10-04i2c: rtl9300: rename internal sda_pin to sda_numJonas Jelonek
2025-10-04i2c: rtl9300: use regmap fields and API for registersJonas Jelonek
2025-10-04i2c: rtl9300: Implement I2C block read and writeHarshal Gohel
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'i2c-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-28i2c: i801: Add support for Intel Wildcat Lake-UJarkko Nikula
2025-09-28i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCKSven Eckelmann
2025-09-28Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2025-09-26i2c: designware: Add disabling clocks when probe failsKunihiko Hayashi
2025-09-26i2c: designware: Fix clock issue when PM is disabledKunihiko Hayashi
2025-09-25i2c: busses: Fix some spelling errorsXichao Zhao
2025-09-25i2c: mux: Simplify boolean assignment in i2c_mux_allocI Viswanath
2025-09-25i2c: designware: use dev_err_probe() when probing platform deviceBenoît Monin
2025-09-25i2c: designware: convert to dev_err_probe() on request IRQ errorBenoît Monin
2025-09-25i2c: spacemit: ensure SDA is released after bus resetTroy Mitchell