summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: da9062_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-12/+8
* watchdog: da9055_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-6/+6
* watchdog: da9052_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-7/+6
* watchdog: cadence_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-56/+27
* watchdog: bcm_kona_wdt: Convert to use device managed functions and other imp...Guenter Roeck2019-05-051-10/+4
* watchdog: bcm7038_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-25/+13
* watchdog: bcm2835_wdt: drop platform_set_drvdataGuenter Roeck2019-05-051-1/+0
* watchdog: atlas7_wdt: Convert to use device managed functions and other impro...Guenter Roeck2019-05-051-42/+19
* watchdog: aspeed_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-10/+11
* watchdog: asm9260_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-44/+29
* watchdog: armada_37xx_wdt: Convert to use device managed functions and other ...Guenter Roeck2019-05-051-29/+14
* watchdog: imx2_wdt: Fix set_timeout for big timeout valuesGeorg Hofmann2019-05-051-1/+3
* watchdog: machzwd : fix warning Using plain integer as NULL pointerHariprasad Kelam2019-05-051-1/+1
* watchdog: rtd119x_wdt: Fix remove functionGuenter Roeck2019-05-051-1/+1
* watchdog: sb_wdog: Make sbwdog_set and sbwdog_pet staticYueHaibing2019-05-051-2/+2
* watchdog: alim7101: Mark expected switch fall-throughGustavo A. R. Silva2019-05-051-1/+1
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-0552-161/+55
* watchdog: imx2_wdt: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-051-3/+1
* watchdog: imx_sc: Add i.MX system controller watchdog supportAnson Huang2019-05-053-0/+194
* watchdog: bd70528: Initial support for ROHM BD70528 watchdog blockMatti Vaittinen2019-05-053-0/+303
* watchdog: f71808e_wdt: fix F81866 bit operationJi-Ze Hong (Peter Hong)2019-05-051-7/+7
* watchdog: f71808e_wdt: separate declaration and assignmentJi-Ze Hong (Peter Hong)2019-05-051-1/+3
* watchdog: i6300esb: stop printing kernel addressesMatteo Croce2019-05-051-2/+2
* watchdog: fix compile time error of pretimeout governorsVladimir Zapolskiy2019-05-051-0/+1
* watchdog: orion_wdt: remove orion_wdt_set_timeoutChris Packham2019-05-051-8/+0
* Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-03-1112-13/+342
|\
| * watchdog: w83877f_wdt: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: sc520_wdt: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: sbc60xxwdt: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: smsc37b787_wdt: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: sc1200: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: pc87413: Mark expected switch fall-throughGustavo A. R. Silva2019-03-021-1/+1
| * watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems.Michael Shych2019-03-023-0/+307
| * watchdog: dw: remove useless pr_fmtJisheng Zhang2019-03-021-2/+0
| * watchdog: pika_wdt: drop pointless static qualifier in pikawdt_initYueHaibing2019-03-021-1/+1
| * watchdog/hpwdt: Update Kconfig documentationJerry Hoemann2019-03-021-4/+5
| * watchdog: qcom: Add suspend/resume supportSai Prakash Ranjan2019-02-021-0/+23
* | Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-03-083-0/+152
|\ \
| | \
| | \
| *-. | Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones2019-02-016-4/+158
| |\ \|
| | * | watchdog: stpmic1: Add STPMIC1 watchdog driverPascal PAILLET-LME2019-01-163-0/+152
| |/ /
* | | Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2019-02-151-17/+9
|\ \ \ | |_|/ |/| |
| * | bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.Eric Anholt2019-01-091-17/+9
| |/
* | watchdog: tqmx86: Fix a couple IS_ERR() vs NULL bugsDan Carpenter2019-01-071-4/+4
* | watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problemNeilBrown2019-01-072-0/+2
|/
* Merge tag 'linux-watchdog-4.21-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2019-01-0113-95/+471
|\
| * watchdog: tqmx86: Add watchdog driver for the IO controllerAndrew Lunn2018-12-243-0/+139
| * watchdog: mtx-1: Convert to use GPIO descriptorLinus Walleij2018-12-241-10/+9
| * watchdog: mena21_wdt: Convert to GPIO descriptorsLinus Walleij2018-12-221-37/+36
| * watchdog: Add pm8916 watchdog driverLoic Poulain2018-12-223-0/+220
| * watchdog: renesas_wdt: don't keep timer value during suspend/resumeWolfram Sang2018-12-221-7/+4