index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
cxl: move cxl headers to new include/cxl/ directory
Dave Jiang
4
-4
/
+4
2024-09-10
i2c: i801: Use a different adapter-name for IDF adapters
Hans de Goede
1
-1
/
+8
2024-09-10
i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
Hans de Goede
1
-6
/
+12
2024-09-10
i2c: ismt: kill transaction in hardware on timeout
Vasily Khoruzhick
1
-0
/
+10
2024-09-10
i2c: designware: Group all DesignWare drivers under a single option
Heikki Krogerus
1
-11
/
+18
2024-09-10
net: txgbe: Fix I2C Kconfig dependencies
Heikki Krogerus
1
-2
/
+1
2024-09-10
i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_id
Christophe JAILLET
1
-2
/
+2
2024-09-10
i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()
Kuninori Morimoto
1
-7
/
+5
2024-09-10
i2c: imx: Convert comma to semicolon
Shen Lichuan
1
-1
/
+1
2024-09-10
i2c: jz4780: Use devm_clk_get_enabled() helpers
Rong Qianfeng
1
-15
/
+7
2024-09-10
i2c: emev2: Use devm_clk_get_enabled() helpers
Rong Qianfeng
1
-17
/
+8
2024-09-10
i2c: muxes: add support for tsd,mule-i2c multiplexer
Farouk Bouabid
3
-0
/
+165
2024-09-10
i2c: npcm: restore slave addresses array length
Tyrone Ting
1
-2
/
+4
2024-09-10
i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code
Zhang Zekun
1
-19
/
+4
2024-09-10
i2c: designware: Consolidate PM ops
Andy Shevchenko
4
-105
/
+68
2024-09-10
i2c: riic: Simplify unsupported bus speed handling
Geert Uytterhoeven
1
-9
/
+6
2024-09-10
i2c: designware: Remove ->disable() callback
Andy Shevchenko
6
-10
/
+8
2024-09-10
i2c: designware: Move exports to I2C_DW namespaces
Andy Shevchenko
5
-0
/
+12
2024-09-10
i2c: designware: Unify the firmware type checks
Andy Shevchenko
1
-2
/
+4
2024-09-10
i2c: designware: Consolidate firmware parsing and configuring code
Andy Shevchenko
4
-70
/
+66
2024-09-10
i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
Andy Shevchenko
1
-4
/
+5
2024-09-10
i2c: riic: Add support for fast mode plus
Claudiu Beznea
1
-2
/
+22
2024-09-10
i2c: riic: Define individual arrays to describe the register offsets
Claudiu Beznea
1
-27
/
+31
2024-09-10
i2c: riic: Add suspend/resume support
Claudiu Beznea
1
-11
/
+62
2024-09-10
i2c: riic: Enable runtime PM autosuspend support
Claudiu Beznea
1
-2
/
+9
2024-09-10
i2c: riic: Use pm_runtime_resume_and_get()
Claudiu Beznea
1
-6
/
+14
2024-09-10
i2c: riic: Call pm_runtime_get_sync() when need to access registers
Claudiu Beznea
1
-9
/
+5
2024-09-10
i2c: riic: Use temporary variable for struct device
Claudiu Beznea
1
-23
/
+26
2024-09-10
i2c: designware: Drop return value from dw_i2c_of_configure()
Andy Shevchenko
1
-5
/
+2
2024-09-10
i2c: designware: Drop return value from i2c_dw_acpi_configure()
Andy Shevchenko
2
-5
/
+3
2024-09-10
i2c: designware: Always provide device ID tables
Andy Shevchenko
1
-33
/
+31
2024-09-10
i2c: designware: Unify terminator in device ID tables
Andy Shevchenko
2
-3
/
+3
2024-09-10
i2c: designware: Add missing 'c' into PCI IDs variable name
Andy Shevchenko
1
-3
/
+3
2024-09-10
i2c: designware: Let PCI core to take care about interrupt vectors
Andy Shevchenko
1
-11
/
+3
2024-09-10
i2c: designware: Replace a while-loop by for-loop
Andy Shevchenko
1
-4
/
+1
2024-09-10
i2c: qcom-geni: Use goto for clearer exit path
Andi Shyti
1
-9
/
+12
2024-09-10
i2c: imx: Switch to RUNTIME_PM_OPS()
Fabio Estevam
1
-5
/
+4
2024-09-10
i2c: mt65xx: Avoid double initialization of restart_flag in isr
AngeloGioacchino Del Regno
1
-4
/
+1
2024-09-10
i2c: don't use ',' after delimiters
Wolfram Sang
14
-15
/
+14
2024-09-10
i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registers
Adrian Huang
3
-12
/
+53
2024-09-09
clk: rockchip: remove unused mclk_pdm0_p/pdm0_p definitions
Arnd Bergmann
1
-2
/
+0
2024-09-09
clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()
Satya Priya Kakitapalli
1
-3
/
+1
2024-09-09
idpf: enable WB_ON_ITR
Joshua Hay
5
-3
/
+41
2024-09-09
idpf: fix netdev Tx queue stop/wake
Michal Kubiak
3
-27
/
+21
2024-09-09
idpf: refactor Tx completion routines
Joshua Hay
3
-76
/
+122
2024-09-09
idpf: convert to libeth Tx buffer completion
Alexander Lobakin
3
-232
/
+105
2024-09-09
regulator: tps6287x: Constify struct regulator_desc
Christophe JAILLET
1
-1
/
+1
2024-09-09
regulator: wm8400: Constify struct regulator_desc
Christophe JAILLET
1
-1
/
+1
2024-09-09
net/mlx5: Fix bridge mode operations when there are no VFs
Benjamin Poirier
1
-2
/
+2
2024-09-09
net/mlx5: Verify support for scheduling element and TSAR type
Carolina Jubran
2
-20
/
+31
[prev]
[next]