index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-09-09
net/mlx5: Explicitly set scheduling element and TSAR type
Carolina Jubran
1
-0
/
+7
2024-09-09
net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
Shahar Shitrit
1
-0
/
+6
2024-09-09
net/mlx5e: Add missing link modes to ptys2ethtool_map
Shahar Shitrit
1
-0
/
+4
2024-09-09
net/mlx5: Update the list of the PCI supported devices
Maher Sanalla
1
-0
/
+1
2024-09-09
ieee802154: Fix build error
Jinjie Ruan
1
-0
/
+1
2024-09-09
cxl/region: Remove lock from memory notifier callback
Ira Weiny
1
-24
/
+30
2024-09-09
cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()
Yanfei Xu
1
-10
/
+11
2024-09-09
cxl/pci: Check Mem_info_valid bit for each applicable DVSEC
Yanfei Xu
1
-4
/
+4
2024-09-09
cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
Yanfei Xu
3
-38
/
+7
2024-09-09
cxl/pci: Fix to record only non-zero ranges
Yanfei Xu
1
-7
/
+1
2024-09-09
RDMA/bnxt_re: Fix the max WQE size for static WQE support
Selvin Xavier
2
-11
/
+12
2024-09-09
RDMA/bnxt_re: Fix the compatibility flag for variable size WQE
Selvin Xavier
1
-1
/
+2
2024-09-09
RDMA/mlx5: Fix MR cache temp entries cleanup
Michael Guralnik
2
-52
/
+32
2024-09-09
RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
Michael Guralnik
1
-2
/
+12
2024-09-09
RDMA/mlx5: Fix counter update on MR cache mkey creation
Michael Guralnik
1
-1
/
+1
2024-09-09
RDMA/mlx5: Drop redundant work canceling from clean_keys()
Michael Guralnik
1
-1
/
+0
[prev]
[next]