summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-21watchdog: diag288_wdt: Remove redundant assignmentJunlin Yang1-4/+0
2021-06-21watchdog: Add hrtimer-based pretimeout featureCurtis Klein6-32/+121
2021-06-21watchdog: qcom: Move suspend/resume to suspend_late/resume_earlySai Prakash Ranjan1-1/+3
2021-06-21watchdog: Fix a typo in the file orion_wdt.cBhaskar Chowdhury1-1/+1
2021-06-21watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun1-2/+2
2021-06-21watchdog: Remove MV64x60 watchdog driverChristophe Leroy3-329/+0
2021-06-21watchdog: mtk: support pre-timeout when the bark irq is availableWang Qing1-5/+72
2021-06-21watchdog: fix syntactic kernel-doc issuesLukas Bulwahn7-15/+17
2021-06-21watchdog: wdat_wdg: fix typoFlavio Suligoi1-2/+2
2021-06-21watchdog: bcm7038_wdt: add big endian supportÁlvaro Fernández Rojas1-6/+25
2021-06-21watchdog: sl28cpld_wdt: Fix a typoBhaskar Chowdhury1-1/+1
2021-06-21watchdog: of_xilinx_wdt: Skip printing pointer valueSrinivas Neeli1-2/+2
2021-06-21watchdog: of_xilinx_wdt: Remove passing null pointerSrinivas Neeli1-10/+9
2021-06-21watchdog: of_xilinx_wdt: Used dev_dbg()Srinivas Goud1-1/+3
2021-06-21watchdog: of_xilinx_wdt: Used BIT macroSrinivas Goud1-4/+5
2021-06-21watchdog: of_xilinx_wdt: Add comment to spinlockSrinivas Goud1-1/+1
2021-06-21watchdog: meson_wdt: Use device_get_match_data() helperTian Tao1-7/+1
2021-06-21watchdog: Fix a typo in KconfigWong Vee Khee1-1/+1
2021-06-21watchdog: it87_wdt: remove useless functionJiapeng Chong1-8/+0
2021-06-21watchdog: aspeed: fix hardware timeout calculationTao Ren1-1/+1
2021-06-21watchdog: clean up the Kconfig fileRandy Dunlap1-23/+28
2021-06-21watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger4-18/+21
2021-06-21watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2-2/+2
2021-06-21watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei1-1/+1
2021-06-21watchdog: Add {min,max}_timeout sysfs nodesJuerg Haefliger1-0/+20
2021-06-21watchdog: sp805: Fix kernel doc descriptionAndy Shevchenko1-1/+2
2021-06-21watchdog: sp805: Use devm_clk_get_optional()Andy Shevchenko1-21/+19
2021-06-21watchdog/hpwdt: New PCI IDsJerry Hoemann1-0/+1
2021-06-21watchdog: dw_wdt: Fix duplicate included linux/kernel.hJiapeng Chong1-5/+4
2021-06-21watchdog: Fix possible use-after-free in wdt_startup()Zou Wei1-1/+1
2021-06-21watchdog: imx2_wdt: avoid to ping before resume backRobin Gong1-0/+10
2021-06-21watchdog: mtx-1: drop au1000.h header fileRandy Dunlap1-2/+0
2021-06-21watchdog: sbsa: Support architecture version 1Shaokun Zhang1-6/+48
2021-06-21watchdog: keembay: Typo corrections and other blank operationsShruthi Sanil1-4/+7
2021-06-21watchdog: keembay: WDT SMC handler MACRO name updateShruthi Sanil1-3/+3
2021-06-21watchdog: keembay: Removed timeout update in the TO ISRShruthi Sanil1-1/+0
2021-06-21watchdog: keembay: MACRO for WDT enable and disable valuesShruthi Sanil1-2/+4
2021-06-21watchdog: keembay: Remove timeout update in the WDT start functionShruthi Sanil1-1/+0
2021-06-21watchdog: keembay: Clear either the TO or TH interrupt bitShruthi Sanil1-3/+4
2021-06-21watchdog: keembay: Update pretimeout to zero in the TH ISRShruthi Sanil1-0/+2
2021-06-21watchdog: keembay: Upadate WDT pretimeout for every update in timeoutShruthi Sanil1-0/+1
2021-06-21watchdog: keembay: Update WDT pre-timeout during the initializationShruthi Sanil1-0/+3
2021-05-23Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+4
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds4-4/+19
2021-05-22Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+25
2021-05-21Merge tag 'gpio-fixes-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+2
2021-05-21Merge tag 'mmc-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-3/+11
2021-05-21xen-pciback: reconfigure also from backend watch handlerJan Beulich1-5/+17
2021-05-21xen-pciback: redo VF placement in the virtual topologyJan Beulich1-6/+8
2021-05-20Merge tag 'drm-fixes-2021-05-21-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds29-192/+191