summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2025-01-15i2c: testunit: on errors, repeat NACK until STOPWolfram Sang-4/+15
2025-01-15i2c: rcar: fix NACK handling when being a targetWolfram Sang-5/+15
2025-01-15i2c: mux: demux-pinctrl: correct commentWolfram Sang-1/+1
2025-01-15i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang-1/+3
2025-01-09i2c: atr: Fix client detachTomi Valkeinen-1/+1
2025-01-09i2c: core: fix reference leak in i2c_register_adapter()Joe Hattori-0/+1
2024-12-26i2c: microchip-core: fix "ghost" detectionsConor Dooley-2/+0
2024-12-26i2c: microchip-core: actually use repeated sendsConor Dooley-26/+94
2024-12-25i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song-0/+1
2024-12-25i2c: imx: fix missing stop condition in single-master modeStefan Eichenberger-5/+3
2024-12-12i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven-1/+1
2024-12-10i2c: nomadik: Add missing sentinel to match tableGeert Uytterhoeven-0/+1
2024-12-10i2c: pnx: Fix timeout in wait functionsVladimir Riabchun-2/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-23/+23
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-27i2c: Fix whitespace style issueLiam Zuiderhoek-1/+1
2024-11-27i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai-2/+98
2024-11-27i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai-1/+137
2024-11-27i2c: Introduce OF component probe functionChen-Yu Tsai-0/+184
2024-11-24i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu-2/+32
2024-11-24i2c: nomadik: support >=1MHz speed modesThéo Lebrun-24/+16
2024-11-24i2c: nomadik: fix BRCR computationThéo Lebrun-1/+5
2024-11-24i2c: nomadik: support Mobileye EyeQ6H I2C controllerThéo Lebrun-2/+6
2024-11-24i2c: nomadik: switch from of_device_is_compatible() to of_match_device()Théo Lebrun-8/+27
2024-11-24i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKAYoshihiro Furudera-0/+1
2024-11-24i2c: qup: use generic device property accessorsBartosz Golaszewski-2/+2
2024-11-21Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1152/+1984
2024-11-20Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+417
2024-11-18Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang-1136/+1950
2024-11-17i2c: Add driver for the RTL9300 I2C controllerChris Packham-0/+434
2024-11-17i2c: qcom-cci: Remove unused struct member cci_clk_rateVladimir Zapolskiy-4/+0
2024-11-17i2c: busses: Use *-y instead of *-objs in MakefileAndy Shevchenko-9/+7
2024-11-17i2c: imx: add support for S32G2/S32G3 SoCsCiprian Marian Costea-4/+40
2024-11-17i2c: qcom-cci: Remove the unused variable cci_clk_rateJiapeng Chong-9/+0
2024-11-17i2c: Drop legacy muxing pseudo-driversJean Delvare-532/+1
2024-11-17i2c: imx: prevent rescheduling in non dma modeStefan Eichenberger-23/+249
2024-11-17i2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger-37/+70
2024-11-17i2c: imx: do not poll for bus busy in single master modeStefan Eichenberger-2/+13
2024-11-17i2c: designware: Add a new ACPI HID for HJMC01 I2C controllerHunter Yu-0/+1
2024-11-17i2c: qcom-geni: Keep comment why interrupts start disabledWolfram Sang-0/+2
2024-11-17i2c: designware: constify abort_sourcesRaag Jadav-1/+1
2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König-88/+88
2024-11-17i2c: qcom-geni: Support systems with 32MHz serial engine clockManikanta Mylavarapu-4/+19
2024-11-17i2c: qcom-cci: Stop complaining about DT set clock rateBryan O'Donoghue-8/+0
2024-11-17i2c: npcm: use a software flag to indicate a BER conditionTyrone Ting-1/+14
2024-11-17i2c: npcm: correct the read/write operation procedureTyrone Ting-5/+2
2024-11-17i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_targetQianqiang Liu-1/+1
2024-11-14i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv-8/+9
2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko-22/+29