messages from 2025-04-09 19:23:27 to 2025-04-22 09:28:14 UTC [more...]
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-22 9:28 UTC (41+ 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 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [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 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [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
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
[PATCH v3 0/2] Add support for LT3074 low voltage linear regulator
2025-04-22 9:16 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: pmbus: add lt3074
` [PATCH v3 2/2] hwmon: (pmbus/lt3074): add support for lt3074
[PATCH] hwmon: (dell-smm) Add the Dell OptiPlex 7050 to the DMI whitelist
2025-04-21 18:25 UTC (3+ messages)
[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-21 11:00 UTC (10+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
[PATCH v5] hwmon: (max77705) add initial support
2025-04-20 16:06 UTC (4+ messages)
PMBus memory overflow
2025-04-20 3:03 UTC (13+ messages)
[PATCH 0/5] hwmon: (spd5118) Add I3C support
2025-04-19 16:13 UTC (6+ messages)
` [PATCH 1/5] hwmon: (spd5118) Split into common and I2C specific code
` [PATCH 2/5] hwmon: (spd5118) Name chips taking the specification literally
` [PATCH 3/5] hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses
` [PATCH 4/5] hwmon: (spd5118) Detect and support 16-bit register addressing
` [RFT PATCH 5/5] hwmon: (spd5118) Add I3C support
[groeck-staging:hwmon-next] BUILD SUCCESS 86d264b68309d9f9804db4079642b98104ca15df
2025-04-17 23:59 UTC
[PATCH 1/2] dt-bindings: hwmon: ti,tmp102: document optional V+ supply property
2025-04-17 18:04 UTC (2+ messages)
` [PATCH 2/2] hwmon: (tmp102): add vcc regulator support
[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-17 17:53 UTC (16+ messages)
` [PATCH v9 01/15] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v9 02/15] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v9 03/15] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v9 04/15] ABI: testing: sysfs-class-oxp: add missing documentation
` [PATCH v9 05/15] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v9 06/15] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v9 07/15] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v9 08/15] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v9 09/15] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v9 10/15] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v9 11/15] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v9 12/15] platform/x86: oxpec: Follow reverse xmas convention for tt_toggle
` [PATCH v9 13/15] power: supply: add inhibit-charge-awake to charge_behaviour
` [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
[PATCH] hwmon: (aht10) Drop doctype annotations from static functions
2025-04-16 23:02 UTC
[PATCH 0/2] hwmon: (spd5118) adjust sensor behaviors under SPD write protection
2025-04-16 22:39 UTC (4+ messages)
` [PATCH 1/2] hwmon: (spd5118) pass spd5118_data to hwmon callbacks
` [PATCH 2/2] hwmon: (spd5118) restrict writes under SPD write protection
[groeck-staging:hwmon-next] BUILD SUCCESS 8f47f2d1355a3846d0ac2b1e05b3bb8aaf3a6c2f
2025-04-16 11:04 UTC
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-15 16:13 UTC (22+ 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 07/13] Input: joystick - "
` [PATCH v4 09/13] wifi: brcm80211: "
[PATCH v8 00/10] misc: Move AMD side band interface(SBI) functionality
2025-04-15 9:35 UTC (14+ messages)
` [PATCH v8 01/10] hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc
` [PATCH v8 02/10] misc: amd-sbi: Move protocol functionality to core file
` [PATCH v8 03/10] misc: amd-sbi: Move hwmon device sensor as separate entity
` [PATCH v8 04/10] misc: amd-sbi: Use regmap subsystem
` [PATCH v8 05/10] misc: amd-sbi: Optimize the wait condition for mailbox command completion
` [PATCH v8 06/10] misc: amd-sbi: Add support for AMD_SBI IOCTL
` [PATCH v8 07/10] misc: amd-sbi: Add support for CPUID protocol
` [PATCH v8 08/10] misc: amd-sbi: Add support for read MCA register protocol
` [PATCH v8 09/10] misc: amd-sbi: Add support for register xfer
` [PATCH v8 10/10] misc: amd-sbi: Add document for AMD SB IOCTL description
[PATCH v4] hwmon: (max77705) add initial support
2025-04-15 8:33 UTC (4+ messages)
[PATCH 0/2] hwmon: convert GPIO chips to using new value setters
2025-04-15 8:31 UTC (2+ messages)
[PATCH] hwmon: acpi_power_meter: replace deprecated strcpy() with strscpy()
2025-04-14 22:41 UTC (2+ messages)
[PATCH] hwmon: (lm90): Use to_delayed_work()
2025-04-14 18:44 UTC (2+ messages)
[PATCH v5 0/8] ASoC: tas27{64,70}: improve support for Apple codec variants
2025-04-14 13:56 UTC (2+ messages)
[PATCH v3 00/20] ASoC: tas27{64,70}: improve support for Apple codec variants
2025-04-14 13:56 UTC (2+ messages)
` (subset) "
[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
2025-04-14 7:33 UTC (15+ messages)
` [PATCH v2 01/10] dt-bindings: i2c: dw: merge duplicate compatible entry
` [PATCH v2 02/10] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer
` [PATCH v2 03/10] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
` [PATCH v2 04/10] dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC
` [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 v2 08/10] dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller
` [PATCH v2 09/10] dt-bindings: riscv: sophgo: Add SG2044 compatible string
` [PATCH v2 10/10] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10
[groeck-staging:hwmon-next] BUILD SUCCESS 05b4aa7f98f3b478ff1d613e614cb7ba3b9aea88
2025-04-12 15:08 UTC
[PATCH v8 00/14] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-12 8:03 UTC (27+ messages)
` [PATCH v8 01/14] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v8 02/14] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v8 03/14] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v8 05/14] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v8 06/14] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v8 07/14] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v8 08/14] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v8 09/14] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v8 10/14] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v8 11/14] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v8 12/14] platform/x86: oxpec: Follow reverse xmas convention for tt_toggle
` [PATCH v8 14/14] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
[PATCH v2 0/5] PMBUS Regulator cleanups
2025-04-11 16:57 UTC (5+ messages)
` [PATCH v2 2/5] regulator: dt-bindings: promote infineon buck converters to their own binding
[PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
2025-04-11 15:07 UTC (4+ messages)
` [PATCH v3 11/13] hwmon: (xgene-hwmon) Simplify PCC shared memory region handling
[PATCH] hwmon: (xgene-hwmon) Simplify PCC shared memory region handling
2025-04-11 14:11 UTC (3+ messages)
[PATCH v7 00/12] platform/x86: alienware-wmi-wmax: HWMON support + DebugFS + Improvements
2025-04-11 13:06 UTC (3+ messages)
[PATCH] hwmon: asus_atk0110: NULL buf.pointer after free
2025-04-11 6:59 UTC (3+ messages)
[PATCH] hwmon: max31827: Fix uninitialized variable lsb_idx in max31827_init_client
2025-04-11 6:56 UTC (3+ messages)
[PATCH] hwmon: max34451: Workaround for lost page
2025-04-11 0:11 UTC (6+ messages)
` [PATCH v2] hwmon: max34451: Work around "
[PATCH] hwmon: (pwm-fan) disable threaded interrupts
2025-04-10 23:17 UTC (2+ messages)
[groeck-staging:testing] BUILD SUCCESS 0e2920a312ee8cfd81104bcf98d287da4d318ac2
2025-04-10 22:20 UTC
[groeck-staging:hwmon-next] BUILD SUCCESS 1d1a3692ba9c0184ac28793b323edef01a121081
2025-04-10 21:07 UTC
[PATCH v2] hwmon: Add KEBA battery monitoring controller support
2025-04-10 20:52 UTC (4+ messages)
[groeck-staging:hwmon-next 13/13] drivers/hwmon/gpio-fan.c:250:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
2025-04-10 8:35 UTC (5+ messages)
[PATCH v9 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-10 7:58 UTC (14+ messages)
` [PATCH v9 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v9 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v9 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v9 7/7] rtc: Add Nuvoton NCT6694 RTC support
WTS
2025-04-10 2:46 UTC
WTS
2025-04-10 1:52 UTC
WTS
2025-04-10 1:26 UTC
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