summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren2019-09-061-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1912-49/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner2019-06-051-7/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner2019-06-052-19/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 278Thomas Gleixner2019-06-053-48/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2019-05-301-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-302-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-305-50/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3039-206/+39
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-30/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-212-4/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-216-0/+6
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-0/+9
|\
| * ARM: ixp4xx: Add device tree boot supportLinus Walleij2019-04-231-0/+9
* | Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-05-1397-1537/+1465
|\ \
| * | watchdog: Enforce that at least one pretimeout governor is enabledGuenter Roeck2019-05-081-0/+6
| * | watchdog: stm32: add dynamic prescaler supportLudovic Barre2019-05-051-37/+47
| * | watchdog: Improve Kconfig entry ordering and dependenciesGuenter Roeck2019-05-051-10/+10
| * | watchdog: npcm: Enable modular buildsGuenter Roeck2019-05-051-1/+1
| * | watchdog: Make watchdog core configurable as moduleGuenter Roeck2019-05-051-1/+3
| * | watchdog: Move pretimeout governor configuration upGuenter Roeck2019-05-051-52/+52
| * | watchdog: Use depends instead of select for pretimeout governorsGuenter Roeck2019-05-051-14/+16
| * | watchdog: rtd119x: drop unused module.h includePaul Gortmaker2019-05-051-1/+0
| * | watchdog: intel_scu: make it explicitly non-modularPaul Gortmaker2019-05-051-18/+0
| * | watchdog: coh901327: make it explicitly non-modularPaul Gortmaker2019-05-051-20/+4
| * | watchdog: ziirave_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-5/+1
| * | watchdog: xen_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: stm32_iwdg: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-4/+1
| * | watchdog: st_lpc_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: sp5100_tco: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: renesas_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: nic7018_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-4/+1
| * | watchdog: ni903x_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: imx_sc_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-4/+1
| * | watchdog: i6300esb: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-4/+1
| * | watchdog: hpwdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-2/+1
| * | watchdog: ebc-c384_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-4/+1
| * | watchdog: cadence_wdt: still probe if user supplied timeout is invalidWolfram Sang2019-05-051-4/+1
| * | watchdog: cadence_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
| * | watchdog: add error messages when initializing timeout failsWolfram Sang2019-05-051-0/+9