Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:07:01 to 2022-09-25 19:51:03 UTC [more...]

[PATCH] hwmon: f71882fg: Reorder symbols to get rid of a few forward declarations
 2022-09-25 19:50 UTC  (3+ messages)

[PATCH 00/18] hwmon: Move to new PM macros reducing driver complexity
 2022-09-25 18:49 UTC  (21+ messages)
` [PATCH 01/18] hwmon: (abitguru) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
` [PATCH 02/18] hwmon: (abitguru3) "
` [PATCH 03/18] hwmon: (acpi_power_meter) "
` [PATCH 04/18] hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() "
` [PATCH 05/18] hwmon: (gpio-fan) Switch to DEFINE_SIMPLE_DEV_PM_OPS() "
` [PATCH 06/18] hwmon: (it87) "
` [PATCH 07/18] hwmon: (lm90) "
` [PATCH 08/18] hwmon: (ltc2947) Switch to EXPORT_SIMPLE_DEV_PM_OPS() "
` [PATCH 09/18] hwmon: (max31722) Switch to DEFINE_SIMPLE_DEV_PM_OPS() "
` [PATCH 10/18] hwmon: (max31730) witch "
` [PATCH 11/18] hwmon: (max6639) Switch "
` [PATCH 12/18] hwmon: (nct6775) "
` [PATCH 13/18] hwmon: (pwm-fan) "
` [PATCH 14/18] hwmon: (tmp102) "
` [PATCH 15/18] hwmon: (tmp103) "
` [PATCH 16/18] hwmon: (tmp108) "
` [PATCH 17/18] hwmon: (w83627ehf) "
` [PATCH 18/18] hwmon: (ina3221) Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr()

[PATCH v2 0/3] occ: Restore default behavior of polling OCC during init
 2022-09-25 18:06 UTC  (3+ messages)
` [PATCH v2 3/3] hwmon: (occ) Check for device property for setting OCC active during probe

[groeck-staging:hwmon-next] BUILD SUCCESS 4e877027e1b6ee9d3750bc4b1c55fe0f85cbe105
 2022-09-25  4:04 UTC 

[PATCH 1/2] hwmon: via686a: Introduce a #define for the driver name and use it
 2022-09-24 15:05 UTC  (5+ messages)
` [PATCH 2/2] hwmon: sis5595: Reorder symbols to get rid of a few forward declarations

[PATCH v3] drivers/hwmon/adm9240: fix data race in adm9240_fan_read
 2022-09-24 14:33 UTC  (2+ messages)

[PATCH] hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
 2022-09-24 14:31 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Add HWMON support
 2022-09-24  3:58 UTC  (11+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power
` [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval
` [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV

[PATCH 0/7] drm/i915: Add HWMON support
 2022-09-24  3:10 UTC  (30+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
  ` [Intel-gfx] "
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
    ` [Intel-gfx] "
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power
` [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval
` [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV

[PATCH v2] drivers/hwmon/adm9240: fix data race in adm9240_fan_read
 2022-09-24  0:18 UTC  (3+ messages)

[PATCH 1/2] hwmon: sis5595: Introduce a #define for the driver name and use it
 2022-09-23 21:37 UTC  (4+ messages)
` [PATCH 2/2] hwmon: sis5595: Reorder symbols to get rid of a few forward declarations

[PATCH 0/6] rtc: isl12022: cleanups and hwmon support
 2022-09-23 13:51 UTC  (10+ messages)
` [PATCH 6/6] rtc: isl12022: add support for temperature sensor
` [PATCH v2 0/9] rtc: isl12022: cleanups and hwmon support
  ` [PATCH v2 9/9] rtc: isl12022: add support for temperature sensor

[groeck-staging:hwmon-next] BUILD SUCCESS 7fe8edd2423375069bd36a079fdb9dc7a1a21452
 2022-09-23 13:15 UTC 

[PATCH 0/2] Add max6639 regulator and devicetree support
 2022-09-23 11:09 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add binding for max6639
` [PATCH 2/2] hwmon: (max6639) Change from pdata to dt configuration

[PATCH V3 0/8] x86/topology: Improve CPUID.1F handling
 2022-09-23  8:39 UTC  (13+ messages)
` [PATCH V3 1/8] perf/x86/intel/P4: Unify logic for detecting HT
` [PATCH V3 2/8] hwmon/coretemp: Rename indx to index
` [PATCH V3 3/8] hwmon/coretemp: Handle large core ID value
` [PATCH V3 4/8] x86/topology: Fix multiple packages shown on a single-package system
` [PATCH V3 5/8] x86/topology: Fix duplicated core ID within a package
` [PATCH V3 6/8] x86/topology: Fix max_siblings calculation
` [PATCH V3 7/8] Documentation: x86: Update smp_num_siblings/x86_max_cores description
` [PATCH V3 8/8] Documentation: x86: Remove obsolete x86_max_dies description

[PATCH] hwmon: Make use of devm_clk_get_enabled()
 2022-09-23  0:23 UTC 

[PATCH v1] drivers/hwmon/adm9240: fix data race in adm9240_fan_read
 2022-09-22 23:48 UTC  (4+ messages)

[BUG] drivers: adm9240: possible data race bug in adm9240_fan_read()
 2022-09-22 23:46 UTC  (5+ messages)

[PATCH -next] platform/x86: toshiba_acpi: change turn_on_panel_on_resume to static
 2022-09-22 13:55 UTC  (2+ messages)

[PATCH V2 0/8] x86/topology: Improve CPUID.1F handling
 2022-09-22 13:38 UTC  (5+ messages)
` [PATCH V2 4/8] x86/topology: Fix multiple packages shown on a single-package system

[groeck-staging:hwmon-next] BUILD SUCCESS 103974b1117651a5884e2bc7832d7b02990e0232
 2022-09-22  2:44 UTC 

[PATCH v1] drivers: adt7470: check the return value of adt7470_read_temperatures
 2022-09-21 22:48 UTC  (2+ messages)

[groeck-staging:hwmon-next 36/55] ERROR: modpost: "__divdi3" [drivers/hwmon/mr75203.ko] undefined!
 2022-09-21 20:22 UTC 

[groeck-staging:hwmon-next 36/55] ld.lld: error: undefined symbol: __aeabi_ldivmod
 2022-09-21 19:23 UTC 

[PATCH] hwmon: (mr75203) fix undefined reference to `__divdi3'
 2022-09-21 14:02 UTC  (3+ messages)

[PATCH v6 0/2] Variety of fixes and new features for mr75203 driver
 2022-09-21 13:03 UTC  (5+ messages)
` [PATCH v6 1/2] hwmon: (mr75203) modify the temperature equation according to series 5 datasheet
` [PATCH v6 2/2] hwmon: (mr75203) add support for series 6 temperature equation

build failure of next-20220921 due to 94c025b6f735 ("hwmon: (mr75203) modify the temperature equation according to series 5 datasheet")
 2022-09-21 12:19 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-09-21  8:05 UTC 

[PATCH 0/7] drm/i915: Add HWMON support
 2022-09-21  7:43 UTC  (9+ messages)
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
  ` [Intel-gfx] "

[groeck-staging:hwmon-next] BUILD SUCCESS 21432fc22c48295652f989ea316e3cec69583729
 2022-09-21  6:11 UTC 

[groeck-staging:hwmon] BUILD SUCCESS 7f62cf781e6567d59c8935dc8c6068ce2bb904b7
 2022-09-21  5:54 UTC 

[PATCH 1/2] hwmon: vt8231: Introduce a #define for the driver name and use it
 2022-09-20 14:30 UTC  (4+ messages)
` [PATCH 2/2] hwmon: vt8231: Reorder symbols to get rid of a few forward declarations

[PATCH 0/2] hwmon: pc87360: Some cleanups
 2022-09-20 14:27 UTC  (5+ messages)
` [PATCH 1/2] hwmon: pc87360: Introduce a #define for the driver name and use it
` [PATCH 2/2] hwmon: pc87360: Reorder symbols to get rid of a few forward declarations

[PATCH v5 0/5] hwmon: pwm-fan: switch regulator dynamically
 2022-09-20 14:20 UTC  (11+ messages)
` [PATCH v5 1/5] hwmon: pwm-fan: Refactor fan power on/off
` [PATCH v5 2/5] hwmon: pwm-fan: Simplify enable/disable check
` [PATCH v5 3/5] hwmon: pwm-fan: Add dedicated power switch function
` [PATCH v5 4/5] hwmon: pwm-fan: split __set_pwm into locked/unlocked functions
` [PATCH v5 5/5] hwmon: pwm-fan: Switch regulator dynamically

[PATCH v5] hwmon: Add driver for the TEXAS TPS546D24 Buck Converter
 2022-09-20 14:14 UTC  (2+ messages)

[PATCH v9 0/4] hwmon: Add max31760 fan speed controller
 2022-09-20 14:13 UTC  (2+ messages)

[PATCH] asus-wmi: Expand support of GPU fan to read RPM and label
 2022-09-20  0:21 UTC  (4+ messages)

[PATCH v5 00/21] Variety of fixes and new features for mr75203 driver
 2022-09-19 13:23 UTC  (34+ messages)
` [PATCH v5 10/21] dt-bindings: vendor-prefixes: add vendor prefix for Moortec
` [PATCH v5 11/21] dt-bindings: hwmon: (mr75203) add "moortec,vm-active-channels" property
` [PATCH v5 12/21] hwmon: (mr75203) add VM active channel support
` [PATCH v5 13/21] dt-bindings: hwmon: (mr75203) add "moortec,vm-pre-scaler-x2" property
` [PATCH v5 14/21] hwmon: (mr75203) add VM pre-scaler x2 support
` [PATCH v5 15/21] hwmon: (mr75203) modify the temperature equation according to series 5 datasheet
` [PATCH v5 16/21] dt-bindings: hwmon: (mr75203) add "moortec,ts-series" property
` [PATCH v5 17/21] hwmon: (mr75203) add support for series 6 temperature equation
` [PATCH v5 18/21] dt-bindings: hwmon: (mr75203) add coefficient properties for the thermal equation
` [PATCH v5 19/21] hwmon: (mr75203) parse temperature coefficients from device-tree
` [PATCH v5 20/21] hwmon: (mr75203) add debugfs to read and write temperature coefficients
` [PATCH v5 21/21] hwmon: (mr75203) fix coding style space errors

[PATCH v3] hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
 2022-09-19 13:16 UTC  (2+ messages)

[PATCH] hwmon: (aquacomputer_d5next) Fix Quadro fan speed offsets
 2022-09-19 13:14 UTC  (2+ messages)

[PATCH] hwmon: (aspeed-pwm-tacho): Add dependency on ARCH_ASPEED
 2022-09-19 13:13 UTC  (2+ messages)

[PATCH] hwmon: (nzxt-smart2) add another USB ID
 2022-09-19 12:56 UTC  (2+ messages)

[PATCH -next] platform/x86: asus-wmi: change kbd_rgb_mode_groups to static
 2022-09-17 11:43 UTC  (2+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS 9f74e9d42e7671dc4fc7804d4ed99002619ab5f8
 2022-09-17  3:51 UTC 

[PATCH v2] hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
 2022-09-16 10:42 UTC  (6+ messages)
  `  "
    `  "
      `  "
        `  "

[linux-next:master] BUILD REGRESSION 6ce5d01e7011b32600656bf90a626b1e51fb192a
 2022-09-15 21:11 UTC 

[RESEND PATCH] ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
 2022-09-15 16:58 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox