summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-17i2c: qcom-geni: Keep comment why interrupts start disabledWolfram Sang1-0/+2
2024-11-17i2c: designware: constify abort_sourcesRaag Jadav1-1/+1
2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König88-88/+88
2024-11-17i2c: qcom-geni: Support systems with 32MHz serial engine clockManikanta Mylavarapu1-4/+19
2024-11-17i2c: qcom-cci: Stop complaining about DT set clock rateBryan O'Donoghue1-8/+0
2024-11-17i2c: npcm: use a software flag to indicate a BER conditionTyrone Ting1-1/+14
2024-11-17i2c: npcm: correct the read/write operation procedureTyrone Ting1-5/+2
2024-11-17i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_targetQianqiang Liu1-1/+1
2024-11-14i2c: dev: Fix memory leak when underlying adapter does not support I2CIgor Pylypiv1-8/+9
2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko6-22/+29
2024-11-13i2c: designware: Use sda_hold_time variable name everywhereAndy Shevchenko1-5/+5
2024-11-13i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko3-42/+16
2024-11-13i2c: designware: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2024-11-13i2c: designware: Use temporary variable for struct deviceAndy Shevchenko2-40/+37
2024-11-13i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K1-0/+17
2024-11-13i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K1-0/+101
2024-11-13i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K2-0/+182
2024-11-13i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K4-1/+98
2024-11-13i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K2-6/+13
2024-11-13i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K2-20/+40
2024-11-13i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K1-4/+2
2024-11-13i2c: i801: Add support for Intel Panther LakeJarkko Nikula2-0/+7
2024-11-13i2c: isch: Convert to kernel-docAndy Shevchenko1-20/+28
2024-11-13i2c: isch: Prefer to use octal permissionAndy Shevchenko1-1/+1
2024-11-13i2c: isch: Don't use "proxy" headersAndy Shevchenko1-3/+5