aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds59-65/+65
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov59-65/+65
2019-04-30watchdog/sbsa: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier1-1/+1
2019-03-11Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds12-13/+342
2019-03-08Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+152
2019-03-02watchdog: w83877f_wdt: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: sc520_wdt: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: sbc60xxwdt: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: smsc37b787_wdt: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: sc1200: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: pc87413: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-02watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems.Michael Shych3-0/+307
2019-03-02watchdog: dw: remove useless pr_fmtJisheng Zhang1-2/+0
2019-03-02watchdog: pika_wdt: drop pointless static qualifier in pikawdt_initYueHaibing1-1/+1
2019-03-02watchdog/hpwdt: Update Kconfig documentationJerry Hoemann1-4/+5
2019-02-15Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux into arm/driversArnd Bergmann1-17/+9
2019-02-02watchdog: qcom: Add suspend/resume supportSai Prakash Ranjan1-0/+23
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mfd-platform-5.1' into ibs-for-mfd-mergedLee Jones6-4/+158
2019-01-16watchdog: stpmic1: Add STPMIC1 watchdog driverPascal PAILLET-LME3-0/+152
2019-01-09bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.Eric Anholt1-17/+9
2019-01-07watchdog: tqmx86: Fix a couple IS_ERR() vs NULL bugsDan Carpenter1-4/+4
2019-01-07watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problemNeilBrown2-0/+2
2019-01-01Merge tag 'linux-watchdog-4.21-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds13-95/+471
2018-12-24watchdog: tqmx86: Add watchdog driver for the IO controllerAndrew Lunn3-0/+139
2018-12-24watchdog: mtx-1: Convert to use GPIO descriptorLinus Walleij1-10/+9
2018-12-22watchdog: mena21_wdt: Convert to GPIO descriptorsLinus Walleij1-37/+36
2018-12-22watchdog: Add pm8916 watchdog driverLoic Poulain3-0/+220
2018-12-22watchdog: renesas_wdt: don't keep timer value during suspend/resumeWolfram Sang1-7/+4
2018-12-22watchdog: ie6xx_wdt: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+3
2018-12-22watchdog: bcm281xx: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+3
2018-12-22watchdog: asm9260_wdt: make array mode_name static, shrinks object sizeColin Ian King1-1/+1
2018-12-22watchdog/hpwdt: Update driver version.Jerry Hoemann1-1/+1
2018-12-22watchdog/hpwdt: Do not claim unsupported hardwareJerry Hoemann1-0/+1
2018-12-22watchdog/hpwdt: Exclude via blacklistJerry Hoemann1-5/+7
2018-12-09watchdog: w83627hf_wdt: Add quirk for Inves systemJean Delvare1-3/+35
2018-12-09watchdog: cpwd: add of_node_put()Yangtao Li1-0/+2
2018-12-09watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang1-2/+7
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada1-7/+0
2018-11-17watchdog: npcm: Modify npcm watchdog kconfig arch parameterTomer Maimon1-1/+1
2018-11-17watchdog: renesas_wdt: Fix typosFabrizio Castro1-2/+2
2018-10-22watchdog: ts4800: release syscon device node in ts4800_wdt_probe()Alexey Khoroshilov1-0/+1
2018-10-13watchdog: armada_37xx_wdt: use do_div for u64 divisionMarek BehĂșn1-4/+5
2018-10-13watchdog: Add support for Armada 37xx CPU watchdogMarek BehĂșn3-0/+399
2018-10-13watchdog: mpc8xxx: provide boot statusChristophe Leroy1-0/+22
2018-10-02watchdog: rza_wdt: Support longer timeoutsChris Brandt1-18/+70
2018-10-02watchdog: hpwdt: Disable PreTimeout when Timeout is smallerJerry Hoemann1-0/+4
2018-10-02watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798DGuenter Roeck1-1/+7
2018-10-02watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()Christophe Leroy1-12/+12
2018-10-02watchdog: lantiq: add get_timeleft callbackHauke Mehrtens1-0/+11
2018-10-02watchdog: lantiq: Convert to watchdog_deviceHauke Mehrtens2-154/+125