summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883Guenter Roeck2013-04-073-69/+218
* hwmon: (pmbus/ltc2978) Clean up documentationGuenter Roeck2013-04-071-22/+19
* hwmon: (pmbus/ltc2978) Code cleanupGuenter Roeck2013-04-071-11/+14
* hwmon: (ltc4261) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-071-22/+16
* hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-071-57/+59
* hwmon: (ltc4215) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-071-28/+18
* hwmon: (ltc4151) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck2013-04-071-6/+6
* hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck2013-04-071-8/+8
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-0736-249/+271
* hwmon: Fix CamelCase checkpatch warningsGuenter Roeck2013-04-079-218/+218
* hwmon: (nct6775) Drop read/write lockGuenter Roeck2013-04-071-10/+0
* hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck2013-04-071-6/+24
* hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck2013-04-071-0/+33
* hwmon: (nct6775) Add support for weighted fan controlGuenter Roeck2013-04-072-14/+285
* hwmon: (nct6775) Add support for automatic fan controlGuenter Roeck2013-04-072-7/+1161
* hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enableGuenter Roeck2013-04-072-0/+347
* hwmon: (nct6775) Add power management supportGuenter Roeck2013-04-071-0/+86
* hwmon: (nct6775) Add support for fan debounce module parameterGuenter Roeck2013-04-071-0/+28
* hwmon: (nct6775) Add support for fanX_pulses sysfs attributeGuenter Roeck2013-04-071-0/+64
* hwmon: (nct6775) Add support for fan speed attributesGuenter Roeck2013-04-072-3/+518
* hwmon: (nct6775) Add support for temperature sensorsGuenter Roeck2013-04-071-3/+745
* hwmon: (nct6775) Add case open detectionGuenter Roeck2013-04-071-0/+67
* hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779DGuenter Roeck2013-04-074-0/+1116
* hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck2013-04-074-20/+22
* hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropr...Guenter Roeck2013-04-074-5/+4
* hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2013-04-074-20/+163
* hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen2013-04-074-9/+44
* hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen2013-04-077-453/+719
* hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen2013-04-071-33/+58
* hwmon: (mc13783-adc.c) use module_platform_driver_probe()Jingoo Han2013-04-071-12/+1
* Linux 3.9-rc6v3.9-rc6Linus Torvalds2013-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-04-075-19/+46
|\
| * KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-075-19/+46
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-072-5/+4
|\ \
| * | x86: Fix rebuild with EFI_STUB enabledJan Beulich2013-04-051-3/+2
| * | x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore2013-04-021-2/+2
* | | alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon2013-04-073-9/+8
* | | alpha: irq: run all handlers with interrupts disabledWill Deacon2013-04-072-8/+8
* | | alpha: makefile: don't enforce small data model for kernel buildsWill Deacon2013-04-071-1/+1
* | | alpha: Add irongate_io to PCI bus resourcesJay Estabrook2013-04-071-0/+5
* | | Merge tag 'dm-3.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-04-051-13/+38
|\ \ \
| * | | dm cache: reduce bio front_pad size in writeback modeMike Snitzer2013-04-051-13/+34
| * | | dm cache: fix writes to cache device in writethrough modeDarrick J. Wong2013-04-051-0/+4
| |/ /
* | | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-059-118/+169
|\ \ \
| * | | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0
| * | | PCI/ACPI: Always resume devices on ACPI wakeup notificationsRafael J. Wysocki2013-04-031-7/+8
| * | | PCI: Don't try to disable Bus Master on disconnected PCI devicesKonstantin Khlebnikov2013-04-021-2/+3
| * | | Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas2013-04-021-39/+37
| * | | Merge branch 'pci/yinghai-eisa' into for-linusBjorn Helgaas2013-04-021-21/+46
| |\ \ \
| | * | | EISA/PCI: Init EISA early, before PNPYinghai Lu2013-04-011-18/+21