summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| * | watchdog: meson_gxbb_wdt: Convert to use device managed functions and other i...Guenter Roeck2019-05-051-30/+15
| * | watchdog: menf21bmc_wdt: Convert to use device managed functions and other im...Guenter Roeck2019-05-051-23/+10
| * | watchdog: mena21_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-15/+13
| * | watchdog: max77620_wdt: Convert to use device managed functions and other imp...Guenter Roeck2019-05-051-16/+7
| * | watchdog: max63xx_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-14/+6
| * | watchdog: lpc18xx_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-26/+17
| * | watchdog: kempld_wdt: Convert to use device managed functions and other impro...Guenter Roeck2019-05-051-24/+4
| * | watchdog: intel-mid_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-11/+11
| * | watchdog: imgpdc_wdt: Convert to use device managed functions and other impro...Guenter Roeck2019-05-051-55/+36
| * | watchdog: iTCO_wdt: Various improvementsGuenter Roeck2019-05-051-12/+1
| * | watchdog: gpio_wdt: Convert to use device managed functions and other improve...Guenter Roeck2019-05-051-14/+2
| * | watchdog: ftwdt010_wdt: Use 'dev' consistentlyGuenter Roeck2019-05-051-1/+1
| * | watchdog: ep93xx_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-6/+7
| * | watchdog: davinci_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-25/+16
| * | watchdog: da9063_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-5/+6
| * | 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 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-0759-65/+65
|\ \
| * | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-0659-65/+65
| |/
* / watchdog/sbsa: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier2019-04-301-1/+1
|/
* 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