summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
9 daysi2c: iproc: reset bus after timeout if START_BUSY is stuckJonas Gorski1-0/+11
9 daysi2c: bcm-iproc: remove printout on handled timeoutsWolfram Sang1-2/+0
9 daysi2c: imx: Fix slave registration race and error handlingLiem1-3/+6
9 daysi2c: imx: fix locked bus on SMBus block-read of 0 (atomic)Vincent Jardin1-3/+16
9 daysi2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger1-37/+70
9 daysi2c: davinci: Unregister cpufreq notifier on probe failureHaoxiang Li1-1/+3
13 daysi2c: imx: Cancel hrtimer before clearing slave pointerLiem1-0/+1
13 daysi2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlockH. Nikolaus Schaller1-1/+4
13 daysi2c: amd-mp2: Unregister callback on adapter add failureMyeonghun Pak1-1/+3
2026-07-24i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource()Xuanqiang Luo1-1/+3
2026-07-24i2c: mediatek: fix WRRD for SoCs without auto_restart optionRoman Vivchar1-1/+1
2026-07-24i2c: stm32f7: truncate clock period instead of rounding itGuillermo Rodríguez1-2/+7
2026-07-24i2c: core: fix adapter deregistration raceJohan Hovold1-2/+7
2026-07-24i2c: core: fix adapter registration raceJohan Hovold1-2/+6
2026-07-24i2c: core: fix adapter debugfs creationJohan Hovold1-8/+13
2026-07-24i2c: core: fix NULL-deref on adapter registration failureJohan Hovold1-3/+5
2026-07-24i2c: core: fix hang on adapter registration failureJohan Hovold1-20/+29
2026-07-24i2c: core: fix irq domain leak on adapter registration failureJohan Hovold1-1/+3
2026-07-04i2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi1-0/+5
2026-06-19i2c: tegra: Fix NOIRQ suspend/resumeAkhil R1-23/+30
2026-06-19i2c: stm32f7: fix timing computation ignoring i2c-analog-filterGuillermo Rodríguez1-3/+3
2026-06-19i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()Vladimir Zapolskiy1-1/+1
2026-06-19i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctlMingyu Wang1-4/+5
2026-06-01i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman1-1/+6
2026-04-18i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold1-0/+3
2026-04-18i2c: cp2615: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2026-04-18i2c: fsi: Fix a potential leak in fsi_i2c_probe()Christophe JAILLET1-0/+1
2026-01-19i2c: amd-mp2: fix reference leak in MP2 PCI deviceMa Ke1-1/+4
2025-10-19i2c: designware: Add disabling clocks when probe failsKunihiko Hayashi1-0/+1
2025-10-19i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRDLeilk.Liu1-7/+10
2025-08-28i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou1-0/+1
2025-08-28i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar1-7/+8
2025-08-28i2c: qup: jump out of the loop in case of timeoutYang Xiwen1-1/+3
2025-08-28i2c: stm32: fix the device used for the DMA mapClément Le Goffic2-7/+5
2025-07-10i2c/designware: Fix an initialization issueMichael J. Ruhl1-0/+1
2025-07-10i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang1-0/+6
2025-07-10i2c: tiny-usb: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-27i2c: npcm: Add clock toggle recoveryTali Perry1-4/+8
2025-06-27i2c: designware: Invoke runtime suspend on quick slave re-registrationTan En De1-1/+1
2025-06-04i2c: pxa: fix call balance of i2c->clk handling routinesVitalii Mordan1-1/+4
2025-06-04i2c: qup: Vote for interconnect bandwidth to DRAMStephan Gerhold1-0/+36
2025-05-09i2c: imx-lpi2c: Fix clock count when probe defersClark Wang1-2/+2
2025-05-02i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo1-0/+3
2025-04-10i2c: omap: fix IRQ stormsAndreas Kemnade1-19/+7
2025-04-10i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET1-1/+11
2025-04-10i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET1-1/+11
2025-04-10i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET1-1/+11
2025-03-13i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting1-0/+7
2025-03-13i2c: Force ELAN06FA touchpad I2C bus freq to 100KHzRandolph Ha1-0/+22
2025-01-23i2c: rcar: fix NACK handling when being a targetWolfram Sang1-5/+15