summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan2024-09-271-1/+1
* i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven2024-09-271-0/+1
* i2c: synquacer: Deal with optional PCLK correctlyArd Biesheuvel2024-09-241-2/+3
* i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu2024-09-243-0/+53
* Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-2334-451/+1130
|\
| * i2c: designware: Use pci_get_drvdata()Andy Shevchenko2024-09-111-2/+2
| * i2c: designware: Propagate firmware nodeAndy Shevchenko2024-09-113-5/+2
| * i2c: designware: Uninline i2c_dw_probe()Andy Shevchenko2024-09-112-15/+16
| * i2c: ljca: Remove unused "target_addr" parameterAndi Shyti2024-09-101-3/+3
| * i2c: keba: Add KEBA I2C controller supportGerhard Engleder2024-09-103-0/+610
| * i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede2024-09-101-1/+8
| * i2c: ismt: kill transaction in hardware on timeoutVasily Khoruzhick2024-09-101-0/+10
| * i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus2024-09-101-11/+18
| * i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET2024-09-101-2/+2
| * i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto2024-09-101-7/+5
| * i2c: imx: Convert comma to semicolonShen Lichuan2024-09-101-1/+1
| * i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng2024-09-101-15/+7
| * i2c: emev2: Use devm_clk_get_enabled() helpersRong Qianfeng2024-09-101-17/+8
| * i2c: npcm: restore slave addresses array lengthTyrone Ting2024-09-101-2/+4
| * i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun2024-09-101-19/+4
| * i2c: designware: Consolidate PM opsAndy Shevchenko2024-09-104-105/+68
| * i2c: riic: Simplify unsupported bus speed handlingGeert Uytterhoeven2024-09-101-9/+6
| * i2c: designware: Remove ->disable() callbackAndy Shevchenko2024-09-106-10/+8
| * i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko2024-09-105-0/+12
| * i2c: designware: Unify the firmware type checksAndy Shevchenko2024-09-101-2/+4
| * i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko2024-09-104-70/+66
| * i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko2024-09-101-4/+5
| * i2c: riic: Add support for fast mode plusClaudiu Beznea2024-09-101-2/+22
| * i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea2024-09-101-27/+31
| * i2c: riic: Add suspend/resume supportClaudiu Beznea2024-09-101-11/+62
| * i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea2024-09-101-2/+9
| * i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea2024-09-101-6/+14
| * i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea2024-09-101-9/+5
| * i2c: riic: Use temporary variable for struct deviceClaudiu Beznea2024-09-101-23/+26
| * i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko2024-09-101-5/+2
| * i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2024-09-102-5/+3
| * i2c: designware: Always provide device ID tablesAndy Shevchenko2024-09-101-33/+31
| * i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2024-09-102-3/+3
| * i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko2024-09-101-3/+3
| * i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko2024-09-101-11/+3
| * i2c: designware: Replace a while-loop by for-loopAndy Shevchenko2024-09-101-4/+1
| * i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti2024-09-101-9/+12
| * i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam2024-09-101-5/+4
| * i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno2024-09-101-4/+1
| * i2c: don't use ',' after delimitersWolfram Sang2024-09-1013-14/+13
| * i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang2024-09-103-12/+53
* | i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-121-3/+1
* | i2c: isch: Add missed 'else'Andy Shevchenko2024-09-111-2/+1
* | i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock2024-09-111-15/+26
* | i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock2024-09-111-10/+9