summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12i2c: nomadik: sort includesThéo Lebrun1-8/+8
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun1-4/+86
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun1-1/+8
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun1-3/+3
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun1-22/+48
2024-03-12i2c: nomadik: use bitops helpersThéo Lebrun1-73/+88
2024-03-12i2c: nomadik: simplify IRQ masking logicThéo Lebrun1-12/+6
2024-03-09i2c: nomadik: rename private struct pointers from dev to privThéo Lebrun1-214/+214
2024-03-09dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and exampleThéo Lebrun1-6/+43
2024-03-08i2c: sprd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-06i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4Geert Uytterhoeven1-1/+1
2024-03-06i2c: imx-lpi2c: add generic GPIO recovery for LPI2CCarlos Song1-0/+27
2024-03-05i2c: cadence: Add system suspend and resume PM supportJi Sheng Teoh1-0/+33
2024-03-05i2c: mpc: remove outdated macroWolfram Sang1-3/+1
2024-03-05i2c: mpc: use proper binding for transfer timeoutsWolfram Sang1-6/+6
2024-03-05dt-bindings: i2c: mpc: use proper binding for transfer timeoutsWolfram Sang1-1/+1
2024-02-27i2c: designware: Implement generic polling mode code for Wangxun 10Gb NICJarkko Nikula2-102/+75
2024-02-27i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NICJarkko Nikula1-1/+1
2024-02-27i2c: designware: Move interrupt handling functions before i2c_dw_xfer()Jarkko Nikula1-113/+113
2024-02-27i2c: designware: Use accessors to DW_IC_INTR_MASK registerJarkko Nikula3-11/+20
2024-02-27i2c: designware: Do not enable interrupts shortly in polling modeJarkko Nikula2-3/+9
2024-02-27i2c: designware: Uniform initialization flow for polling modeJarkko Nikula4-36/+11
2024-02-27dt-bindings: i2c: at91: Add sam9x7 compatible stringVarshini Rajendran1-1/+3
2024-02-27dt-bindings: i2c: imx-lpi2c: add i.MX95 LPI2CPeng Fan1-0/+1
2024-02-15i2c: Remove redundant comparison in npcm_i2c_reg_slaveRand Deeb1-3/+0
2024-02-08i2c: i801: Add helper i801_get_block_lenHeiner Kallweit1-15/+20
2024-02-08i2c: i801: Add SMBUS_LEN_SENTINELHeiner Kallweit1-6/+16
2024-02-08i2c: i801: Split i801_block_transactionHeiner Kallweit1-62/+50
2024-02-08i2c: i801: Add helper i801_check_and_clear_pec_errorHeiner Kallweit1-14/+24
2024-02-08i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4Heiner Kallweit1-3/+2
2024-02-08dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 supportGeert Uytterhoeven1-0/+1
2024-02-08i2c: hisi: Add clearing tx aempty interrupt operationDevyn Liu1-0/+11
2024-02-08i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1Devyn Liu1-1/+1
2024-02-08i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency ca...Geert Uytterhoeven1-16/+11
2024-02-08i2c: imx: move to generic GPIO recoveryEsben Haabendal1-57/+5
2024-02-08i2c: i801: Remove unused argument from tco functionsHeiner Kallweit1-6/+4
2024-02-08i2c: i801: Replace magic value with constant in dmi_check_onboard_devicesHeiner Kallweit1-1/+1
2024-02-08i2c: muxes: pca954x: Enable features on MAX7357Patrick Rudolph1-1/+42
2024-02-08dt-bindings: i2c: pca954x: Add custom properties for MAX7357Patrick Rudolph1-0/+30
2024-02-04Linux 6.8-rc3v6.8-rc3Linus Torvalds1-1/+1
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-189/+203
2024-02-04Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+31
2024-02-04Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-33/+33
2024-02-04Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+12
2024-02-04Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-19/+53
2024-02-04Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds21-90/+267
2024-02-04Merge tag 'i2c-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-04Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-39/+59
2024-02-04Merge tag 'phy-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds4-8/+32
2024-02-03Merge tag 'i2c-host-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang1-1/+1