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-06-13
iio: adc: ti-ads131e08: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-3
/
+1
2024-06-13
iio: adc: max11205: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-4
/
+1
2024-06-13
iio: accel: adxl355: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-7
/
+3
2024-06-13
iio: accel: adxl313: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-7
/
+1
2024-06-13
staging: iio: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
2
-8
/
+8
2024-06-13
iio: humidity: si7020: add heater support
Antoni Pokusinski
1
-4
/
+133
2024-06-13
iio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-13
iio: event: use sizeof(*pointer) instead of sizeof(type)
Erick Archer
1
-2
/
+2
2024-06-13
iio: adc: axp20x_adc: Add support for AXP192
Aidan MacDonald
1
-0
/
+279
2024-06-13
iio: adc: ti-adc161s626: make use of iio_device_claim_direct_scoped()
Gustavo Ueti Fukunaga
1
-11
/
+7
2024-06-13
iio: accel: mma7660: add mount-matrix support
Val Packett
1
-15
/
+35
2024-06-13
driver: iio: add missing checks on iio_info's callback access
Julien Stephan
3
-11
/
+37
2024-06-13
drm/i915/dp: Move link train params to a substruct in intel_dp
Imre Deak
2
-20
/
+23
2024-06-13
drm/i915/dp_mst: Align TUs to avoid splitting symbols across MTPs
Imre Deak
1
-4
/
+23
2024-06-13
Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-63
/
+137
2024-06-13
regulator: add pm8008 pmic regulator driver
Johan Hovold
3
-0
/
+206
2024-06-13
mfd: pm8008: Rework to match new DT binding
Johan Hovold
2
-12
/
+86
2024-06-13
mfd: pm8008: Drop unused driver data
Johan Hovold
1
-2
/
+0
2024-06-13
mfd: pm8008: Rename irq chip
Johan Hovold
1
-1
/
+1
2024-06-13
mfd: pm8008: Use lower case hex notation
Johan Hovold
1
-3
/
+3
2024-06-13
mfd: pm8008: Mark regmap structures as const
Johan Hovold
1
-2
/
+2
2024-06-13
mfd: pm8008: Deassert reset on probe
Johan Hovold
1
-0
/
+12
2024-06-13
mfd: pm8008: Fix regmap irq chip initialisation
Johan Hovold
1
-41
/
+23
2024-06-13
backlight: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-13
backlight: lm3509_bl: Fix NULL vs IS_ERR() check in register() function
Dan Carpenter
1
-2
/
+3
2024-06-13
remoteproc: omap: Use devm_rproc_add() helper
Andrew Davis
1
-9
/
+1
2024-06-13
remoteproc: omap: Use devm action to release reserved memory
Andrew Davis
1
-7
/
+11
2024-06-13
remoteproc: omap: Use devm_rproc_alloc() helper
Andrew Davis
1
-12
/
+8
2024-06-13
drm/bridge: sii902x: Add pixel clock check in atomic_check
Jayesh Choudhary
1
-0
/
+4
2024-06-13
drm/bridge: sii902x: Support atomic bridge APIs
Jayesh Choudhary
1
-4
/
+6
2024-06-13
drm/bridge: sii902x: Fix mode_valid hook
Jayesh Choudhary
1
-9
/
+23
2024-06-13
ice: implement AQ download pkg retry
Wojciech Drewek
1
-2
/
+21
2024-06-13
ice: fix 200G link speed message log
Paul Greenwalt
1
-0
/
+3
2024-06-13
ice: avoid IRQ collision to fix init failure on ACPI S3 resume
En-Wei Wu
1
-1
/
+6
2024-06-13
platform/chrome: cros_ec_lpc: Fix error code in cros_ec_lpc_mec_read_bytes()
Dan Carpenter
1
-2
/
+2
2024-06-13
bnxt_en: Adjust logging of firmware messages in case of released token in __h...
Aleksandr Mishin
1
-1
/
+1
2024-06-13
bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
Michael Chan
2
-2
/
+61
2024-06-13
driver core: mark async_driver as a const *
Greg Kroah-Hartman
2
-8
/
+9
2024-06-13
driver core: make driver_detach() take a const *
Greg Kroah-Hartman
2
-3
/
+3
2024-06-13
driver core: make device_release_driver_internal() take a const *
Greg Kroah-Hartman
2
-2
/
+2
2024-06-13
driver core: driver: mark driver_add/remove_groups constant
Greg Kroah-Hartman
2
-4
/
+4
2024-06-13
driver core: platform: fix ups for constant struct device_driver
Greg Kroah-Hartman
1
-6
/
+6
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
5
-10
/
+10
2024-06-13
nvdimm: make nd_class constant
Greg Kroah-Hartman
1
-9
/
+10
2024-06-13
gve: Clear napi->skb before dev_kfree_skb_any()
Ziwei Xiao
1
-3
/
+5
2024-06-13
drm/i915/dp_mst: Fix DSC input BPP computation
Imre Deak
1
-0
/
+2
2024-06-13
ionic: fix use after netif_napi_del()
Taehee Yoo
1
-3
/
+1
2024-06-13
Revert "igc: fix a log entry using uninitialized netdev"
Sasha Neftin
1
-3
/
+2
2024-06-13
interconnect: qcom: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-13
interconnect: imx: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
[prev]
[next]