summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-051-3/+3
|\
| * i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut2024-10-011-3/+3
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-296-3/+58
|\
| * 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
* | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
|/
* Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-2341-545/+1461
|\
| * Merge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang2024-09-2139-457/+1309
| |\
| | * 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: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede2024-09-101-6/+12
| | * 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: muxes: add support for tsd,mule-i2c multiplexerFarouk Bouabid2024-09-103-0/+165
| | * 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