summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-27thermal: generic-adc: silence "no lookup table" on deferred probeMartin Blumenstingl1-7/+7
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li3-0/+654
2020-01-27thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init sectionDaniel Lezcano1-1/+1
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano2-34/+32
2020-01-27thermal/drivers/cpu_cooling: Rename to cpufreq_coolingDaniel Lezcano3-5/+5
2020-01-27thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driverDaniel Lezcano3-0/+240
2020-01-27thermal: rockchip: Enable hwmonStefan Schaeckeler1-1/+11
2020-01-27thermal: armada: Clear reset in armadaxp_initZak Hays1-0/+3
2020-01-27thermal: armada: Fix register offsets for AXPZak Hays1-1/+1
2020-01-27thermal/drivers/Kconfig: Convert the CPU cooling device to a choiceDaniel Lezcano2-3/+13
2020-01-27thermal: qoriq: Add hwmon supportAndrey Smirnov1-0/+6
2020-01-27thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov2-0/+35
2020-01-27thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov1-1/+18
2020-01-27thermal: qoriq: Enable all sensors before registering themAndrey Smirnov1-19/+12
2020-01-27thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov1-130/+99
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov1-2/+0
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyAndrey Smirnov1-10/+9
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyAndrey Smirnov1-4/+4
2020-01-27thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataAndrey Smirnov1-15/+8
2020-01-27thermal: qoriq: Add local struct qoriq_sensor pointerAndrey Smirnov1-5/+9
2020-01-27thermal: qoriq: Don't store struct thermal_zone_device referenceAndrey Smirnov1-6/+11
2020-01-27thermal: qoriq: Add local struct device pointerAndrey Smirnov1-5/+6
2020-01-27thermal: zx2967: Appease the kernel-doc deityAmit Kucheria1-0/+1
2020-01-27thermal: amlogic: Appease the kernel-doc deityAmit Kucheria1-1/+5
2020-01-27thermal: tegra: Appease the kernel-doc deityAmit Kucheria1-2/+13
2020-01-27thermal: samsung: Appease the kernel-doc deityAmit Kucheria1-1/+4
2020-01-27thermal: rockchip: Appease the kernel-doc deityAmit Kucheria1-6/+16
2020-01-27thermal: mediatek: Appease the kernel-doc deityAmit Kucheria1-6/+6
2020-01-27thermal: max77620: Appease the kernel-doc deityAmit Kucheria1-1/+1
2020-01-27thermal: devfreq_cooling: Appease the kernel-doc deityAmit Kucheria1-1/+2
2020-01-27thermal: step_wise: Appease the kernel-doc deityAmit Kucheria4-8/+8
2020-01-27thermal: cpu_cooling: Appease the kernel-doc deityAmit Kucheria1-0/+1
2020-01-27thermal: of-thermal: Appease the kernel-doc deityAmit Kucheria1-1/+1
2020-01-27thermal: db8500: Depromote debug printLinus Walleij1-2/+2
2020-01-26Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-15/+6
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+5
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds56-435/+1142
2020-01-26Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2020-01-26firestream: fix memory leaksWenwen Wang1-0/+3
2020-01-25Merge tag 'pinctrl-v5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+1
2020-01-25Merge tag 'mlx5-fixes-2020-01-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-41/+80
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-25net: bcmgenet: Use netif_tx_napi_add() for TX NAPIFlorian Fainelli1-2/+2
2020-01-25net: stmmac: platform: fix probe for ACPI devicesAjay Gupta1-3/+3
2020-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-40/+59
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik...Olof Johansson1-0/+1
2020-01-24net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel pathTariq Toukan1-4/+10
2020-01-24net/mlx5e: kTLS, Remove redundant posts in TX resync flowTariq Toukan1-2/+0
2020-01-24net/mlx5e: kTLS, Fix corner-case checks in TX resync flowTariq Toukan1-14/+19