aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31watchdog: xilinx: Move no_timeout to probe functionMichal Simek1-5/+3
2014-03-31watchdog: xilinx: Simplify probe and remove functionsMichal Simek1-32/+9
2014-03-31watchdog: xilinx: Move control_status_reg to functionsMichal Simek1-1/+6
2014-03-31watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek2-172/+33
2014-03-31watchdog: wdt285: Fix variable typeAlexander Shiyan1-2/+1
2014-03-31watchdog: shwdt: Remove unused variableAlexander Shiyan1-2/+0
2014-03-31watchdog: sc520_wdt: Remove unused variableAlexander Shiyan1-2/+1
2014-03-31watchdog: intel_scu_watchdog: Remove unused variableAlexander Shiyan1-3/+1
2014-03-31watchdog: indydog: Simplify indydog_{start,stop}Alexander Shiyan1-11/+2
2014-03-31watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_deviceAlexander Shiyan1-1/+0
2014-03-31watchdog: sp805_wdt: Use devm_ioremap_resource()Jingoo Han1-14/+3
2014-03-31watchdog: omap_wdt: Use devm_ioremap_resource()Jingoo Han1-16/+6
2014-03-31watchdog: ep93xx_wdt: Use devm_ioremap_resource()Jingoo Han1-10/+3
2014-03-31watchdog: ts72xx_wdt: make 'ts72xx_wdt_pdev' staticJingoo Han1-1/+1
2014-03-31watchdog: Remove unnecessary OOM messagesJingoo Han8-18/+5
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker24-24/+0
2014-03-31watchdog: mpc8xxx_wdt: MPC8xx is HW enabledChristophe Leroy1-0/+1
2014-03-20octeon, watchdog: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-2/+9
2014-03-19Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE"Scott Wood1-8/+0
2014-03-19watchdog: iTCO_wdt: Add support for v3 siliconPeter Tyser1-55/+82
2014-03-08Merge tag 'mvebu-watchdog-3.15-2' of git://git.infradead.org/linux-mvebu into next/driversOlof Johansson1-1/+1
2014-02-25watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam1-1/+1
2014-02-25Merge tag 'mvebu-watchdog-3.15' of git://git.infradead.org/linux-mvebu into next/driversArnd Bergmann2-80/+303
2014-02-22watchdog: orion: Enable the build on ARCH_MVEBUEzequiel Garcia1-1/+1
2014-02-22watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia1-2/+104
2014-02-22watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia1-1/+11
2014-02-22watchdog: orion: Add per-compatible clock initializationEzequiel Garcia1-21/+32
2014-02-22watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia1-19/+43
2014-02-22watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia1-45/+69
2014-02-22watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia1-5/+0
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia1-3/+44
2014-02-22watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia1-1/+23
2014-02-22watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia1-0/+19
2014-02-22watchdog: orion: Remove unused macrosEzequiel Garcia1-2/+0
2014-02-22watchdog: orion: Use atomic access for shared registersEzequiel Garcia1-37/+5
2014-02-22watchdog: orion: Add clock error handlingEzequiel Garcia1-10/+19
2014-02-21watchdog: w83697hf_wdt: return ENODEV if no device was foundStanislav Kholmanskikh1-1/+1
2014-02-08watchdog: dw_wdt: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-28watchdog: w83627hf_wdt: Reset watchdog trigger during initializationGuenter Roeck1-2/+2
2014-01-28watchdog: w83627hf: Add support for W83697HF and W83697UGGuenter Roeck2-13/+51
2014-01-28watchdog: w83627hf: Auto-detect IO address and supported chipsGuenter Roeck2-24/+173
2014-01-28watchdog: at91sam9_wdt: increase security margin on watchdog counter resetBoris BREZILLON1-9/+16
2014-01-28watchdog: at91sam9_wdt: avoid spurious watchdog reset during initBoris BREZILLON1-1/+9
2014-01-28watchdog: at91sam9_wdt: fix secs_to_ticksBoris BREZILLON1-1/+1
2014-01-28watchdog: at91sam9_wdt: better watchdog supportBoris BREZILLON1-86/+223
2014-01-28watchdog: sp805_wdt depends also on ARM64Naresh Bhat1-1/+1
2014-01-28watchdog: mach-moxart: add restart handlerJonas Jensen1-0/+15
2014-01-28watchdog: mpc8xxx_wdt convert to watchdog coreChristophe Leroy2-73/+38
2014-01-28watchdog: sirf: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-28watchdog: hpwdt patch to display informative stringThomas Mingarelli1-3/+8