aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-07i2c: xiic: Add atomic transfer supportManikanta Guntupalli1-33/+206
2025-01-07i2c: xiic: Relocate xiic_i2c_runtime_suspend and xiic_i2c_runtime_resume to f...Manikanta Guntupalli1-23/+23
2025-01-07i2c: I2C_BRCMSTB should not default to y when compile-testingGeert Uytterhoeven1-1/+1
2025-01-07i2c: nomadik: Enable compile testing for the Nomadik driverAndi Shyti1-1/+1
2025-01-07i2c: imx: support DMA defer probingCarlos Song1-8/+22
2025-01-07i2c: npcm: Enable slave in eob interruptCharles Boyer1-0/+6
2025-01-07i2c: npcm: use i2c frequency tableTyrone Ting1-86/+288
2025-01-07i2c: npcm: Assign client address earlier for `i2c_recover_bus()`Tyrone Ting1-6/+17
2025-01-07i2c: npcm: Modify timeout evaluation mechanismTyrone Ting1-9/+15
2025-01-07i2c: imx: switch different pinctrl state in different system power statusCarlos Song1-2/+5
2025-01-07i2c: imx: make controller available until system suspend_noirq() and from res...Carlos Song1-1/+38
2025-01-07i2c: imx: fix divide by zero warningCarlos Song1-6/+17
2025-01-07i2c: keba: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-6/+2
2025-01-03i2c: Replace list-based mechanism for handling userspace-created clientsHeiner Kallweit1-39/+22
2025-01-03i2c: Replace list-based mechanism for handling auto-detected clientsHeiner Kallweit1-36/+16
2024-12-26i2c: microchip-core: fix "ghost" detectionsConor Dooley1-2/+0
2024-12-26i2c: microchip-core: actually use repeated sendsConor Dooley1-26/+94
2024-12-25i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song1-0/+1
2024-12-25i2c: imx: fix missing stop condition in single-master modeStefan Eichenberger1-5/+3
2024-12-17platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i...Hans de Goede1-124/+0
2024-12-12i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven1-1/+1
2024-12-10i2c: nomadik: Add missing sentinel to match tableGeert Uytterhoeven1-0/+1
2024-12-10i2c: pnx: Fix timeout in wait functionsVladimir Riabchun1-2/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada3-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra9-23/+23
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27i2c: Fix whitespace style issueLiam Zuiderhoek1-1/+1
2024-11-27i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai1-2/+98
2024-11-27i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai1-1/+137
2024-11-27i2c: Introduce OF component probe functionChen-Yu Tsai2-0/+184
2024-11-24i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu3-2/+32
2024-11-24i2c: nomadik: support >=1MHz speed modesThéo Lebrun1-24/+16
2024-11-24i2c: nomadik: fix BRCR computationThéo Lebrun1-1/+5
2024-11-24i2c: nomadik: support Mobileye EyeQ6H I2C controllerThéo Lebrun1-2/+6
2024-11-24i2c: nomadik: switch from of_device_is_compatible() to of_match_device()Théo Lebrun1-8/+27
2024-11-24i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKAYoshihiro Furudera1-0/+1
2024-11-24i2c: qup: use generic device property accessorsBartosz Golaszewski1-2/+2
2024-11-21Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds111-1152/+1984
2024-11-20Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+417
2024-11-18Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang107-1136/+1950
2024-11-17i2c: Add driver for the RTL9300 I2C controllerChris Packham3-0/+434
2024-11-17i2c: qcom-cci: Remove unused struct member cci_clk_rateVladimir Zapolskiy1-4/+0
2024-11-17i2c: busses: Use *-y instead of *-objs in MakefileAndy Shevchenko2-9/+7
2024-11-17i2c: imx: add support for S32G2/S32G3 SoCsCiprian Marian Costea2-4/+40
2024-11-17i2c: qcom-cci: Remove the unused variable cci_clk_rateJiapeng Chong1-9/+0
2024-11-17i2c: Drop legacy muxing pseudo-driversJean Delvare6-532/+1
2024-11-17i2c: imx: prevent rescheduling in non dma modeStefan Eichenberger1-23/+249
2024-11-17i2c: imx: separate atomic, dma and non-dma use caseStefan Eichenberger1-37/+70
2024-11-17i2c: imx: do not poll for bus busy in single master modeStefan Eichenberger1-2/+13
2024-11-17i2c: designware: Add a new ACPI HID for HJMC01 I2C controllerHunter Yu1-0/+1