summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2025-03-22i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET1-1/+11
2025-03-22i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET1-1/+11
2025-03-22i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET1-1/+11
2025-03-07i2c: ls2x: Fix frequency division register accessBinbin Zhou1-4/+12
2025-03-07i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting1-0/+7
2025-02-17i2c: Force ELAN06FA touchpad I2C bus freq to 100KHzRandolph Ha1-0/+22
2025-02-08i2c: designware: Actually make use of the I2C_DW_COMMON and I2C_DW symbol nam...Uwe Kleine-König3-6/+9
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada3-3/+3
2025-01-23i2c: atr: Fix client detachTomi Valkeinen1-1/+1
2025-01-23i2c: testunit: on errors, repeat NACK until STOPWolfram Sang1-4/+15
2025-01-23i2c: rcar: fix NACK handling when being a targetWolfram Sang1-5/+15
2025-01-23i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang1-1/+3
2025-01-23i2c: core: fix reference leak in i2c_register_adapter()Joe Hattori1-0/+1
2025-01-02i2c: microchip-core: fix "ghost" detectionsConor Dooley1-2/+0
2025-01-02i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song1-0/+1
2025-01-02i2c: microchip-core: actually use repeated sendsConor Dooley1-26/+94
2024-12-27i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven1-1/+1
2024-12-27i2c: pnx: Fix timeout in wait functionsVladimir Riabchun1-2/+2
2024-12-14i2c: i801: Add support for Intel Panther LakeJarkko Nikula2-0/+7
2024-12-05i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv1-8/+9
2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao2-2/+5
2024-11-05i2c: muxes: Fix return value check in mule_i2c_mux_probe()Yang Yingliang1-2/+2
2024-10-05Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut1-3/+3
2024-09-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds6-3/+58
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-27i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-09-27i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven1-0/+1
2024-09-24i2c: synquacer: Deal with optional PCLK correctlyArd Biesheuvel1-2/+3
2024-09-24i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu3-0/+53
2024-09-24Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-545/+1461
2024-09-21Merge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang39-457/+1309
2024-09-12i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-09-12i2c: isch: Add missed 'else'Andy Shevchenko1-2/+1
2024-09-11i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock1-15/+26
2024-09-11i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock1-10/+9
2024-09-11i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang1-8/+8
2024-09-11i2c: designware: Use pci_get_drvdata()Andy Shevchenko1-2/+2
2024-09-11i2c: designware: Propagate firmware nodeAndy Shevchenko3-5/+2
2024-09-11i2c: designware: Uninline i2c_dw_probe()Andy Shevchenko2-15/+16
2024-09-10i2c: ljca: Remove unused "target_addr" parameterAndi Shyti1-3/+3
2024-09-10i2c: keba: Add KEBA I2C controller supportGerhard Engleder3-0/+610
2024-09-10i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede1-1/+8
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede1-6/+12
2024-09-10i2c: ismt: kill transaction in hardware on timeoutVasily Khoruzhick1-0/+10
2024-09-10i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus1-11/+18
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET1-2/+2
2024-09-10i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto1-7/+5
2024-09-10i2c: imx: Convert comma to semicolonShen Lichuan1-1/+1