summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: rcar: add interrupt supportKuninori Morimoto2013-02-061-9/+150
* thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto2013-02-061-7/+41
* thermal: rcar: multi channel supportKuninori Morimoto2013-02-061-34/+94
* thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto2013-02-061-23/+7
* thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto2013-02-061-65/+26
* thermal: rcar: use parenthesis on macroKuninori Morimoto2013-02-061-1/+1
* Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui2013-02-061-1/+4
* Thermal: fix a wrong commentZhang Rui2013-02-061-2/+2
* thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap2013-02-062-11/+76
* PM: intel_powerclamp: off by one in start_power_clamp()Dan Carpenter2013-02-061-1/+1
* thermal: exynos: Miscellaneous fixes to support falling threshold interruptAmit Daniel Kachhap2013-02-061-6/+11
* PM: Introduce Intel PowerClamp DriverJacob Pan2013-02-063-0/+806
* thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin2013-01-171-0/+3
* thermal: cleanup: use dev_* helper functionsEduardo Valentin2013-01-161-4/+6
* thermal: remove unnecessary includeEduardo Valentin2013-01-161-1/+0
* thermal: Use thermal zone device id in netlink messagesEduardo Valentin2013-01-161-2/+6
* thermal: db8500: Use of_match_ptr() macro in db8500_cpufreq_cooling.cSachin Kamat2013-01-041-3/+2
* thermal: db8500: Use of_match_ptr() macro in db8500_thermal.cSachin Kamat2013-01-041-3/+1
* thermal: exynos: Use of_match_ptr() macroSachin Kamat2013-01-041-3/+1
* drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall2013-01-041-5/+2
* thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com2013-01-041-3/+65
* Thermal: exynos: Add sysfs node supporting exynos's emulation mode.Jonghwa Lee2013-01-042-0/+112
* step_wise: Unify the code for both throttle and dethrottleZhang Rui2013-01-041-45/+25
* Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorZhang Rui2013-01-041-18/+46
* Merge tag 'pinctrl-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2013-01-035-4/+61
|\
| * pinctrl: nomadik: return if prcm_base is NULLFabio Baltieri2012-12-261-1/+10
| * pinctrl: sirf: enable GPIO pullup/down configuration from dtsBarry Song2012-12-261-0/+48
| * pinctrl: fix comment mistakeLinus Walleij2012-12-261-1/+1
| * drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall2012-12-261-1/+1
| * pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configurationPhilipp Zabel2012-12-261-1/+1
* | Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-031-2/+3
|\ \
| * | leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-031-2/+3
| |/
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-033-14/+15
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-021-2/+9
| * | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
| * | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
| * | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0
* | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-033-54/+58
|\ \ \ | |/ / |/| |
| * | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-2/+5
| * | PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
| * | PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-3044-393/+849
|\ \
| * | Revert "drm: tegra: protect DC register access with mutex"Dave Airlie2012-12-302-14/+0
| * | drm: tegra: program only one window during modesetLucas Stach2012-12-301-2/+1
| * | drm: tegra: clean out old gem prototypesLucas Stach2012-12-301-18/+0
| * | drm: tegra: remove redundant tegra2_tmds_config entryLucas Stach2012-12-301-16/+3
| * | drm: tegra: protect DC register access with mutexLucas Stach2012-12-302-0/+14
| * | drm: tegra: don't leave clients host1x member uninitializedLucas Stach2012-12-301-0/+2
| * | drm: tegra: fix front_porch <-> back_porch mixupLucas Stach2012-12-302-7/+7
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-3012-84/+325
| |\ \