summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: rcar: fix NACK handling when being a targetWolfram Sang3 days1-5/+15
* i2c: microchip-core: fix "ghost" detectionsConor Dooley2024-12-261-2/+0
* i2c: microchip-core: actually use repeated sendsConor Dooley2024-12-261-26/+94
* i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song2024-12-251-0/+1
* i2c: imx: fix missing stop condition in single-master modeStefan Eichenberger2024-12-251-5/+3
* i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven2024-12-121-1/+1
* i2c: nomadik: Add missing sentinel to match tableGeert Uytterhoeven2024-12-101-0/+1
* i2c: pnx: Fix timeout in wait functionsVladimir Riabchun2024-12-101-2/+2
* module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-033-3/+3
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-027-12/+12
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu2024-11-243-2/+32
* i2c: nomadik: support >=1MHz speed modesThéo Lebrun2024-11-241-24/+16
* i2c: nomadik: fix BRCR computationThéo Lebrun2024-11-241-1/+5
* i2c: nomadik: support Mobileye EyeQ6H I2C controllerThéo Lebrun2024-11-241-2/+6
* i2c: nomadik: switch from of_device_is_compatible() to of_match_device()Théo Lebrun2024-11-241-8/+27
* i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKAYoshihiro Furudera2024-11-241-0/+1
* i2c: qup: use generic device property accessorsBartosz Golaszewski2024-11-241-2/+2
* Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-2199-1125/+1936
|\
| * i2c: Add driver for the RTL9300 I2C controllerChris Packham2024-11-173-0/+434
| * i2c: qcom-cci: Remove unused struct member cci_clk_rateVladimir Zapolskiy2024-11-171-4/+0
| * i2c: busses: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-11-172-9/+7
| * i2c: imx: add support for S32G2/S32G3 SoCsCiprian Marian Costea2024-11-172-4/+40
| * i2c: qcom-cci: Remove the unused variable cci_clk_rateJiapeng Chong2024-11-171-9/+0
| * i2c: Drop legacy muxing pseudo-driversJean Delvare2024-11-176-532/+1
| * i2c: imx: prevent rescheduling in non dma modeStefan Eichenberger2024-11-171-23/+249
| * i2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger2024-11-171-37/+70
| * i2c: imx: do not poll for bus busy in single master modeStefan Eichenberger2024-11-171-2/+13
| * i2c: designware: Add a new ACPI HID for HJMC01 I2C controllerHunter Yu2024-11-171-0/+1
| * i2c: qcom-geni: Keep comment why interrupts start disabledWolfram Sang2024-11-171-0/+2
| * i2c: designware: constify abort_sourcesRaag Jadav2024-11-171-1/+1
| * i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-1781-81/+81
| * i2c: qcom-geni: Support systems with 32MHz serial engine clockManikanta Mylavarapu2024-11-171-4/+19
| * i2c: qcom-cci: Stop complaining about DT set clock rateBryan O'Donoghue2024-11-171-8/+0
| * i2c: npcm: use a software flag to indicate a BER conditionTyrone Ting2024-11-171-1/+14
| * i2c: npcm: correct the read/write operation procedureTyrone Ting2024-11-171-5/+2
| * i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_targetQianqiang Liu2024-11-171-1/+1
| * i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko2024-11-136-22/+29
| * i2c: designware: Use sda_hold_time variable name everywhereAndy Shevchenko2024-11-131-5/+5
| * i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko2024-11-133-42/+16
| * 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