summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2026-08-23i2c: iproc: reset bus after timeout if START_BUSY is stuckJonas Gorski
2026-08-23i2c: bcm-iproc: remove printout on handled timeoutsWolfram Sang
2026-08-09i2c: imx: Cancel hrtimer before clearing slave pointerLiem
2026-08-09i2c: imx: Fix slave registration race and error handlingLiem
2026-08-09i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlockH. Nikolaus Schaller
2026-08-09i2c: amd-mp2: Unregister callback on adapter add failureMyeonghun Pak
2026-08-03i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)Vincent Jardin
2026-08-03i2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger
2026-08-03i2c: i801: fix hardware state machine corruption in error pathMingyu Wang
2026-08-03i2c: davinci: Unregister cpufreq notifier on probe failureHaoxiang Li
2026-07-24i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource()Xuanqiang Luo
2026-07-24i2c: mediatek: fix WRRD for SoCs without auto_restart optionRoman Vivchar
2026-07-24Revert "treewide: Fix probing of devices in DT overlays"Saravana Kannan
2026-07-24i2c: stm32f7: truncate clock period instead of rounding itGuillermo Rodríguez
2026-07-24i2c: mpc: Fix timeout calculationsAndy Shevchenko
2026-07-24i2c: core: fix adapter deregistration raceJohan Hovold
2026-07-24i2c: core: fix adapter registration raceJohan Hovold
2026-07-24i2c: core: fix adapter debugfs creationJohan Hovold
2026-07-24i2c: core: fix NULL-deref on adapter registration failureJohan Hovold
2026-07-24i2c: core: fix hang on adapter registration failureJohan Hovold
2026-07-24i2c: core: fix irq domain leak on adapter registration failureJohan Hovold
2026-07-04i2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi
2026-06-19i2c: tegra: Fix NOIRQ suspend/resumeAkhil R
2026-06-19i2c: stm32f7: fix timing computation ignoring i2c-analog-filterGuillermo Rodríguez
2026-06-19i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()Vladimir Zapolskiy
2026-06-19i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctlMingyu Wang
2026-05-17device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-04-27i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman
2026-04-11i2c: tegra: Don't mark devices with pins as IRQ safeMikko Perttunen
2026-03-25i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold
2026-03-25i2c: cp2615: replace deprecated strncpy with strscpyJustin Stitt
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-01-30i2c: qcom-geni: make sure I2C hub controllers can't use SE DMANeil Armstrong
2026-01-11i2c: amd-mp2: fix reference leak in MP2 PCI deviceMa Ke
2026-01-11i2c: designware: Disable SMBus interrupts to prevent storms from mis-configur...Jinhui Guo
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: mediatek: fix potential incorrect use of I2C_MASTER_WRRDLeilk.Liu
2025-10-02i2c: designware: Add quirk for Intel XeHeikki Krogerus
2025-09-19i2c: i801: Hide Intel Birch Stream SoC TCO WDTChiasheng Lee
2025-08-28i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou
2025-08-15i2c: stm32f7: unmap DMA mapped bufferClément Le Goffic
2025-08-15i2c: stm32f7: simplify status messages in case of errorsAlain Volmat
2025-08-15i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat
2025-08-15i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat
2025-08-15i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti
2025-08-01i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar
2025-08-01i2c: tegra: Fix reset error handling with ACPIAkhil R
2025-08-01i2c: qup: jump out of the loop in case of timeoutYang Xiwen