summaryrefslogtreecommitdiff
path: root/drivers/hwmon/applesmc.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-9/+8
2026-08-10hwmon: (applesmc) Convert to hwmon_device_register_with_infoShih-Yuan Lee1-149/+321
2026-08-10hwmon: (applesmc) Fix lockless cache validation data raceShih-Yuan Lee1-2/+5
2026-08-10hwmon: (applesmc) Cache fan positions during register initializationShih-Yuan Lee1-1/+12
2026-06-09hwmon: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-1/+1
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck1-17/+17
2021-01-27hwmon: (applesmc) Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2020-12-02hwmon: (applesmc) Add DMI product matches for Intel-based Xserves (non-RackMac*)Joe Jamison1-0/+4
2020-11-12hwmon: (applesmc) Re-work SMC commsBrad Campbell1-48/+82
2020-08-21hwmon: (applesmc) check status earlier.Tom Rix1-15/+16
2020-05-27hwmon: (applesmc) avoid overlong udelay()Arnd Bergmann1-3/+9
2019-11-06hwmon: (applesmc) switch to using input device polling modeDmitry Torokhov1-20/+18
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 271Thomas Gleixner1-13/+1
2018-12-16hwmon: (applesmc) Replace S_<PERMS> with octal valuesGuenter Roeck1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-07-15hwmon: (applesmc) Avoid buffer overrunsGuenter Roeck1-4/+9
2015-11-15hwmon : (applesmc) Fix uninitialized variables warningsShuah Khan1-1/+1
2015-09-29hwmon: applesmc: fix comment typosBastien Nocera1-2/+2
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-09hwmon: (applesmc) Always read until end of dataHenrik Rydberg1-0/+13
2013-09-26hwmon: (applesmc) Check key count before proceedingHenrik Rydberg1-1/+10
2013-04-07hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropr...Guenter Roeck1-1/+1
2012-10-10hwmon: Add missing inclusions of <linux/err.h>Jean Delvare1-0/+1
2012-09-18hwmon: (applesmc) Bump max waitParag Warudkar1-2/+2
2012-07-27hwmon: (applesmc) Decode and act on read/write status codesHenrik Rydberg1-24/+46
2012-07-21hwmon: (applesmc) Ignore some temperature registersHenrik Rydberg1-28/+47
2012-07-21hwmon: (applesmc) Allow negative temperature valuesHenrik Rydberg1-11/+8
2012-07-21hwmon: (applesmc) Shorten minimum wait timeHenrik Rydberg1-1/+1
2012-07-21hwmon: (applesmc) Skip sensor mappingHenrik Rydberg1-28/+13
2012-06-24hwmon: (applesmc) correct email address for Jesper JuhlJesper Juhl1-1/+1
2012-06-18hwmon: (applesmc) Limit key length in warning messagesHenrik Rydberg1-2/+2
2012-03-18hwmon: (applesmc) Silence uninitialized warningsHenrik Rydberg1-2/+6
2012-03-18hwmon: (applesmc) Fix multi-line commentsGuenter Roeck1-2/+4
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-3/+3
2011-01-23hwmon: (applesmc) Properly initialize lockdep attributesHenrik Rydberg1-0/+1
2011-01-08hwmon: (applesmc) Fix checkpatch errors and fix value range checksGuenter Roeck1-18/+16
2011-01-08hwmon: (applesmc) Update copyright informationHenrik Rydberg1-0/+1
2011-01-08hwmon: (applesmc) Silence driverHenrik Rydberg1-4/+0
2011-01-08hwmon: (applesmc) Simplify feature sysfs handlingHenrik Rydberg1-93/+76
2011-01-08hwmon: (applesmc) Dynamic creation of fan filesHenrik Rydberg1-145/+43
2011-01-08hwmon: (applesmc) Extract all features genericallyHenrik Rydberg1-182/+59
2011-01-08hwmon: (applesmc) Handle new temperature formatHenrik Rydberg1-3/+9
2011-01-08hwmon: (applesmc) Dynamic creation of temperature filesHenrik Rydberg1-389/+111
2011-01-08hwmon: (applesmc) Introduce a register lookup tableHenrik Rydberg1-242/+297
2011-01-08hwmon: (applesmc) Use pr_fmt and pr_<level>Joe Perches1-32/+26
2011-01-08hwmon: (applesmc) Relax the severity of device init failureHenrik Rydberg1-31/+7
2011-01-08hwmon: (applesmc) Add MacBookAir3,1(3,2) supportEdgar Hucek1-0/+10