summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * i2c: designware: Get rid of redundant 'else'Andy Shevchenko2024-11-131-3/+3
| | * i2c: designware: Use temporary variable for struct deviceAndy Shevchenko2024-11-132-40/+37
| | * i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K2024-11-131-0/+17
| | * i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K2024-11-131-0/+101
| | * i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K2024-11-132-0/+182
| | * i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K2024-11-134-1/+98
| | * i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K2024-11-132-6/+13
| | * i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K2024-11-132-20/+40
| | * i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K2024-11-131-4/+2
| | * i2c: i801: Add support for Intel Panther LakeJarkko Nikula2024-11-132-0/+7
| | * i2c: isch: Convert to kernel-docAndy Shevchenko2024-11-131-20/+28
| | * i2c: isch: Prefer to use octal permissionAndy Shevchenko2024-11-131-1/+1
| | * i2c: isch: Don't use "proxy" headersAndy Shevchenko2024-11-131-3/+5
| | * i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko2024-11-131-8/+7
| | * i2c: isch: Use read_poll_timeout()Andy Shevchenko2024-11-131-14/+6
| | * i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko2024-11-131-10/+9
| | * i2c: isch: switch i2c registration to devm functionsAndy Shevchenko2024-11-131-16/+1
| | * i2c: isch: Use custom private data structureAndy Shevchenko2024-11-131-70/+75
| | * i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko2024-11-131-55/+78
| | * i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko2024-11-131-2/+3
| | * i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko2024-11-131-30/+23
| | * i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli2024-11-131-15/+192
| | * i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli2024-11-131-47/+53
| | * i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume t...Manikanta Guntupalli2024-11-131-60/+60
| * | i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv2024-11-141-8/+9
| * | i2c: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-11-041-1/+1
| * | i2c: core: Remove extra space in MakefileChen-Yu Tsai2024-10-081-3/+3
| * | i2c: support gpio-binding for SMBAlertsWolfram Sang2024-10-082-9/+22
| * | i2c: testunit: improve error handling for GPIOWolfram Sang2024-10-081-0/+7
* | | Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-203-0/+417
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski2024-10-142-4/+4
| |\|
| * | i2c: Congatec Board Controller i2c bus driverThomas Richard2024-10-093-0/+417
* | | i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao2024-11-082-2/+5
* | | i2c: muxes: Fix return value check in mule_i2c_mux_probe()Yang Yingliang2024-11-051-2/+2
| |/ |/|
* | 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