aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
18 hoursMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxGravatar Linus Torvalds 1-1/+0
2024-04-27i2c: smbus: fix NULL function pointer dereferenceGravatar Wolfram Sang 1-6/+6
2024-04-18ARM: 9367/1: i2c: nomadik: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-04-04i2c: pxa: hide unused icr_bits[] variableGravatar Arnd Bergmann 1-1/+1
2024-03-26i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1Gravatar Maxim Levitsky 1-3/+4
2024-03-20i2c: muxes: pca954x: Allow sharing reset GPIOGravatar Chris Packham 1-8/+38
2024-03-20Merge tag 'i2c-host-6.9-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Wolfram Sang 1-308/+432
2024-03-15Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 18-453/+479
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2024-03-12i2c: nomadik: sort includesGravatar Théo Lebrun 1-8/+8
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerGravatar Théo Lebrun 1-4/+86
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeGravatar Théo Lebrun 1-1/+8
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutGravatar Théo Lebrun 1-3/+3
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerGravatar Théo Lebrun 1-22/+48
2024-03-12i2c: nomadik: use bitops helpersGravatar Théo Lebrun 1-73/+88
2024-03-12i2c: nomadik: simplify IRQ masking logicGravatar Théo Lebrun 1-12/+6
2024-03-12Merge tag 'i2c-host-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Gravatar Wolfram Sang 16-444/+465
2024-03-08i2c: nomadik: rename private struct pointers from dev to privGravatar Théo Lebrun 1-214/+214
2024-03-08i2c: aspeed: Fix the dummy irq expected printGravatar Tommy Huang 1-0/+1
2024-03-08i2c: wmt: Fix an error handling path in wmt_i2c_probe()Gravatar Christophe JAILLET 1-1/+5
2024-03-08i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableGravatar Heiner Kallweit 1-1/+3
2024-03-08i2c: i801: Fix using mux_pdev before it's setGravatar Heiner Kallweit 1-1/+1
2024-03-08i2c: sprd: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Gravatar Ahelenia Ziemiańska 1-1/+1
2024-03-06i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4Gravatar Geert Uytterhoeven 1-1/+1
2024-03-06i2c: imx-lpi2c: add generic GPIO recovery for LPI2CGravatar Carlos Song 1-0/+27
2024-03-04i2c: cadence: Add system suspend and resume PM supportGravatar Ji Sheng Teoh 1-0/+33
2024-03-04i2c: mpc: remove outdated macroGravatar Wolfram Sang 1-3/+1
2024-03-04i2c: mpc: use proper binding for transfer timeoutsGravatar Wolfram Sang 1-6/+6
2024-03-04i2c: smbus: Prepare i2c_register_spd for usage on muxed segmentsGravatar Heiner Kallweit 1-7/+12
2024-03-04i2c: constify the struct device_type usageGravatar Ricardo B. Marliere 1-2/+2
2024-02-27i2c: designware: Implement generic polling mode code for Wangxun 10Gb NICGravatar Jarkko Nikula 2-102/+75
2024-02-27i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NICGravatar Jarkko Nikula 1-1/+1
2024-02-27i2c: designware: Move interrupt handling functions before i2c_dw_xfer()Gravatar Jarkko Nikula 1-113/+113
2024-02-27i2c: designware: Use accessors to DW_IC_INTR_MASK registerGravatar Jarkko Nikula 3-11/+20
2024-02-27i2c: designware: Do not enable interrupts shortly in polling modeGravatar Jarkko Nikula 2-3/+9
2024-02-27i2c: designware: Uniform initialization flow for polling modeGravatar Jarkko Nikula 4-36/+11
2024-02-23i2c: imx: when being a target, mark the last read as processedGravatar Corey Minyard 1-0/+5
2024-02-14i2c: Remove redundant comparison in npcm_i2c_reg_slaveGravatar Rand Deeb 1-3/+0
2024-02-14i2c: i801: Fix block process call transactionsGravatar Jean Delvare 1-2/+2
2024-02-14i2c: pasemi: split driver into two separate modulesGravatar Arnd Bergmann 2-4/+8
2024-02-12i2c: qcom-geni: Correct I2C TRE sequenceGravatar Viken Dadhaniya 1-7/+7
2024-02-08i2c: i801: Add helper i801_get_block_lenGravatar Heiner Kallweit 1-15/+20
2024-02-08i2c: i801: Add SMBUS_LEN_SENTINELGravatar Heiner Kallweit 1-6/+16
2024-02-08i2c: i801: Split i801_block_transactionGravatar Heiner Kallweit 1-62/+50
2024-02-08i2c: i801: Add helper i801_check_and_clear_pec_errorGravatar Heiner Kallweit 1-14/+24
2024-02-08i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4Gravatar Heiner Kallweit 1-3/+2
2024-02-08i2c: hisi: Add clearing tx aempty interrupt operationGravatar Devyn Liu 1-0/+11
2024-02-08i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1Gravatar Devyn Liu 1-1/+1
2024-02-08i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency ca...Gravatar Geert Uytterhoeven 1-16/+11