summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | watchdog: da9063_wdt: Simplify by removing unneeded struct...fzuuzf@googlemail.com2017-09-091-37/+30
* | watchdog: bcm7038: Check the return value from clk_prepare_enable()Fabio Estevam2017-09-091-1/+3
* | watchdog: qcom: Check for platform_get_resource() failureFabio Estevam2017-09-091-0/+2
* | watchdog: of_xilinx_wdt: Add suspend/resume supportMichal Simek2017-09-091-0/+38
* | watchdog: of_xilinx_wdt: Add support for reading freq via CCFMaulik Jodhani2017-09-091-13/+32
* | watchdog: max77620_wdt: constify platform_device_idArvind Yadav2017-09-091-1/+1
* | watchdog: pcwd_usb: constify usb_device_idArvind Yadav2017-09-091-1/+1
* | watchdog: cadence_wdt: Show information when driver is probedMichal Simek2017-09-091-1/+1
* | watchdog: cadence_wdt: Enable access to module parametersMichal Simek2017-09-091-2/+2
* | watchdog: constify watchdog_ops and watchdog_info structuresJulia Lawall2017-09-093-3/+3
* | watchdog: asm9260_wdt: don't round closest with get_timeleftWolfram Sang2017-09-091-1/+1
* | watchdog: renesas_wdt: add another divider optionWolfram Sang2017-09-091-3/+5
* | watchdog: renesas_wdt: apply better precisionWolfram Sang2017-09-091-9/+19
* | watchdog: renesas_wdt: don't round closest with get_timeleftWolfram Sang2017-09-091-1/+1
* | watchdog: renesas_wdt: check rate also for upper limitWolfram Sang2017-09-091-2/+2
* | watchdog: renesas_wdt: avoid (theoretical) type overflowWolfram Sang2017-09-091-3/+2
* | watchdog: mt7621: explicitly request exclusive reset controlPhilipp Zabel2017-09-091-1/+1
* | watchdog: rt2880: explicitly request exclusive reset controlPhilipp Zabel2017-09-091-1/+1
* | watchdog: zx2967: explicitly request exclusive reset controlPhilipp Zabel2017-09-091-1/+1
* | watchdog: asm9260: explicitly request exclusive reset controlPhilipp Zabel2017-09-091-1/+1
* | watchdog: meson-wdt: add support for the watchdog on Meson8 and Meson8m2Martin Blumenstingl2017-09-091-0/+2
* | watchdog: w83627hf: make const array chip_name staticColin Ian King2017-09-091-1/+1
* | watchdog: coh901327_wdt: constify watchdog_ops structureGustavo A. R. Silva2017-09-091-1/+1
* | watchdog: stm32_iwdg: constify watchdog_ops structureGustavo A. R. Silva2017-09-091-1/+1
* | watchdog: it87_wdt: constify watchdog_ops structureGustavo A. R. Silva2017-09-091-1/+1
* | watchdog: ts72xx_wdt: constify watchdog_ops structureGustavo A. R. Silva2017-09-091-1/+1
* | watchdog: Revert "iTCO_wdt: all versions count down twice"Wim Van Sebroeck2017-09-091-10/+12
* | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
|/
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2017-07-1120-645/+1003
|\
| * watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes2017-07-031-4/+9
| * watchdog: uniphier: add UniPhier watchdog driverKeiji Hayashibara2017-07-033-0/+281
| * watchdog: cadence_wdt: make of_device_ids const.Arvind Yadav2017-07-031-1/+1
| * watchdog: zx2967: constify zx2967_wdt_ops.Arvind Yadav2017-07-031-1/+1
| * watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_opsArvind Yadav2017-07-031-2/+2
| * watchdog: davinci: Add missing clk_disable_unprepare().Arvind Yadav2017-07-031-1/+3
| * watchdog: davinci: Handle return value of clk_prepare_enableArvind Yadav2017-07-031-1/+5
| * watchdog: meson: Handle return value of clk_prepare_enableArvind Yadav2017-07-031-1/+3
| * watchdog: it87: Add support for various Super-IO chipsGuenter Roeck2017-07-032-5/+21
| * watchdog: it87: Use infrastructure to stop watchdog on rebootGuenter Roeck2017-07-031-29/+5
| * watchdog: it87: Drop support for resetting watchdog though CIR and Game portGuenter Roeck2017-07-032-210/+19
| * watchdog: it87: Convert to use watchdog core infrastructureGuenter Roeck2017-07-032-304/+72
| * watchdog: it87: Drop FSF mailing addressGuenter Roeck2017-07-031-4/+0
| * watchdog: dw_wdt: get reset lines from dtSteffen Trumtrar2017-07-031-0/+11
| * watchdog: w83627hf: Add support for NCT6793D and NCT6795DGuenter Roeck2017-06-051-1/+14
| * watchdog: core: add option to avoid early handling of watchdogSebastian Reichel2017-06-052-3/+27
| * watchdog: f71808e_wdt: Add F71868 supportMaciej S. Szmigiero2017-06-052-10/+24
| * watchdog: Add STM32 IWDG driverYannick Fertre2017-06-053-0/+266
| * watchdog: gpio: Convert to use infrastructure triggered keepalivesGuenter Roeck2017-06-051-60/+13
| * watchdog: orion: make license info match the file headerUwe Kleine-König2017-06-051-1/+1
| * watchdog: s3c2410: Minor code cleanupKrzysztof Kozlowski2017-06-051-22/+13