summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-03-2412-116/+905
|\
| * Thermal: Ignore invalid trip pointsZhang Rui2016-03-181-1/+12
| *-. Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui2016-03-1511-115/+893
| |\ \
| | | * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2016-03-154-0/+716
| | | |\
| | | | * thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerLaxman Dewangan2016-03-091-0/+81
| | | | * thermal: mtk: allow compile testing on UMEduardo Valentin2016-03-081-0/+1
| | | | * thermal: small style cleanup in mtk_thermalEduardo Valentin2016-02-181-27/+29
| | | | * thermal: Add Mediatek thermal controller supportSascha Hauer2016-02-183-0/+632
| | | * | thermal: exynos: Defer probe if vtmu is present but not registeredJavier Martinez Canillas2016-03-081-0/+2
| | | * | thermal: exynos: Use devm_regulator_get_optional() for vtmuJavier Martinez Canillas2016-03-081-1/+1
| | | * | thermal: exynos: Print a message about exceeded number of supported trip-pointsKrzysztof Kozlowski2016-03-081-0/+15
| | | * | thermal: tegra_soctherm: fix sign bit of temperatureWei Ni2016-03-081-1/+1
| | | * | thermal: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski2016-03-082-0/+9
| | | * | thermal: ti-soc-thermal: clean up the error handling a bitDan Carpenter2016-03-081-6/+4
| | | * | thermal: rcar: Use ARCH_RENESASSimon Horman2016-03-081-1/+1
| | | * | thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang2016-03-081-2/+1
| | | * | thermal: db8500_cpufreq_cooling: Compile with COMPILE_TESTLuis de Bethencourt2016-03-081-1/+1
| | | * | thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399Caesar Wang2016-02-291-74/+102
| | | * | thermal: rockchip: the rename compatibles for rockchip SoCsCaesar Wang2016-02-291-22/+28
| | | * | thermal: rockchip: fix calculation error for code_to_tempElaine Zhang2016-02-291-1/+1
| | | * | thermal: rockchip: fix a impossible condition caused by the warningCaesar Wang2016-02-291-6/+5
| | |/ / | |/| |
| | * | thermal: intel_pch_thermal: Enable Skylake PCH thermalSrinivas Pandruvada2016-03-151-0/+6
| |/ /
* | | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2418-1230/+38
|\ \ \
| * | | staging: delete STE RMI4 hackish driverLinus Walleij2016-03-227-1206/+0
| * | | staging: android: ion_test: fix check of platform_device_register_simple() er...Vladimir Zapolskiy2016-03-221-2/+2
| * | | staging: wilc1000: fix a couple of memory leaksColin Ian King2016-03-221-2/+6
| * | | staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk2016-03-221-2/+2
| * | | staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk2016-03-221-3/+3
| * | | staging: wilc1000: fixed kernel panic when firmware is not startedLeo Kim2016-03-221-0/+7
| * | | staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten2016-03-221-6/+6
| * | | staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla2016-03-221-1/+1
| * | | staging: lustre: checking for NULL instead of IS_ERRDan Carpenter2016-03-221-1/+1
| * | | staging: lustre: really make lustre dependent on LNetArnd Bergmann2016-03-221-1/+1
| * | | staging: refresh TODO for rtl8712Xose Vazquez Perez2016-03-221-6/+6
| * | | staging: refresh TODO for rtl8723auXose Vazquez Perez2016-03-221-0/+3
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-241-2/+2
|\ \ \ \
| * | | | clocksource/drivers/pistachio: Correct output format of PTR_ERR()Vladimir Zapolskiy2016-03-231-2/+2
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-243-35/+31
|\ \ \ \ \
| * | | | | irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden optionMaJun2016-03-231-8/+6
| * | | | | irqchip/mbigen: Handle multiple device nodes in a mbigen moduleMaJun2016-03-211-14/+24
| * | | | | irqchip/tegra: Switch to use irq_domain_free_irqs_commonAxel Lin2016-03-201-13/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-2326-180/+278
|\ \ \ \ \
| * | | | | hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang2016-03-231-6/+6
| * | | | | hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2016-03-232-5/+6
| * | | | | hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang2016-03-231-1/+4
| * | | | | ppp: take reference on channels netnsGuillaume Nault2016-03-231-1/+3
| * | | | | net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy2016-03-231-2/+2
| * | | | | net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias2016-03-231-0/+4
| * | | | | at803x: fix reset handlingSergei Shtylyov2016-03-231-3/+3
| * | | | | macb: fix PHY resetSergei Shtylyov2016-03-221-2/+2