summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0775-1609/+1632
|\
| * thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH supportSumeet Pawnikar2020-08-041-0/+3
| * thermal: mediatek: Add tsensor support for V2 thermal systemHenry Yen2020-07-311-7/+125
| * thermal: mediatek: Prepare to add support for other platformsHenry Yen2020-07-311-52/+62
| * thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba2020-07-303-25/+3
| * MAINTAINERS: update entry to thermal governors file name prefixingLukas Bulwahn2020-07-291-1/+1
| * thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano2020-07-291-0/+5
| * thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo2020-07-273-2/+147
| * dt-bindings: tsens: qcom: Document MSM8939 compatibleKonrad Dybcio2020-07-271-0/+1
| * thermal: core: Fix thermal zone lookup by IDThierry Reding2020-07-241-3/+5
| * thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idSumeet Pawnikar2020-07-241-1/+1
| * thermal: imx8mm: Support module autoloadingAnson Huang2020-07-211-0/+1
| * thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter2020-07-211-1/+1
| * MAINTAINERS: Add maintenance information for IPALukasz Luba2020-07-211-0/+8
| * thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund2020-07-211-3/+3
| * dt-bindings: thermal: Get rid of thermal.txt and replace referencesAmit Kucheria2020-07-2124-616/+34
| * thermal: core: Move initialization after core initcallDaniel Lezcano2020-07-211-1/+1
| * thermal: netlink: Improve the initcall orderingDaniel Lezcano2020-07-213-2/+11
| * net: genetlink: Move initialization to core_initcallDaniel Lezcano2020-07-211-1/+1
| * thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu2020-07-211-0/+4
| * thermal/drivers/clock_cooling: Remove clock_cooling codeAmit Kucheria2020-07-214-515/+0
| * thermal: core: remove redundant initialization of variable retColin Ian King2020-07-211-1/+1
| * thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano2020-07-214-19/+114
| * thermal: core: Add notifications call in the frameworkDaniel Lezcano2020-07-073-3/+46
| * thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-075-35/+739
| * thermal: core: Get thermal zone by idDaniel Lezcano2020-07-072-0/+16
| * thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano2020-07-072-0/+60
| * thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz2020-07-073-6/+2
| * thermal: imx: Use driver's local data to decide whether to run a measurementAndrzej Pietrasiewicz2020-07-071-3/+4
| * acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz2020-07-071-3/+0
| * thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-296-16/+16
| * thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-296-87/+0
| * thermal: core: Stop polling DISABLED thermal devicesAndrzej Pietrasiewicz2020-06-291-2/+14
| * thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-2914-4/+87
| * thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-2913-98/+80
| * thermal: Add mode helpersAndrzej Pietrasiewicz2020-06-292-0/+66
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-2911-119/+3
| * thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-298-71/+44
| * thermal: Add current mode to thermal zone deviceAndrzej Pietrasiewicz2020-06-291-0/+2
| * thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-293-28/+25
| * acpi: thermal: Fix error handling in the register functionAndrzej Pietrasiewicz2020-06-291-4/+16
* | Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds2020-08-071-11/+6
|\ \
| * | auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko2020-05-291-11/+6
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-07221-3384/+7777
|\ \ \
| * | | scsi: scsi_transport_srp: Sanitize scsi_target_block/unblock sequencesHannes Reinecke2020-07-311-7/+5
| * | | scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devicesStanley Chu2020-07-311-0/+2
| * | | scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu2020-07-312-0/+18
| * | | scsi: virtio-scsi: Correctly handle the case where all LUNs are unpluggedMaxim Levitsky2020-07-311-0/+8
| * | | scsi: scsi_debug: Implement tur_ms_to_ready parameterDouglas Gilbert2020-07-291-17/+93
| * | | scsi: scsi_debug: Fix request senseDouglas Gilbert2020-07-291-35/+29