aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-07hwmon: (tmp401) Add support for TMP431Guenter Roeck2-5/+14
2013-04-07hwmon: (pmbus/lm25066) Add support for LM25056Guenter Roeck2-10/+124
2013-04-07hwmon: (pmbus/lm25066) Refactor device specific coefficientsGuenter Roeck1-78/+118
2013-04-07hwmon: (pmbus/lm25066) Clamp limit attributesGuenter Roeck1-0/+13
2013-04-07hwmon: (pmbus/lm25066) Report VAUX as vmonGuenter Roeck1-52/+21
2013-04-07hwmon: (max6697) Use is_visible and sysfs_create_groupGuenter Roeck1-116/+93
2013-04-07hwmon: (adt7310) Fix sparse warningGuenter Roeck1-1/+1
2013-04-07hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883Guenter Roeck2-21/+132
2013-04-07hwmon: (pmbus/ltc2978) Code cleanupGuenter Roeck1-11/+14
2013-04-07hwmon: (ltc4261) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-22/+16
2013-04-07hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-57/+59
2013-04-07hwmon: (ltc4215) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-28/+18
2013-04-07hwmon: (ltc4151) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck1-6/+6
2013-04-07hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck1-8/+8
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck36-249/+271
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck8-216/+216
2013-04-07hwmon: (nct6775) Drop read/write lockGuenter Roeck1-10/+0
2013-04-07hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck1-6/+24
2013-04-07hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck1-0/+33
2013-04-07hwmon: (nct6775) Add support for weighted fan controlGuenter Roeck1-14/+266
2013-04-07hwmon: (nct6775) Add support for automatic fan controlGuenter Roeck1-7/+1092
2013-04-07hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enableGuenter Roeck1-0/+329
2013-04-07hwmon: (nct6775) Add power management supportGuenter Roeck1-0/+86
2013-04-07hwmon: (nct6775) Add support for fan debounce module parameterGuenter Roeck1-0/+28
2013-04-07hwmon: (nct6775) Add support for fanX_pulses sysfs attributeGuenter Roeck1-0/+64
2013-04-07hwmon: (nct6775) Add support for fan speed attributesGuenter Roeck1-1/+515
2013-04-07hwmon: (nct6775) Add support for temperature sensorsGuenter Roeck1-3/+745
2013-04-07hwmon: (nct6775) Add case open detectionGuenter Roeck1-0/+67
2013-04-07hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779DGuenter Roeck3-0/+1035
2013-04-07hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck4-20/+22
2013-04-07hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriateGuenter Roeck4-5/+4
2013-04-07hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2-19/+127
2013-04-07hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen4-9/+44
2013-04-07hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen6-436/+689
2013-04-07hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen1-33/+58
2013-04-07hwmon: (mc13783-adc.c) use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05Merge tag 'dm-3.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dmLinus Torvalds1-13/+38
2013-04-05Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-118/+168
2013-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-40/+65
2013-04-05firmware,IB/qib: revert firmware file moveMike Marciniszyn1-1/+1
2013-04-05Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds5-44/+42
2013-04-05Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"Johan Hovold2-31/+20
2013-04-05Merge tag 'fbdev-fixes-3.9-rc6' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-2/+3
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer1-13/+34
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong1-0/+4
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+9
2013-04-05bonding: remove sysfs before removing devicesVeaceslav Falico1-1/+1
2013-04-05atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-04-04Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-30/+68
2013-04-04r8169: fix auto speed down issuehayeswang1-3/+25