summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: thermal: tsens: Add watchdog supportAmit Kucheria2020-03-203-0/+71
* drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria2020-03-204-36/+223
* drivers: thermal: tsens: Release device in success pathAmit Kucheria2020-03-201-4/+2
* drivers: thermal: tsens: use simpler variablesAmit Kucheria2020-03-201-4/+4
* drivers: thermal: tsens: Pass around struct tsens_sensor as a constantAmit Kucheria2020-03-203-11/+12
* drivers: thermal: tsens: De-constify struct tsens_featuresAmit Kucheria2020-03-205-16/+16
* thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund2020-03-201-2/+4
* thermal: imx: Remove unused includesAnson Huang2020-03-201-7/+0
* thermal: rcar_gen3_thermal: Add r8a77961 supportGeert Uytterhoeven2020-03-201-0/+4
* dt-bindings: thermal: rcar-gen3-thermal: Add r8a77961 supportGeert Uytterhoeven2020-03-201-0/+1
* thermal: Add COMPILE_TEST support for i.MX8MMAnson Huang2020-03-121-1/+1
* thermal: qoriq: Fix a compiling issueYuantian Tang2020-03-121-0/+1
* thermal: Remove COMPILE_TEST for IMX_SC_THERMALAnson Huang2020-03-121-1/+1
* thermal: Fix build warning of !defined(CONFIG_THERMAL_OF)Anson Huang2020-03-121-1/+1
* thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEPAnson Huang2020-03-121-4/+2
* thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4Anson Huang2020-03-121-3/+3
* thermal: ti-soc-thermal: Use GPIO descriptorsLinus Walleij2020-03-122-33/+15
* thermal: Rephrase the Kconfig text for thermalLinus Walleij2020-03-121-6/+7
* thermal: imx8mm: Add support for i.MX8MM thermal monitoring unitAnson Huang2020-03-123-0/+142
* dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MMAnson Huang2020-03-121-0/+15
* thermal: exynos: Silence warning during deferred probeMarek Szyprowski2020-03-121-1/+3
* thermal: imx_sc: add i.MX system controller thermal supportAnson Huang2020-03-123-0/+160
* thermal: of-thermal: add API for getting sensor ID from DTAnson Huang2020-03-122-16/+56
* dt-bindings: fsl: scu: add thermal bindingAnson Huang2020-03-121-0/+16
* thermal: sprd: Add Spreadtrum thermal driver supportFreeman Liu2020-03-123-0/+560
* dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentationBaolin Wang2020-03-121-0/+108
* thermal: rcar_gen3_thermal: Generate interrupt when temperature changesNiklas Söderlund2020-03-121-12/+12
* thermal: rcar_gen3_thermal: Remove unneeded curly bracketsNiklas Söderlund2020-03-121-2/+1
* dt-bindings: thermal: tsens: Add configuration in yamlRajeshwari2020-02-291-0/+1
* Linux 5.6-rc3v5.6-rc3Linus Torvalds2020-02-241-1/+1
* Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-237-10/+44
|\
| * Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-211-5/+5
| * Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-191-1/+6
| * btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-191-3/+13
| * btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
| * btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
| * btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
| * btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-194-0/+17
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-2310-108/+256
|\ \
| * | ext4: fix mount failure with quota configured as moduleJan Kara2020-02-221-1/+1
| * | jbd2: fix ocfs2 corrupt when clearing block group bitswangyan2020-02-221-2/+6
| * | ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-222-9/+23
| * | ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-223-11/+11
| * | ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-225-37/+76
| * | ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-02-212-21/+39
| * | ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-214-25/+97
| * | ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-201-0/+1
| * | ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-202-2/+2
* | | Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-02-2334-164/+663
|\ \ \
| * | | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-231-1/+1