summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2024-11-13i2c: designware: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2024-11-13i2c: designware: Use temporary variable for struct deviceAndy Shevchenko2-40/+37
2024-11-13i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K1-0/+17
2024-11-13i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K1-0/+101
2024-11-13i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K2-0/+182
2024-11-13i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K4-1/+98
2024-11-13i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K2-6/+13
2024-11-13i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K2-20/+40
2024-11-13i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K1-4/+2
2024-11-13i2c: i801: Add support for Intel Panther LakeJarkko Nikula2-0/+7
2024-11-13i2c: isch: Convert to kernel-docAndy Shevchenko1-20/+28
2024-11-13i2c: isch: Prefer to use octal permissionAndy Shevchenko1-1/+1
2024-11-13i2c: isch: Don't use "proxy" headersAndy Shevchenko1-3/+5
2024-11-13i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko1-8/+7
2024-11-13i2c: isch: Use read_poll_timeout()Andy Shevchenko1-14/+6
2024-11-13i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko1-10/+9
2024-11-13i2c: isch: switch i2c registration to devm functionsAndy Shevchenko1-16/+1
2024-11-13i2c: isch: Use custom private data structureAndy Shevchenko1-70/+75
2024-11-13i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko1-55/+78
2024-11-13i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko1-2/+3
2024-11-13i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko1-30/+23
2024-11-13i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli1-15/+192
2024-11-13i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli1-47/+53
2024-11-13i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume t...Manikanta Guntupalli1-60/+60
2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao2-2/+5
2024-10-14Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski2-4/+4
2024-10-09i2c: Congatec Board Controller i2c bus driverThomas Richard3-0/+417
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-02move 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-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-23Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-451/+1130
2024-09-12i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-09-11i2c: 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: 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