summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang4-4/+4
2024-09-10i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede1-1/+8
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede1-6/+12
2024-09-10i2c: ismt: kill transaction in hardware on timeoutVasily Khoruzhick1-0/+10
2024-09-10i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus1-11/+18
2024-09-10net: txgbe: Fix I2C Kconfig dependenciesHeikki Krogerus1-2/+1
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET1-2/+2
2024-09-10i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto1-7/+5
2024-09-10i2c: imx: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-10i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng1-15/+7
2024-09-10i2c: emev2: Use devm_clk_get_enabled() helpersRong Qianfeng1-17/+8
2024-09-10i2c: muxes: add support for tsd,mule-i2c multiplexerFarouk Bouabid3-0/+165
2024-09-10i2c: npcm: restore slave addresses array lengthTyrone Ting1-2/+4
2024-09-10i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun1-19/+4
2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko4-105/+68
2024-09-10i2c: riic: Simplify unsupported bus speed handlingGeert Uytterhoeven1-9/+6
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko6-10/+8
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko5-0/+12
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko1-2/+4
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko4-70/+66
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko1-4/+5
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea1-2/+22
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea1-27/+31
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea1-11/+62
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+9
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea1-6/+14
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea1-9/+5
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea1-23/+26
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko1-5/+2
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2-5/+3
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko1-33/+31
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2-3/+3
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko1-3/+3
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko1-11/+3
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko1-4/+1
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti1-9/+12
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam1-5/+4
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno1-4/+1
2024-09-10i2c: don't use ',' after delimitersWolfram Sang14-15/+14
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang3-12/+53
2024-09-09clk: rockchip: remove unused mclk_pdm0_p/pdm0_p definitionsArnd Bergmann1-2/+0
2024-09-09clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()Satya Priya Kakitapalli1-3/+1
2024-09-09idpf: enable WB_ON_ITRJoshua Hay5-3/+41
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak3-27/+21
2024-09-09idpf: refactor Tx completion routinesJoshua Hay3-76/+122
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin3-232/+105
2024-09-09regulator: tps6287x: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09regulator: wm8400: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09net/mlx5: Fix bridge mode operations when there are no VFsBenjamin Poirier1-2/+2
2024-09-09net/mlx5: Verify support for scheduling element and TSAR typeCarolina Jubran2-20/+31