Linux-Hwmon Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 20:01:50 to 2021-12-27 18:07:56 UTC [more...]

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2021-12-27 18:07 UTC  (4+ messages)
` [RFC 13/32] hwmon: Kconfig: add HAS_IOPORT dependencies

[PATCH] hwmon: Use min() instead of doing it manually
 2021-12-27 15:43 UTC  (2+ messages)

[PATCH v1] hwmon: add debugfs register access
 2021-12-26 10:48 UTC  (2+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH v2] hwmon: (nct6775) add support for TSI temperature registers
 2021-12-26  5:14 UTC 

[GIT PULL] hwmon fixes for v5.16-rc7
 2021-12-25 21:10 UTC  (2+ messages)

[PATCH v6 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2021-12-24 13:28 UTC  (13+ messages)
` [PATCH v6 1/9] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver
` [PATCH v6 2/9] mfd: smpro-mfd: Adds Ampere's Altra SMpro "
` [PATCH v6 3/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
` [PATCH v6 4/9] docs: hwmon: (smpro-hwmon) Add documentation
` [PATCH v6 5/9] regmap: Introduces regmap lock helpers
` [PATCH v6 6/9] misc: smpro-errmon: Add Ampere's SMpro error monitor driver
` [PATCH v6 7/9] docs: misc-devices: (smpro-errmon) Add documentation
` [PATCH v6 8/9] misc: smpro-misc: Add Ampere's Altra SMpro misc driver
` [PATCH v6 9/9] docs: misc-devices: (smpro-misc) Add documentation

[PATCH v4 1/6] hwmon: adt7x10: Refactor to use with_info API
 2021-12-23 20:52 UTC  (7+ messages)
` [PATCH v4 1/6] hwmon: adt7x10: Convert to use regmap
` [PATCH v4 2/6] hwmon: (adt7x10) Add device managed action for restoring config
` [PATCH v4 3/6] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
` [PATCH v4 4/6] hwmon: (adt7x10) Use devm_request_threaded_irq
` [PATCH v4 5/6] hwmon: (adt7x10) Remove empty driver removal callback
` [PATCH v4 6/6] hwmon: (adt7x10) Use hwmon_notify_event

[PATCH 0/2] hwmon: Add "label" attribute
 2021-12-23 10:12 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Introduce common properties
` [PATCH 2/2] hwmon: Add "label" attribute

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH v3 0/7] Refactor ADT7X10
 2021-12-22 17:07 UTC  (11+ messages)
` [PATCH v3 1/7] hwmon: (adt7x10) Store bus_dev in private data
` [PATCH v3 2/7] hwmon: (adt7x10) Add device managed action for restoring config
` [PATCH v3 3/7] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
` [PATCH v3 4/7] hwmon: (adt7x10) Use devm_request_threaded_irq
` [PATCH v3 5/7] hwmon: (adt7x10) Remove empty driver removal callback
` [PATCH v3 6/7] hwmon: (adt7x10) Pass hwinfo dev to irq handler
` [PATCH v3 7/7] hwmon: (adt7x10) Use hwmon_notify_event

[PATCH 1/5] hwmon: (corsair-cpro) Use devres function
 2021-12-22 16:10 UTC  (10+ messages)
` [PATCH 2/5] hwmon: (nzxt-kraken2) "
` [PATCH 3/5] hwmon: (corsair-psu) "
` [PATCH 4/5] hwmon: (d5next) "
` [PATCH 5/5] hwmon: (drivetemp) "

[groeck-staging:hwmon-next] BUILD SUCCESS 01b619f3c6399948f118d5f2886a44e517d1606b
 2021-12-22 15:27 UTC 

[PATCH v2 0/8] Refactor ADT7X10
 2021-12-21 21:59 UTC  (11+ messages)
` [PATCH v2 1/8] hwmon: (adt7410) Pass name to core driver
` [PATCH v2 2/8] hwmon: (adt7x10) Store bus_dev in private data
` [PATCH v2 3/8] hwmon: (adt7x10) Add device managed action for restoring config
` [PATCH v2 4/8] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
` [PATCH v2 5/8] hwmon: (adt7x10) Use devm_request_threaded_irq
` [PATCH v2 6/8] hwmon: (adt7x10) Remove empty driver removal callback
` [PATCH v2 7/8] hwmon: (adt7x10) Pass hwinfo dev to irq handler
` [PATCH v2 8/8] hwmon: (adt7x10) Use hwmon_notify_event

[PATCH v1 1/8] hwmon: (adt7410) Pass name to core driver
 2021-12-21 20:58 UTC  (10+ messages)
` [PATCH v1 2/8] hwmon: (adt7x10) Store bus_dev in private data
` [PATCH v1 3/8] hwmon: (adt7x10) Add device managed action for restoring config
` [PATCH v1 4/8] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
` [PATCH v1 5/8] hwmon: (adt7x10) Use devm_request_threaded_irq
` [PATCH v1 6/8] hwmon: (adt7x10) Remove empty driver removal callback
` [PATCH v1 7/8] hwmon: (adt7x10) Pass hwinfo dev to irq handler
` [PATCH v1 8/8] hwmon: (adt7x10) Use hwmon_notify_event

[PATCH] hwmon: (dell-smm) Pack the whole smm_regs struct
 2021-12-21 16:55 UTC  (2+ messages)

[PATCH v1 01/10] hwmon: adt7x10: store bus_dev in private data
 2021-12-21 16:08 UTC  (15+ messages)
` [PATCH v1 02/10] hwmon: adt7x10: do not create name attr
` [PATCH v1 03/10] hwmon: adt7x10: use devm_request_threaded_irq
` [PATCH v1 04/10] hwmon: adt7x10: avoid storing hwinfo dev into private data
` [PATCH v1 05/10] hwmon: adt7x10: pass hwinfo dev to irq handler
` [PATCH v1 06/10] hwmon: adt7x10: extract read/write methods from show/store
` [PATCH v1 07/10] hwmon: adt7x10: remove attrs
` [PATCH v1 08/10] hwmon: adt7x10: use hwmon_device_register_with_info
` [PATCH v1 09/10] hwmon: adt7x10: use devm_hwmon_device_register_with_info
` [PATCH v1 10/10] hwmon: adt7x10: use hwmon_notify_event

[groeck-staging:hwmon-next] BUILD SUCCESS dbefb9ac3a3ae06f4e74be3257537865279788a0
 2021-12-21 10:59 UTC 

[groeck-staging:watchdog-next] BUILD SUCCESS c2c94abe099d234010dea98c038e034fead84c4a
 2021-12-21 10:59 UTC 

[PATCH v1 1/1] hwmon : (mr75203) fix wrong power-up delay value
 2021-12-20 21:03 UTC  (2+ messages)

[PATCH][next] hwmon/pmbus: (ir38064): Fix spelling mistake "comaptible" -> "compatible"
 2021-12-20 21:02 UTC  (2+ messages)

[PATCH] hwmon: (nct6775) add support for TSI temperature registers
 2021-12-19  6:29 UTC  (5+ messages)

[PATCH v2 1/1] hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage
 2021-12-18 20:52 UTC 

[PATCH 1/1] hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage
 2021-12-18 19:35 UTC  (2+ messages)

[PATCH v2 0/3] hwmon: (nct6775) Support lock by ACPI mutex
 2021-12-18 19:17 UTC  (5+ messages)

[PATCH 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC
 2021-12-18 18:48 UTC  (10+ messages)
` [PATCH 2/3] hwmon: update ASUS EC driver documentation
` [PATCH 3/3] hwmon: remove asus_wmi_ec_sensors driver

[groeck-staging:hwmon-next] BUILD SUCCESS b90233e7e9bcb6e02ed748f74cb7934bb01e7576
 2021-12-18  6:00 UTC 

PATCH v2 ASUS EC Sensors
 2021-12-17 23:47 UTC  (7+ messages)
` [PATCH 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC
` [PATCH 2/3] hwmon: (asus-ec-sensors) update documentation
` [PATCH 3/3] hwmon: (asus_wmi_ec_sensors) remove the driver

[PATCH] hwmon : (mr75203) fix macro typo
 2021-12-17 16:45 UTC  (4+ messages)

hwmon: Add ir38064 variants and expose devicetree probing
 2021-12-17 16:10 UTC  (5+ messages)
` [PATCH v2 1/3] hwmon/ir38064: Add support for IR38060, IR38164 IR38263
` [PATCH v2 2/3] pmbus/ir38064: Add of_match_table
` [PATCH v2 3/3] ir38064: Expose a regulator

[PATCH v2] hwmon: add driver for NZXT RGB&Fan Controller/Smart Device v2
 2021-12-17 16:01 UTC  (2+ messages)

[PATCH v3] hwmon: (pmbus) Add support for MPS Multi-phase mp5023
 2021-12-17 15:52 UTC  (2+ messages)

[PATCH v4 0/2] hwmon: (pmbus) Add Delta AHE-50DC fan control module driver
 2021-12-17 15:48 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] dt-bindings: add Delta AHE-50DC fan control module

[PATCH] hwmon: prefix kernel-doc comments for structs with struct
 2021-12-17 15:45 UTC  (2+ messages)

[PATCH] hwmon: (ntc_thermistor): Add Samsung 1404-001221 NTC
 2021-12-17 15:43 UTC  (3+ messages)

[PATCH] hwmon: (ntc_thermistor): Drop OF dependency
 2021-12-17 15:42 UTC  (2+ messages)

[PATCH v2 0/2] hwmon: (dell-smm) Improve ioctl handler
 2021-12-17 15:37 UTC  (6+ messages)
` [PATCH v2 1/2] hwmon: (dell-smm) Simplify "
` [PATCH v2 2/2] hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()

[PATCH] hwmon: (raspberrypi) Exit immediately in case of error in init
 2021-12-17 15:31 UTC  (2+ messages)

[PATCH] hwmon: (nct6775) delete some new lines
 2021-12-17 15:30 UTC  (2+ messages)

[PATCH] hwmon : (mr75203) fix macro typo
 2021-12-16 14:54 UTC  (8+ messages)

[PATCH v17 0/8] Add support for the silergy,sy7636a
 2021-12-16 14:41 UTC  (10+ messages)
` [PATCH v17 1/8] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
` [PATCH v17 2/8] mfd: simple-mfd-i2c: Add a Kconfig name
` [PATCH v17 3/8] mfd: simple-mfd-i2c: Enable support for the silergy,sy7636a
` [PATCH v17 4/8] regulator: sy7636a: Remove requirement on sy7636a mfd
` [PATCH v17 5/8] hwmon: sy7636a: Add temperature driver for sy7636a
` [PATCH v17 6/8] ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a
` [PATCH v17 7/8] ARM: dts: imx7d-remarkable2: "
` [PATCH v17 8/8] ARM: dts: imx7d-remarkable2: Enable lcdif

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[PATCH 1/3] hwmon/ir38064: Add support for IR38060, IR38164 IR38263
 2021-12-13 13:50 UTC  (5+ messages)
` [PATCH 2/3] pmbus/ir38064: Add of_match_table
` [PATCH 3/3] ir38064: Expose a regulator

[groeck-staging:hwmon-next] BUILD SUCCESS df159e2b2601febe38eba814476bcaa0084f8430
 2021-12-13 13:29 UTC 

[groeck-staging:hwmon] BUILD SUCCESS cdc5287acad9ede121924a9c9313544b80d15842
 2021-12-13 13:29 UTC 

[groeck-staging:watchdog-next 12/32] drivers/watchdog/s3c2410_wdt.c:663 s3c2410wdt_probe() warn: passing zero to 'PTR_ERR'
 2021-12-12 17:09 UTC  (3+ messages)

[PATCH 1/1] hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING
 2021-12-11 18:00 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 30a0b1e08c6a4f1c6d7a962fe809bcc24b691d87
 2021-12-11 17:47 UTC 

[groeck-staging:hwmon] BUILD SUCCESS 5a97ef662578ba3150ea53d2765a50d2ab48e7b5
 2021-12-11 17:47 UTC 

[GIT PULL] hwmon fixes for v5.16-rc5
 2021-12-10 22:46 UTC  (2+ messages)

[PATCH 0/5] hwmon: (lm90) Various fixes
 2021-12-10 21:08 UTC  (4+ messages)
` [PATCH 2/5] hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
` [PATCH 5/5] hwmon: (lm90) Do not report 'busy' status bit as alarm


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).