aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven1-1/+6
2016-05-17qed: Remove a stray tabDan Carpenter1-1/+1
2016-05-17Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-6/+6
2016-05-17mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter1-1/+10
2016-05-17mmc: block: Always switch back to main area after RPMB accessAdrian Hunter1-0/+8
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter1-0/+24
2016-05-17thermal: tango: initialize TEMPSI_CFGMarc Gonzalez1-0/+1
2016-05-17thermal: rockchip: use the usleep_range instead of udelayCaesar Wang1-2/+2
2016-05-17thermal: rockchip: add the notes for better readingCaesar Wang1-21/+53
2016-05-17thermal: rockchip: Support RK3366 SoCs in the thermal driverElaine Zhang1-0/+28
2016-05-17thermal: rockchip: handle the power sequence for tsadc controllerCaesar Wang1-5/+82
2016-05-17thermal: rockchip: update the tsadc table for rk3399Caesar Wang1-34/+34
2016-05-17thermal: rockchip: fixes the code_to_temp for tsadc driverCaesar Wang1-2/+2
2016-05-17thermal: rockchip: disable thermal->clk in err caseShawn Lin1-1/+3
2016-05-17thermal: tegra: add Tegra132 specific SOC_THERM driverWei Ni4-0/+207
2016-05-17thermal: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2016-05-17thermal: mediatek: Add cpu dynamic power cooling model.Dawei Chien1-2/+9
2016-05-17thermal: generic-adc: Add ADC based thermal sensor driverLaxman Dewangan3-0/+193
2016-05-17thermal: tegra: fix static checker warningWei Ni1-4/+1
2016-05-17thermal: tegra: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2016-05-17thermal: add temperature sensor support for tango SoCMarc Gonzalez3-0/+121
2016-05-17thermal: hisilicon: fix IRQ imbalance enablingLeo Yan1-3/+4
2016-05-17thermal: hisilicon: support to use any sensorLeo Yan1-13/+20
2016-05-17thermal: tegra: add PM supportWei Ni1-0/+46
2016-05-17thermal: tegra: handle HW initialization in one funcotionWei Ni1-41/+44
2016-05-17thermal: tegra: handle clocks in one functionWei Ni1-15/+36
2016-05-17thermal: tegra: add thermtrip functionWei Ni4-5/+216
2016-05-17thermal: of-thermal: allow setting trip_temp on hardwareWei Ni1-0/+8
2016-05-17thermal: tegra: add a debugfs to show registersWei Ni2-3/+145
2016-05-17thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni5-0/+195
2016-05-17thermal: tegra: split tegra_soctherm driverWei Ni7-566/+754
2016-05-17thermal: tegra: get rid of PDIV/HOTSPOT hackWei Ni1-4/+15
2016-05-17thermal: tegra: combine sensor group-related dataWei Ni1-27/+118
2016-05-17thermal: tegra: move tegra thermal files into tegra directoryWei Ni5-11/+17
2016-05-17thermal: convert ti-thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-4/+1
2016-05-17thermal: convert tegra_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-22/+9
2016-05-17thermal: convert rockchip_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-13/+4
2016-05-17thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-1/+1
2016-05-17thermal: convert qcom-spmi to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-2/+1
2016-05-17thermal: convert mtk_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-10/+2
2016-05-17thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-3/+2
2016-05-17input: convert sun4i-ts to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-8/+1
2016-05-17hwmon: convert scpi-hwmon to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-39/+9
2016-05-17hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-6/+2
2016-05-17hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-8/+4
2016-05-17hwmon: convert lm75 to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-7/+3
2016-05-17thermal: of: fix cleanup when building a thermal zoneUlises Brindis1-1/+1
2016-05-17drm/fb_helper: Fix references to dev->mode_config.num_connectorLyude1-3/+2
2016-05-17drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude1-3/+3
2016-05-17Merge branches 'next/cleanup' and 'next/fixes-non-critical' into next/cleanup...Arnd Bergmann1-5/+23