summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-10i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng1-15/+7
2024-09-10i2c: emev2: Use devm_clk_get_enabled() helpersRong Qianfeng1-17/+8
2024-09-10i2c: muxes: add support for tsd,mule-i2c multiplexerFarouk Bouabid3-0/+165
2024-09-10i2c: npcm: restore slave addresses array lengthTyrone Ting1-2/+4
2024-09-10i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun1-19/+4
2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko4-105/+68
2024-09-10i2c: riic: Simplify unsupported bus speed handlingGeert Uytterhoeven1-9/+6
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko6-10/+8
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko5-0/+12
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko1-2/+4
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko4-70/+66
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko1-4/+5
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea1-2/+22
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea1-27/+31
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea1-11/+62
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+9
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea1-6/+14
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea1-9/+5
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea1-23/+26
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko1-5/+2
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2-5/+3
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko1-33/+31
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2-3/+3
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko1-3/+3
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko1-11/+3
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko1-4/+1
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti1-9/+12
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam1-5/+4
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno1-4/+1
2024-09-10i2c: don't use ',' after delimitersWolfram Sang14-15/+14
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang3-12/+53