summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchdog: ziirave_wdt: Add missing newlineAndrey Smirnov2019-09-171-1/+1
* watchdog: imx_sc: Remove unnecessary error logAnson Huang2019-09-171-4/+1
* watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeoutRasmus Villemoes2019-09-171-2/+2
* watchdog: cpwd: use generic compat_ptr_ioctlArnd Bergmann2019-09-171-24/+1
* watchdog: diag288_wdt: Remove leftover includes from conversion to watchdog APIGuenter Roeck2019-09-171-3/+0
* watchdog: remove w90x900 driverArnd Bergmann2019-09-163-312/+0
* watchdog: remove ks8695 driverArnd Bergmann2019-09-163-327/+0
* watchdog: pnx4008_wdt: allow compile-testingArnd Bergmann2019-09-162-2/+1
* watchdog: jz4740: Fix unused variable warning in jz4740_wdt_probeGustavo A. R. Silva2019-08-121-1/+0
* watchdog: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-121-3/+1
* watchdog: riowd: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-1/+1
* watchdog: wdt977: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-1/+1
* watchdog: scx200_wdt: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-0/+1
* watchdog: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-124-2/+4
* watchdog: ath79_wdt: fix a typo in the name of a functionChristophe JAILLET2019-07-241-2/+2
* watchdog: digicolor_wdt: Remove unused variable in dc_wdt_probeNathan Chancellor2019-07-151-1/+0
* watchdog: ie6xx_wdt: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-081-1/+1
* watchdog: atmel: atmel-sama5d4-wdt: Disable watchdog on system suspendKen Sloat2019-07-081-3/+18
* watchdog: convert remaining drivers to use SPDX license identifierGuenter Roeck2019-07-0831-185/+33
* watchdog: mei_wdt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-081-23/+7
* watchdog: bcm_kona_wdt: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-07-081-10/+4
* docs: watchdog: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-082-4/+4
* watchdog: make the device time out at open_deadline when open_timeout is usedRasmus Villemoes2019-07-081-5/+6
* watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUTRasmus Villemoes2019-07-082-2/+12
* watchdog: introduce watchdog.open_timeout commandline parameterRasmus Villemoes2019-07-081-1/+35
* watchdog: imx_sc: Add pretimeout supportAnson Huang2019-07-082-20/+106
* watchdog: renesas_wdt: Add a few cycles delayYoshihiro Shimoda2019-07-081-0/+14
* watchdog: gpio: add support for nowayout optionMans Rullgard2019-07-081-0/+7