summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2 days111-1152/+1984
|\
| * Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang6 days107-1136/+1950
| |\
| | * i2c: Add driver for the RTL9300 I2C controllerChris Packham7 days3-0/+434
| | * i2c: qcom-cci: Remove unused struct member cci_clk_rateVladimir Zapolskiy7 days1-4/+0
| | * i2c: busses: Use *-y instead of *-objs in MakefileAndy Shevchenko7 days2-9/+7
| | * i2c: imx: add support for S32G2/S32G3 SoCsCiprian Marian Costea7 days2-4/+40
| | * i2c: qcom-cci: Remove the unused variable cci_clk_rateJiapeng Chong7 days1-9/+0
| | * i2c: Drop legacy muxing pseudo-driversJean Delvare7 days6-532/+1
| | * i2c: imx: prevent rescheduling in non dma modeStefan Eichenberger7 days1-23/+249
| | * i2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger7 days1-37/+70
| | * i2c: imx: do not poll for bus busy in single master modeStefan Eichenberger7 days1-2/+13
| | * i2c: designware: Add a new ACPI HID for HJMC01 I2C controllerHunter Yu7 days1-0/+1
| | * i2c: qcom-geni: Keep comment why interrupts start disabledWolfram Sang7 days1-0/+2
| | * i2c: designware: constify abort_sourcesRaag Jadav7 days1-1/+1
| | * i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König7 days88-88/+88
| | * i2c: qcom-geni: Support systems with 32MHz serial engine clockManikanta Mylavarapu7 days1-4/+19
| | * i2c: qcom-cci: Stop complaining about DT set clock rateBryan O'Donoghue7 days1-8/+0
| | * i2c: npcm: use a software flag to indicate a BER conditionTyrone Ting7 days1-1/+14
| | * i2c: npcm: correct the read/write operation procedureTyrone Ting7 days1-5/+2
| | * i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_targetQianqiang Liu7 days1-1/+1
| | * i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko10 days6-22/+29
| | * i2c: designware: Use sda_hold_time variable name everywhereAndy Shevchenko10 days1-5/+5
| | * i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko10 days3-42/+16
| | * i2c: designware: Get rid of redundant 'else'Andy Shevchenko10 days1-3/+3
| | * i2c: designware: Use temporary variable for struct deviceAndy Shevchenko10 days2-40/+37
| | * i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K10 days1-0/+17
| | * i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K10 days1-0/+101
| | * i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K10 days2-0/+182
| | * i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K10 days4-1/+98
| | * i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K10 days2-6/+13
| | * i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K10 days2-20/+40
| | * i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K10 days1-4/+2
| | * i2c: i801: Add support for Intel Panther LakeJarkko Nikula10 days2-0/+7
| | * i2c: isch: Convert to kernel-docAndy Shevchenko10 days1-20/+28
| | * i2c: isch: Prefer to use octal permissionAndy Shevchenko10 days1-1/+1
| | * i2c: isch: Don't use "proxy" headersAndy Shevchenko10 days1-3/+5
| | * i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko10 days1-8/+7
| | * i2c: isch: Use read_poll_timeout()Andy Shevchenko10 days1-14/+6
| | * i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko10 days1-10/+9
| | * i2c: isch: switch i2c registration to devm functionsAndy Shevchenko10 days1-16/+1
| | * i2c: isch: Use custom private data structureAndy Shevchenko10 days1-70/+75
| | * i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko10 days1-55/+78
| | * i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko10 days1-2/+3
| | * i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko10 days1-30/+23
| | * i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli10 days1-15/+192
| | * i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli10 days1-47/+53
| | * i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume t...Manikanta Guntupalli10 days1-60/+60
| * | i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv10 days1-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