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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
hwmon: (pmbus/ltc4286) Drop unused i2c device ids
Uwe Kleine-König
1
-2
/
+2
2024-07-09
hwmon: (g762) Initialize fans after configuring clock
Guenter Roeck
1
-4
/
+6
2024-07-08
hwmon: (amc6821) Add support for pwm1_mode attribute
Guenter Roeck
2
-1
/
+16
2024-07-08
hwmon: (amc6821) Convert to with_info API
Guenter Roeck
1
-326
/
+362
2024-07-08
hwmon: (amc6821) Convert to use regmap
Guenter Roeck
2
-444
/
+384
2024-07-08
hwmon: (amc6821) Drop unnecessary enum chips
Guenter Roeck
1
-4
/
+1
2024-07-08
hwmon: (amc6821) Use BIT() and GENMASK()
Guenter Roeck
1
-40
/
+41
2024-07-08
hwmon: (amc6821) Use tabs for column alignment in defines
Guenter Roeck
1
-71
/
+71
2024-07-08
hwmon: (amc6821) Reorder include files, drop unnecessary ones
Guenter Roeck
1
-7
/
+6
2024-07-08
hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
Guenter Roeck
2
-8
/
+21
2024-07-08
hwmon: (amc6821) Rename fan1_div to fan1_pulses
Guenter Roeck
2
-14
/
+14
2024-07-08
hwmon: (amc6821) Make reading and writing fan speed limits consistent
Guenter Roeck
1
-4
/
+9
2024-07-08
hwmon: (amc6821) Stop accepting invalid pwm values
Guenter Roeck
1
-6
/
+8
2024-07-07
hwmon: (w83627ehf) Fix underflows seen when writing limit attributes
Guenter Roeck
1
-2
/
+2
2024-07-07
hwmon: (nct6775-core) Fix underflows seen when writing limit attributes
Guenter Roeck
1
-1
/
+1
2024-07-07
hwmon: (lm95234) Fix underflows seen when writing limit attributes
Guenter Roeck
1
-4
/
+5
2024-07-07
hwmon: (adc128d818) Fix underflows seen when writing limit attributes
Guenter Roeck
1
-2
/
+2
2024-07-05
hwmon: (gsc-hwmon) constify read-only struct regmap_bus
Javier Carrasco
1
-1
/
+1
2024-07-04
hwmon: (ltc2991) re-order conditions to fix off by one bug
Dan Carpenter
1
-2
/
+2
2024-07-02
hwmon: add MP5920 driver
Alex Vdovydchenko
5
-0
/
+192
2024-07-02
dt-bindings: hwmon: Add MPS mp5920
Alex Vdovydchenko
1
-0
/
+2
2024-07-02
hwmon: (tps23861) Constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-07-02
hwmon: (tmp513) Constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-07-02
hwmon: (ina238) Constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-07-01
hwmon: (adt7475) Fix default duty on fan is disabled
Wayne Tung
1
-1
/
+1
2024-06-30
hwmon: (jc42) Strengthen detect function
Guenter Roeck
1
-1
/
+5
2024-06-30
hwmon: (jc42) Use common device ID for TSE2004av compliant sensors
Guenter Roeck
1
-33
/
+10
2024-06-30
hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI table
Armin Wolf
2
-0
/
+9
2024-06-28
hwmon: add MP2891 driver
Noah Wang
6
-0
/
+797
2024-06-28
dt-bindings: hwmon: Add MPS mp2891
Noah Wang
1
-0
/
+2
2024-06-21
hwmon: iio: Use iio_read_channel_processed_scale for IIO_POWER
Sean Anderson
1
-5
/
+6
2024-06-18
hwmon: (spd5118) Add support for Renesas/ITD SPD5118 hub controllers
Guenter Roeck
1
-0
/
+56
2024-06-18
hwmon: (spd5118) Use regmap to implement paging
Guenter Roeck
1
-29
/
+18
2024-06-18
dt-bindings: hwmon: ti,tmp108: document V+ supply, add short description
Stanislav Jakubek
1
-0
/
+12
2024-06-14
hwmon: (max6639) : Add additional hwmon attributes for fan and pwm
Naresh Solanki
1
-4
/
+86
2024-06-14
hwmon: (max6639) : Update hwmon init using info structure
Naresh Solanki
1
-171
/
+287
2024-06-13
hwmon: (core) Make hwmon_class const
Thomas Weißschuh
1
-1
/
+1
2024-06-12
hwmon: add MP9941 driver
Noah Wang
6
-0
/
+429
2024-06-12
dt-bindings: hwmon: Add MPS mp9941
Noah Wang
1
-0
/
+2
2024-06-12
hwmon: add MP2993 driver
Noah Wang
6
-0
/
+429
2024-06-12
dt-bindings: hwmon: Add MPS mp2993
Noah Wang
1
-0
/
+2
2024-06-12
hwmon: (ina2xx) Add device tree support to pass alert polarity
Amna Waseem
1
-0
/
+32
2024-06-12
dt-bindings: hwmon: ti,ina2xx: Add ti,alert-polarity-active-high property
Amna Waseem
1
-0
/
+9
2024-06-11
hwmon: (pmbus/lm25066) Let enum chips start with index 0
Guenter Roeck
1
-1
/
+1
2024-06-11
hwmon: (nct6775) Let enum kinds start with index 0
Guenter Roeck
1
-1
/
+1
2024-06-11
hwmon: (pmbus/mp2856) Let enum chips start with index 0
Guenter Roeck
1
-4
/
+4
2024-06-11
hwmon: (pmbus/max31827) Explain why enum chips must not start with 0
Guenter Roeck
1
-0
/
+5
2024-06-10
hwmon: (asus-ec-sensors) add ProArt X670E-CREATOR WIFI
Eugene Shalygin
2
-0
/
+11
2024-06-10
hwmon: (spd5118) Add configuration option for auto-detection
Guenter Roeck
2
-2
/
+21
2024-06-10
i2c: smbus: Support DDR5 and LPDDR5 SPD EEPROMs
Guenter Roeck
1
-1
/
+5
[next]