summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: testunit: on errors, repeat NACK until STOPWolfram Sang3 days1-4/+15
* i2c: rcar: fix NACK handling when being a targetWolfram Sang3 days1-5/+15
* i2c: mux: demux-pinctrl: correct commentWolfram Sang3 days1-1/+1
* i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang3 days1-1/+3
* i2c: atr: Fix client detachTomi Valkeinen9 days1-1/+1
* i2c: core: fix reference leak in i2c_register_adapter()Joe Hattori9 days1-0/+1
* 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-029-23/+23
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* i2c: Fix whitespace style issueLiam Zuiderhoek2024-11-271-1/+1
* i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai2024-11-271-2/+98
* i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai2024-11-271-1/+137
* i2c: Introduce OF component probe functionChen-Yu Tsai2024-11-272-0/+184
* 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-21111-1152/+1984
|\
| * Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang2024-11-18107-1136/+1950
| |\
| | * 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-1788-88/+88
| | * 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