summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2019-09-2714-57/+176
|\
| *-. Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4Zhang Rui2019-09-2412-38/+143
| |\ \
| | | * Merge branches 'thermal-soc-misc' and 'thermal-soc-qoriq' into thermal-socZhang Rui2019-08-281-15/+30
| | | |\
| | | | * thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-08-281-4/+2
| | | | * thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang2019-08-281-12/+6
| | | | * thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failAnson Huang2019-08-281-1/+1
| | | | * thermal: qoriq: Add clock operationsAnson Huang2019-08-281-0/+23
| | | * | drivers: thermal: qcom: tsens: Fix memory leak from qfprom readSrinivas Kandagatla2019-08-284-2/+14
| | | * | thermal: tegra: Fix a typoChristophe JAILLET2019-08-281-1/+1
| | | * | thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act...Fuqian Huang2019-08-281-2/+1
| | | * | thermal: armada: Fix -Wshift-negative-valueNathan Huckleberry2019-08-281-3/+2
| | | |/
| | * | thermal: intel: Use dev_get_drvdataChuhong Yuan2019-09-241-4/+2
| | * | thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)Rishi Gupta2019-09-241-1/+1
| | * | thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() usesKelsey Skunberg2019-09-241-6/+0
| | * | thermal: int340x: processor_thermal: Add Ice Lake supportSrinivas Pandruvada2019-09-241-0/+5
| | * | drivers: thermal: processor_thermal_device: Export sysfs interface for TCC of...Srinivas Pandruvada2019-08-191-4/+87
| | |/
| * | thermal: Add some error messagesAmit Kucheria2019-09-241-4/+13
| * | thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel2019-09-241-1/+1
| * | thermal/drivers/core: Use put_device() if device_register() failsYue Hu2019-09-241-12/+13
| * | thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev2019-09-241-2/+6
| |/
* | Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-09-2717-889/+648
|\ \
| * | watchdog: f71808e_wdt: Add F81803 supportJaret Cantu2019-09-172-3/+18
| * | watchdog: qcom: remove unnecessary variable from private storageJorge Ramirez-Ortiz2019-09-171-8/+7
| * | watchdog: qcom: support pre-timeout when the bark irq is availableJorge Ramirez-Ortiz2019-09-171-5/+64
| * | watchdog: imx_sc: this patch just fixes whitespacesOliver Graute2019-09-171-2/+2
| * | watchdog: aspeed: add support for dual bootIvan Mikhaylov2019-09-171-1/+64
| * | watchdog: orion_wdt: use timer1 as a pretimeoutChris Packham2019-09-171-13/+53
| * | watchdog: Add i.MX7ULP watchdog supportAnson Huang2019-09-173-0/+257
| * | watchdog: aspeed: Add support for AST2600Ryan Chen2019-09-171-1/+3
| * | watchdog: ziirave_wdt: Update checked I2C functionality maskAndrey Smirnov2019-09-171-1/+4
| * | watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data()Andrey Smirnov2019-09-171-22/+9
| * | watchdog: ziirave_wdt: Fix DOWNLOAD_START payloadAndrey Smirnov2019-09-171-8/+7
| * | watchdog: ziirave_wdt: Drop status polling codeAndrey Smirnov2019-09-171-21/+7
| * | watchdog: ziirave_wdt: Fix RESET_PROCESSOR payloadAndrey Smirnov2019-09-171-2/+4
| * | watchdog: ziirave_wdt: Fix DOWNLOAD_END payloadAndrey Smirnov2019-09-171-1/+1
| * | watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payloadAndrey Smirnov2019-09-171-2/+5
| * | watchdog: ziirave_wdt: Fix misleading error messageAndrey Smirnov2019-09-171-1/+1
| * | watchdog: ziirave_wdt: Don't try to program readonly flashAndrey Smirnov2019-09-171-9/+24
| * | watchdog: ziirave_wdt: Don't read out more than 'len' firmware bytesAndrey Smirnov2019-09-171-2/+4
| * | watchdog: ziirave_wdt: Don't check if ihex record length is zeroAndrey Smirnov2019-09-171-8/+0
| * | watchdog: ziirave_wdt: Make use of put_unaligned_le16Andrey Smirnov2019-09-171-4/+4
| * | watchdog: ziirave_wdt: Zero out only what's necessaryAndrey Smirnov2019-09-171-2/+1
| * | watchdog: ziirave_wdt: Fix incorrect use of ARRAY_SIZEAndrey Smirnov2019-09-171-3/+3
| * | watchdog: ziirave_wdt: Skip zeros when calculating checksumAndrey Smirnov2019-09-171-1/+1
| * | watchdog: ziirave_wdt: Check packet length only onceAndrey Smirnov2019-09-171-10/+7
| * | watchdog: ziirave_wdt: Simplify ziirave_firm_write_pkt()Andrey Smirnov2019-09-171-72/+44
| * | watchdog: ziirave_wdt: Log bootloader/firmware info during probeAndrey Smirnov2019-09-171-3/+15
| * | watchdog: ziirave_wdt: Don't bail out on unexpected timeout valueAndrey Smirnov2019-09-171-11/+11
| * | watchdog: ziirave_wdt: Be more verbose during firmware updateAndrey Smirnov2019-09-171-4/+14
| * | watchdog: ziirave_wdt: Be verbose about errors in probe()Andrey Smirnov2019-09-171-8/+24