messages from 2025-04-23 01:07:48 to 2025-04-30 09:13:15 UTC [more...]
[PATCH v4 00/15] MSR code cleanup part one
2025-04-30 9:12 UTC (21+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH 0/3] Export fan control and register fans as cooling devices
2025-04-30 7:00 UTC (9+ messages)
` [PATCH 1/3] platform/chrome: update pwm fan control host commands
` [PATCH 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices
[PATCH v2] hwmon: (asus-ec-sensors) add WARN_ONCE() on invalid sensor index
2025-04-30 4:12 UTC (5+ messages)
[PATCH 0/5] hwmon: pmbus: Add support for MPM82504 and MPM3695-10
2025-04-30 4:10 UTC (12+ messages)
` [PATCH 1/5] hwmon: pmbus: mpq8785: Prepare driver for multiple device support
` [PATCH 2/5] hwmon: pmbus: mpq8785: Add support for MPM82504
` [PATCH 3/5] hwmon: pmbus: mpq8785: Add support for MPM3695
` [PATCH 4/5] hwmon: pmbus: mpq8785: Implement voltage scale loop configuration
` [PATCH 5/5] dt-bindings: hwmon: Add bindings for mpq8785 driver
[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
2025-04-30 3:57 UTC (11+ messages)
` [PATCH v2 05/10] dt-bindings: reset: sophgo: Add SG2044 bindings
` [PATCH v2 06/10] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support
` [PATCH v2 07/10] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
[PATCH v8 0/1] platform/x86: Introduce dasharo-acpi platform driver
2025-04-29 15:01 UTC (3+ messages)
` [PATCH v8 1/1] "
[PATCH v9 00/10] misc: Move AMD side band interface(SBI) functionality
2025-04-28 6:30 UTC (11+ messages)
` [PATCH v9 01/10] hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc
` [PATCH v9 02/10] misc: amd-sbi: Move protocol functionality to core file
` [PATCH v9 03/10] misc: amd-sbi: Move hwmon device sensor as separate entity
` [PATCH v9 04/10] misc: amd-sbi: Use regmap subsystem
` [PATCH v9 05/10] misc: amd-sbi: Optimize the wait condition for mailbox command completion
` [PATCH v9 06/10] misc: amd-sbi: Add support for AMD_SBI IOCTL
` [PATCH v9 07/10] misc: amd-sbi: Add support for CPUID protocol
` [PATCH v9 08/10] misc: amd-sbi: Add support for read MCA register protocol
` [PATCH v9 09/10] misc: amd-sbi: Add support for register xfer
` [PATCH v9 10/10] misc: amd-sbi: Add document for AMD SB IOCTL description
Consultation on extending hwmon channel attributes number to 64
2025-04-28 2:44 UTC (3+ messages)
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-26 9:14 UTC (16+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "
[PATCH] hwmon: Add KEBA fan controller support
2025-04-25 19:48 UTC
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (64+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
[PATCH v6 1/2] hwmon: (pmbus/tps53679) Add support for TPS53685
2025-04-25 17:07 UTC (5+ messages)
` [PATCH v6] "
[PATCH v10 00/16] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 13:50 UTC (18+ messages)
` [PATCH v10 01/16] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v10 02/16] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v10 03/16] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v10 04/16] ABI: testing: sysfs-class-oxp: add missing documentation
` [PATCH v10 05/16] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v10 06/16] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v10 07/16] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v10 08/16] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v10 09/16] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v10 10/16] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v10 11/16] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v10 12/16] platform/x86: oxpec: Follow reverse xmas convention for tt_toggle
` [PATCH v10 13/16] power: supply: add inhibit-charge-awake to charge_behaviour
` [PATCH v10 14/16] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v10 15/16] platform/x86: oxpec: Rename rval to ret in tt_toggle
` [PATCH v10 16/16] platform/x86: oxpec: Convert defines to using tabs
[PATCH v10 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-25 11:13 UTC (9+ messages)
` [PATCH v10 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v10 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v10 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v10 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v10 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v10 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v10 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 11:05 UTC (7+ messages)
` [PATCH v9 14/15] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v9 15/15] platform/x86: oxpec: Rename rval to ret in tt_toggle
PMBus memory overflow
2025-04-25 8:16 UTC (11+ messages)
[PATCH] hwmon: (asus-ec-sensors) check sensor index in read_string()
2025-04-24 22:35 UTC (3+ messages)
[groeck-staging:hwmon-next] BUILD SUCCESS 8debd8511dd9376fab33bff62500a5a71937420a
2025-04-24 15:39 UTC
[PATCH] hwmon: convert to use maple tree register cache
2025-04-24 1:08 UTC
[groeck-staging:testing] BUILD SUCCESS fcb21e1fc1ac1aa8eacf7d6972f75d7f462c51c4
2025-04-23 17:41 UTC
[groeck-staging:fixes] BUILD SUCCESS 6ef0f7e503876480f6b0dbadaccf3bd0dc9f9a3f
2025-04-23 17:38 UTC
[groeck-staging:hwmon-staging] BUILD SUCCESS 7e801aa73daa456c4404fde177d3fc397661abf0
2025-04-23 17:38 UTC
[PATCH v6] hwmon: (max77705) add initial support
2025-04-23 14:22 UTC (2+ messages)
[PATCH 1/2] dt-bindings: hwmon: ti,tmp102: document optional V+ supply property
2025-04-23 14:17 UTC (5+ messages)
` [PATCH 2/2] hwmon: (tmp102): add vcc regulator support
[PATCH v7 0/1] platform/x86: Introduce dasharo-acpi platform driver
2025-04-23 12:08 UTC (3+ messages)
` [PATCH v7 1/1] "
[PATCH 0/2] hwmon: (spd5118) adjust sensor behaviors under SPD write protection
2025-04-23 3:33 UTC (5+ messages)
` [PATCH 2/2] hwmon: (spd5118) restrict writes "
[PATCH] hwmon: (aht10) Drop doctype annotations from static functions
2025-04-23 1:28 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox