summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-1115-80/+1323
|\
| * pwm: sunxi: Fix whitespace issueOlliver Schinagl2015-11-101-1/+1
| * pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl2015-11-101-36/+36
| * pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl2015-11-101-2/+1
| * pwm: Return -ENODEV if no PWM lookup match is foundThierry Reding2015-11-101-1/+3
| * pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede2015-11-101-2/+23
| * pwm: Set enable state properly on failed call to enableJonathan Richardson2015-11-101-7/+26
| * pwm: lpss: Add support for runtime PMQipeng Zha2015-11-063-0/+45
| * pwm: lpss: Add more Intel Broxton IDsMika Westerberg2015-11-062-0/+2
| * pwm: lpss: Support all four PWMs on Intel BroxtonMika Westerberg2015-11-063-2/+10
| * pwm: lpss: Add support for multiple PWMsMika Westerberg2015-11-062-21/+28
| * pwm-pca9685: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-11-062-5/+17
| * pwm: Add MediaTek display PWM driver supportYH Huang2015-10-063-0/+255
| * pwm: tipwmss: Enable on TI DRA7x and AM437xVignesh R2015-10-061-3/+3
| * pwm: atmel-hlcdc: add sama5d2 SoC support.Nicolas Ferre2015-10-061-0/+3
| * pwm: Add Broadcom BCM7038 PWM controller supportFlorian Fainelli2015-10-063-0/+354
| * pwm: Add support for R-Car PWM TimerYoshihiro Shimoda2015-10-063-0/+286
| * pwm: Add support for the Berlin PWM controllerAntoine Ténart2015-10-063-0/+229
| * pwm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-1117-81/+900
|\ \
| | \
| | \
| *-. \ Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui2015-11-0613-65/+886
| |\ \ \
| | | * \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-063-38/+54
| | | |\ \
| | | | * | thermal: exynos: Directly return 0 instead of using local ret variableKrzysztof Kozlowski2015-11-041-2/+3
| | | | * | thermal: exynos: Remove unneeded semicolonKrzysztof Kozlowski2015-11-041-2/+2
| | | | * | thermal: exynos: Use IS_ERR() because regulator cannot be NULLKrzysztof Kozlowski2015-11-041-1/+1
| | | | * | thermal: exynos: Fix first temperature read after registering sensorKrzysztof Kozlowski2015-11-041-10/+17
| | | | * | thermal: exynos: Fix unbalanced regulator disable on probe failureKrzysztof Kozlowski2015-11-041-17/+17
| | | | * | devfreq_cooling: return on allocation failureDan Carpenter2015-11-041-1/+1
| | | | * | thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2rCaesar Wang2015-11-031-0/+4
| | | | * | thermal: devfreq_cooling: Make power a u64Javi Merino2015-11-021-1/+1
| | | | * | thermal: devfreq_cooling: use a thermal_cooling_device for register and unreg...Javi Merino2015-11-021-6/+10
| | | * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-0312-35/+837
| | | |\| |
| | | | * | thermal: underflow bug in imx_set_trip_temp()Dan Carpenter2015-10-301-1/+1
| | | | * | thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai2015-10-301-3/+3
| | | | * | thermal: imx: register irq handler later in probeBai Ping2015-10-301-8/+11
| | | | * | thermal: rockhip: fix setting thermal shutdown polarityDmitry Torokhov2015-10-301-6/+4
| | | | * | thermal: rockchip: fix handling of invalid readingsDmitry Torokhov2015-10-301-15/+13
| | | | * | devfreq_cooling: add trace informationJavi Merino2015-10-301-0/+6
| | | | * | thermal: Add devfreq coolingØrjan Eide2015-10-303-0/+580
| | | | * | PM / OPP: get the voltage for all OPPsJavi Merino2015-10-301-2/+2
| | | | * | thermal: ti-soc-thermal: add OMAP36xx supportEduardo Valentin2015-09-293-0/+79
| | | | * | ti-soc-thermal: implement omap3 supportPavel Machek2015-09-295-0/+138
| | * | | | thermal: kconfig: select THERMAL_WRITABLE_TRIPS for x86 thermalSrinivas Pandruvada2015-10-101-0/+3
| | |/ / /
| * | | | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes2015-10-103-11/+11
| * | | | thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar2015-10-101-5/+3
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-1115-31/+18
|\ \ \ \
| * | | | pci: remove pci_dma_supportedChristoph Hellwig2015-11-111-2/+0
| * | | | usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig2015-11-111-6/+0
| * | | | kaweth: remove ifdefed out call to dma_supportedChristoph Hellwig2015-11-111-6/+0
| * | | | sfc: don't call dma_supportedChristoph Hellwig2015-11-111-5/+3