#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null hortcut icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/drivers/hwmon/asus-ec-sensors.c
AgeCommit message (Expand)Author
2022-02-27hwmon: (asus-ec-sensors) do not print from .probe()Eugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) merge setup functionsEugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) deduce sensor signedness from its typeEugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) add CPU core voltageEugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) read sensors as signed intsEugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) fix a typo in asus_ec_probe()Dan Carpenter
2022-02-27hwmon: (asus-ec-sensors) Add Crosshair VIII Hero WiFiEugene Shalygin
2022-02-27hwmon: (asus-ec-sensors) add driver for ASUS ECEugene Shalygin