summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-06hwmon: Driver for Texas Instruments INA209Guenter Roeck3-0/+647
2013-02-06hwmon: (lm73) Add support for max/min alarmsChris Verges1-0/+32
2013-02-06hwmon: (lm73) Add 'update_interval' attributeChris Verges1-11/+86
2013-02-06hwmon: (lm73) Fix lower and upper temperature limitsGuenter Roeck1-4/+3
2013-02-06hwmon: (it87) Add support for IT8771E and IT8772EGuenter Roeck2-5/+37
2013-02-06hwmon: Driver for Maxim MAX6697 and compatiblesGuenter Roeck3-0/+738
2013-02-06hwmon: (sht15) check GPIO directionsVivien Didelot1-47/+88
2013-01-26hwmon: (coretemp) Document and add support for additional CPU modelsGuenter Roeck1-2/+3
2013-01-26platform/x86: (eeepc-laptop) Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
2013-01-26hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck57-319/+297
2013-01-26hwmon: (sht15) avoid CamelCaseVivien Didelot1-11/+11
2013-01-25Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-79/+69
2013-01-24Merge tag 'pm+acpi-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-30/+103
2013-01-24Merge tag 'regmap-fix-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+1
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-6/+9
2013-01-24Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds5-6/+16
2013-01-24Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...Olof Johansson1-12/+20
2013-01-24mfd: vexpress-sysreg: Don't skip initialization on probePawel Moll1-12/+20
2013-01-24Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown1-2/+0
2013-01-24Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson1-0/+10
2013-01-24Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper...Olof Johansson2-65/+36
2013-01-24Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-125/+130
2013-01-24Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2013-01-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-67/+57
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-23mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn1-62/+30
2013-01-23clk: mvebu/clk-cpu.c: fix memory leakageCong Ding1-3/+6
2013-01-23Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-43/+40
2013-01-23cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett1-0/+7
2013-01-22Merge tag 'fixes-for-v3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+7
2013-01-22Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson197-1507/+8542
2013-01-22Merge tag 'vfio-for-v3.8-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2013-01-22Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds4-14/+24
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2-4/+4
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-22i2c-designware: add missing MODULE_LICENSEMika Westerberg1-0/+4
2013-01-22i2c: omap: fix draining irq handlingAaro Koskinen1-2/+2
2013-01-22i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen1-1/+1
2013-01-22ACPI: Check MSR valid bit before using P-state frequenciesStefan Bader1-0/+7
2013-01-22PM / devfreq: exynos4_bus: honor RCU lock usageNishanth Menon1-27/+67
2013-01-22PM / devfreq: add locking documentation for recommended_oppNishanth Menon1-0/+5
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon1-0/+5
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon1-0/+3
2013-01-22i2c: muxes: fix wrong use of sizeof(ptr)Laurent Navet1-1/+1
2013-01-22i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song1-0/+4
2013-01-22i2c: mxs: Fix type of error codeFabio Estevam1-1/+1
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy1-1/+1