index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
jc42.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-08
1
-1
/
+1
*
hwmon: jc42: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
2023-04-19
1
-1
/
+1
*
hwmon: (jc42) Consistently use bit and bitfield macros in the driver
Martin Blumenstingl
2022-12-05
1
-18
/
+18
*
hwmon: (jc42) Fix missing unlock on error in jc42_write()
Yang Yingliang
2022-12-05
1
-1
/
+1
*
hwmon: (jc42) Restore the min/max/critical temperatures on resume
Martin Blumenstingl
2022-12-05
1
-1
/
+9
*
hwmon: (jc42) Convert register access and caching to regmap/regcache
Martin Blumenstingl
2022-12-05
1
-102
/
+131
*
Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2022-10-05
1
-1
/
+1
|
\
|
*
hwmon: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
1
-1
/
+1
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-2
/
+1
|
/
*
hwmon: (jc42) Add support for S-34TS04A
Oleksandr Shamray
2022-05-20
1
-0
/
+6
*
hwmon: (jc42) add HWMON_C_TZ_REGISTER
Eduardo Valentin
2022-05-17
1
-0
/
+2
*
hwmon: (jc42) Add support for ONSEMI N34TS04
Guenter Roeck
2021-12-27
1
-0
/
+4
*
hwmon: use simple i2c probe function
Stephen Kitt
2020-09-23
1
-2
/
+2
*
hwmon: (jc42) Fix name to have no illegal characters
Sascha Hauer
2020-04-18
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
hwmon: (jc42) Use HWMON_CHANNEL_INFO macro
Guenter Roeck
2019-04-16
1
-13
/
+5
*
hwmon: (jc42) Replace S_<PERMS> with octal values
Guenter Roeck
2019-02-18
1
-4
/
+4
*
hwmon: (jc42) optionally try to disable the SMBUS timeout
Peter Rosin
2017-11-30
1
-0
/
+21
*
hwmon: (jc42) Add support for CAT34TS02C
Guenter Roeck
2017-08-13
1
-0
/
+4
*
hwmon: (jc42) Add support for GT30TS00, GT34TS02, and CAT34TS04
Guenter Roeck
2017-08-13
1
-0
/
+15
*
hwmon: (jc42) Convert to use new hwmon registration API
Guenter Roeck
2016-09-09
1
-144
/
+149
*
hwmon: (jc42) Add support for generic JC-42.4 devicetree binding
Guenter Roeck
2016-07-12
1
-0
/
+10
*
hwmon: (jc42) Add I2C_CLASS_HWMON to detection class
Alison Schofield
2016-07-05
1
-1
/
+1
*
hwmon: (jc42) Add support for Microchip MCP9808 temperature sensor
Alison Schofield
2016-06-28
1
-0
/
+4
*
hwmon: (jc42) Add support for additional IDT temperature sensors
Guenter Roeck
2015-03-09
1
-6
/
+10
*
hwmon: (jc42) Allow negative hysteresis temperatures
Jean Delvare
2015-01-26
1
-3
/
+4
*
hwmon: (jc42) Fix integer overflow when writing hysteresis value
Guenter Roeck
2015-01-26
1
-0
/
+2
*
hwmon: (jc42) Fix integer overflow
Guenter Roeck
2015-01-26
1
-1
/
+1
*
hwmon: (jc42) Use sign_extend32 for sign extension
Guenter Roeck
2015-01-26
1
-5
/
+1
*
hwmon: (jc42) Add support for STTS2004 and AT30TSE004
Guenter Roeck
2014-05-22
1
-0
/
+9
*
hwmon: (jc42) Convert function macros into functions
Guenter Roeck
2014-05-22
1
-110
/
+72
*
hwmon: (jc42) Rearrange code to avoid forward declarations
Guenter Roeck
2014-05-22
1
-97
/
+89
*
hwmon: (jc42) fix coccinelle warnings
Fengguang Wu
2013-10-18
1
-4
/
+1
*
hwmon: (jc42) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-10-18
1
-36
/
+25
*
hwmon: (jc42) Add support for MCP98244
Guenter Roeck
2013-02-06
1
-0
/
+4
*
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
2013-01-26
1
-3
/
+3
*
hwmon: (jc42) Don't reset hysteresis on device removal
Jean Delvare
2012-07-27
1
-3
/
+10
*
hwmon: (jc42) Simplify hysteresis mask
Jean Delvare
2012-07-27
1
-7
/
+6
*
hwmon: Update my e-mail address
Guenter Roeck
2012-06-25
1
-1
/
+1
*
hwmon: (jc42) Remove unnecessary device IDs
Guenter Roeck
2012-03-19
1
-18
/
+0
*
hwmon: (jc42) Convert to use devm_kzalloc
Guenter Roeck
2012-03-19
1
-35
/
+25
*
hwmon: (jc42) Fix multi-line comments
Guenter Roeck
2012-03-19
1
-2
/
+4
*
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
2012-03-19
1
-12
/
+1
*
hwmon: (jc42) Add support for AT30TS00, TS3000GB2, TSE2002GB2, and MCP9804
Guenter Roeck
2012-03-07
1
-2
/
+18
*
hwmon: (jc42) Add support for ST Microelectronics STTS2002 and STTS3000
Jean Delvare
2012-03-07
1
-0
/
+10
*
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-01-08
1
-2
/
+2
|
\
|
*
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
2012-01-05
1
-2
/
+2
*
|
switch ->is_visible() to returning umode_t
Al Viro
2012-01-04
1
-1
/
+1
|
/
*
hwmon: Use i2c_smbus_{read,write}_word_swapped
Jean Delvare
2011-11-04
1
-32
/
+20
*
hwmon: (jc42) Change detection class
Jean Delvare
2011-05-25
1
-1
/
+1
[next]