aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/jc42.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-05-20hwmon: (jc42) Add support for S-34TS04AOleksandr Shamray1-0/+6
2022-05-17hwmon: (jc42) add HWMON_C_TZ_REGISTEREduardo Valentin1-0/+2
2021-12-26hwmon: (jc42) Add support for ONSEMI N34TS04Guenter Roeck1-0/+4
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-2/+2
2020-04-18hwmon: (jc42) Fix name to have no illegal charactersSascha Hauer1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (jc42) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-13/+5
2019-02-18hwmon: (jc42) Replace S_<PERMS> with octal valuesGuenter Roeck1-4/+4
2017-11-30hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin1-0/+21
2017-08-13hwmon: (jc42) Add support for CAT34TS02CGuenter Roeck1-0/+4
2017-08-13hwmon: (jc42) Add support for GT30TS00, GT34TS02, and CAT34TS04Guenter Roeck1-0/+15
2016-09-08hwmon: (jc42) Convert to use new hwmon registration APIGuenter Roeck1-144/+149
2016-07-12hwmon: (jc42) Add support for generic JC-42.4 devicetree bindingGuenter Roeck1-0/+10
2016-07-04hwmon: (jc42) Add I2C_CLASS_HWMON to detection classAlison Schofield1-1/+1
2016-06-27hwmon: (jc42) Add support for Microchip MCP9808 temperature sensorAlison Schofield1-0/+4
2015-03-09hwmon: (jc42) Add support for additional IDT temperature sensorsGuenter Roeck1-6/+10
2015-01-25hwmon: (jc42) Allow negative hysteresis temperaturesJean Delvare1-3/+4
2015-01-25hwmon: (jc42) Fix integer overflow when writing hysteresis valueGuenter Roeck1-0/+2
2015-01-25hwmon: (jc42) Fix integer overflowGuenter Roeck1-1/+1
2015-01-25hwmon: (jc42) Use sign_extend32 for sign extensionGuenter Roeck1-5/+1
2014-05-21hwmon: (jc42) Add support for STTS2004 and AT30TSE004Guenter Roeck1-0/+9
2014-05-21hwmon: (jc42) Convert function macros into functionsGuenter Roeck1-110/+72
2014-05-21hwmon: (jc42) Rearrange code to avoid forward declarationsGuenter Roeck1-97/+89
2013-10-18hwmon: (jc42) fix coccinelle warningsFengguang Wu1-4/+1
2013-10-18hwmon: (jc42) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-36/+25
2013-02-06hwmon: (jc42) Add support for MCP98244Guenter Roeck1-0/+4
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3
2012-07-27hwmon: (jc42) Don't reset hysteresis on device removalJean Delvare1-3/+10
2012-07-27hwmon: (jc42) Simplify hysteresis maskJean Delvare1-7/+6
2012-06-25hwmon: Update my e-mail addressGuenter Roeck1-1/+1
2012-03-18hwmon: (jc42) Remove unnecessary device IDsGuenter Roeck1-18/+0
2012-03-18hwmon: (jc42) Convert to use devm_kzallocGuenter Roeck1-35/+25
2012-03-18hwmon: (jc42) Fix multi-line commentsGuenter Roeck1-2/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-07hwmon: (jc42) Add support for AT30TS00, TS3000GB2, TSE2002GB2, and MCP9804Guenter Roeck1-2/+18
2012-03-07hwmon: (jc42) Add support for ST Microelectronics STTS2002 and STTS3000Jean Delvare1-0/+10
2012-01-08Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-2/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-2/+2
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-32/+20
2011-05-25hwmon: (jc42) Change detection classJean Delvare1-1/+1
2011-02-16hwmon: (jc42) do not allow writing to locked registersClemens Ladisch1-4/+29
2011-02-16hwmon: (jc42) fix type mismatchClemens Ladisch1-1/+1
2010-08-09hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck1-0/+593