summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2024-09-10i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET
2024-09-10i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto
2024-09-10i2c: imx: Convert comma to semicolonShen Lichuan
2024-09-10i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng
2024-09-10i2c: emev2: Use devm_clk_get_enabled() helpersRong Qianfeng
2024-09-10i2c: muxes: add support for tsd,mule-i2c multiplexerFarouk Bouabid
2024-09-10i2c: npcm: restore slave addresses array lengthTyrone Ting
2024-09-10i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun
2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko
2024-09-10i2c: riic: Simplify unsupported bus speed handlingGeert Uytterhoeven
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno
2024-09-10i2c: don't use ',' after delimitersWolfram Sang
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang
2024-09-07i2c: Remove I2C_COMPAT config symbol and related codeHeiner Kallweit
2024-09-03i2c: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-26i2c: core: Lock address during client device instantiationHeiner Kallweit
2024-08-26i2c: testunit: add SMBusAlert triggerWolfram Sang
2024-08-26i2c: testunit: move code to avoid a forward declarationWolfram Sang
2024-08-15i2c: tegra: Do not mark ACPI devices as irq safeBreno Leitao
2024-08-14i2c: testunit: return current command on read messagesWolfram Sang
2024-08-14i2c: testunit: add command to support versioning and test rep_startWolfram Sang
2024-08-14i2c: testunit: sort case blocksWolfram Sang
2024-08-14i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeAndi Shyti
2024-08-09Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang
2024-08-08i2c: testunit: match HostNotify test name with docsWolfram Sang
2024-08-07i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeGaosheng Cui
2024-08-05i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resumeGaosheng Cui
2024-08-04i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck