aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/applesmc.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-27hwmon: (applesmc) Add temperature sensor labels to sysfs interfaceAlex Murray1-1/+147
2010-05-27hwmon: (applesmc) Add generic support for MacBook Pro 7Henrik Rydberg1-0/+9
2010-05-27hwmon: (applesmc) Add generic support for MacBook Pro 6Bernhard Froemel1-0/+10
2010-05-27hwmon: (applesmc) Add support for MacBook Pro 5,3 and 5,4Henrik Rydberg1-0/+19
2010-05-11hwmon: (applesmc) Correct sysfs fan error handlingHenrik Rydberg1-36/+25
2010-04-14hwmon: (applesmc) Add iMac9,1 and MacBookPro2,2 supportJustin P. Mattock1-0/+18
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-22hwmon: applesmc: restore accelerometer and keyboard backlight on resumeHenrik Rydberg1-12/+26
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-01-29hwmon: applesmc: add support for MacPro 3 temperature sensorsBharath Ramesh1-1/+29
2009-01-15hwmon: applesmc: fix light sensor readings on newer MacBooksAlex Murray1-0/+5
2009-01-06hwmon: applesmc: Add support for MacBook Air 2Henrik Rydberg1-0/+10
2008-12-01hwmon: applesmc: make applesmc load automatically on startupHenrik Rydberg1-0/+1
2008-11-19drivers/hwmon/applesmc.c: add generic MacPro supportHenrik Rydberg1-0/+4
2008-11-19hwmon: applesmc: Add support for iMac 6Henrik Rydberg1-0/+9
2008-11-12hwmon: applesmc: add support for Macbook 4Henrik Rydberg1-1/+5
2008-11-06hwmon: applesmc: add support for iMac 8Henrik Rydberg1-0/+9
2008-11-06hwmon: applesmc: add support for Macbook Pro 5Henrik Rydberg1-0/+10
2008-11-06hwmon: applesmc: add support for Macbook 5Henrik Rydberg1-0/+9
2008-11-06hwmon: applesmc: add support for iMac 5Henrik Rydberg1-0/+8
2008-10-20hwmon: applesmc: lighter wait mechanism, drastic improvementHenrik Rydberg1-10/+12
2008-10-20hwmon: applesmc: Add support for Macbook Pro 3Henrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: Add support for Macbook Pro 4Henrik Rydberg1-0/+9
2008-10-20drivers/hwmon/applesmc.c: remove unneeded castsAndrew Morton1-8/+8
2008-10-20hwmon: applesmc: add support for Macbook AirHenrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: allow for variable ALV0 and ALV1 package lengthHenrik Rydberg1-5/+15
2008-10-20hwmon: applesmc: prolong status waitHenrik Rydberg1-2/+2
2008-10-20hwmon: applesmc: fix the 'wait status failed: c != 8' problemHenrik Rydberg1-8/+24
2008-10-20hwmon: applesmc: specified number of bytes to read should match actualHenrik Rydberg1-1/+1
2008-08-15applesmc: add support for MacbookGuilherme M. Schroeder1-1/+10
2008-08-15applesmc: support for Intel iMacRoberto De Ioris1-0/+9
2008-02-17hwmon: (applesmc) sensors set for MacBook2Riki Oktarianto1-10/+19
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-1/+1
2007-11-08hwmon: (applesmc) Add support for Mac Pro 2 x Quad-CoreRené Rebe1-6/+101
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+1
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-53/+30
2007-10-14Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-5/+5
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-6/+10
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-09-26HWMON: applesmc - convert to use input-polldevDmitry Torokhov1-53/+30
2007-07-30hwmon: (applesmc) add temperature sensors set for MacbookMartin Szulecki1-5/+9
2007-05-27hwmon/applesmc: Handle name file creation error and deletionNicolas Boichat1-1/+6
2007-05-23applesmc - sensors patch missing from 2.6.22-rc2Nicolas Boichat1-0/+10
2007-05-10drivers/hwmon: switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-05-08applesmc: Use standard sysfs names for labelsJean Delvare1-2/+2
2007-05-08applesmc: Use the address as platform device IDJean Delvare1-1/+2
2007-05-08Apple SMC driver (hardware monitoring and control)Nicolas Boichat1-0/+1339