aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+9
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-55/+82
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-80/+303
2014-04-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-8/+0
2014-03-31watchdog: Fix Elan SC520 dependenciesJean Delvare1-1/+1
2014-03-31watchdog: ib700wdt: Use platform_driver_probeJean Delvare1-12/+9
2014-03-31watchdog: geodewdt: Use platform_driver_probeJean Delvare1-10/+7
2014-03-31watchdog: advantechwdt: Use platform_driver_probeJean Delvare1-12/+9
2014-03-31watchdog: acquirewdt: Use platform_driver_probeJean Delvare1-12/+9
2014-03-31watchdog: iTCO_wdt: Fix the parent deviceJean Delvare1-1/+1
2014-03-31watchdog: it87_wdt: Work around non-working CIR interruptsMarc van der Wal1-10/+31
2014-03-31watchdog: bcm281xx: Fix Kconfig dependencyMarkus Mayer1-1/+1
2014-03-31watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat1-1/+5
2014-03-31watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat1-2/+0
2014-03-31watchdog: sunxi: Change compatiblesMaxime Ripard1-1/+1
2014-03-31watchdog: orion: prepare new Dove DT Kconfig variableSebastian Hesselbarth1-1/+1
2014-03-31watchdog: fix checkpatch warnings and errorJingoo Han6-14/+13
2014-03-31watchdog: Add tegra watchdogAndrew Chew3-0/+314
2014-03-31watchdog: xilinx: Remove no_timeout variableMichal Simek1-9/+4
2014-03-31watchdog: xilinx: Enable this driver for ZynqMichal Simek1-13/+9
2014-03-31watchdog: xilinx: Use correct comment indentationMichal Simek1-4/+4
2014-03-31watchdog: xilinx: Use of_property_read_u32Michal Simek1-17/+12
2014-03-31watchdog: xilinx: Fix all printk messagesMichal Simek1-8/+8
2014-03-31watchdog: xilinx: Allocate private structure per deviceMichal Simek1-42/+55
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