summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König88-88/+88
2024-11-17i2c: qcom-geni: Support systems with 32MHz serial engine clockManikanta Mylavarapu1-4/+19
2024-11-17i2c: qcom-cci: Stop complaining about DT set clock rateBryan O'Donoghue1-8/+0
2024-11-17i2c: npcm: use a software flag to indicate a BER conditionTyrone Ting1-1/+14
2024-11-17i2c: npcm: correct the read/write operation procedureTyrone Ting1-5/+2
2024-11-17i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_targetQianqiang Liu1-1/+1
2024-11-14i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv1-8/+9
2024-11-14i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko6-22/+29
2024-11-14i2c: designware: Use sda_hold_time variable name everywhereAndy Shevchenko1-5/+5
2024-11-14i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko3-42/+16
2024-11-14i2c: designware: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2024-11-14i2c: designware: Use temporary variable for struct deviceAndy Shevchenko2-40/+37
2024-11-14i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K1-0/+17
2024-11-14i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K1-0/+101
2024-11-14i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K2-0/+182
2024-11-14i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K4-1/+98
2024-11-14i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K2-6/+13
2024-11-14i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K2-20/+40
2024-11-14i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K1-4/+2
2024-11-14i2c: i801: Add support for Intel Panther LakeJarkko Nikula2-0/+7
2024-11-14i2c: isch: Convert to kernel-docAndy Shevchenko1-20/+28
2024-11-14i2c: isch: Prefer to use octal permissionAndy Shevchenko1-1/+1
2024-11-14i2c: isch: Don't use "proxy" headersAndy Shevchenko1-3/+5
2024-11-14i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko1-8/+7
2024-11-14i2c: isch: Use read_poll_timeout()Andy Shevchenko1-14/+6
2024-11-14i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko1-10/+9
2024-11-14i2c: isch: switch i2c registration to devm functionsAndy Shevchenko1-16/+1
2024-11-14i2c: isch: Use custom private data structureAndy Shevchenko1-70/+75
2024-11-14i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko1-55/+78
2024-11-14i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko1-2/+3
2024-11-14i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko1-30/+23
2024-11-14i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli1-15/+192
2024-11-14i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli1-47/+53
2024-11-14i2c: 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-11-05i2c: muxes: Fix return value check in mule_i2c_mux_probe()Yang Yingliang1-2/+2
2024-11-04i2c: Use *-y instead of *-objs in MakefileAndy Shevchenko1-1/+1
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-08i2c: core: Remove extra space in MakefileChen-Yu Tsai1-3/+3
2024-10-08i2c: support gpio-binding for SMBAlertsWolfram Sang2-9/+22
2024-10-08i2c: testunit: improve error handling for GPIOWolfram Sang1-0/+7
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-03move 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-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds6-3/+58
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
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