summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-2/+9
|\
| * octeon, watchdog: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-2/+9
* | Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-071-55/+82
|\ \
| * | watchdog: iTCO_wdt: Add support for v3 siliconPeter Tyser2014-03-191-55/+82
| |/
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-052-80/+303
|\ \
| * \ Merge tag 'mvebu-watchdog-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson2014-03-081-1/+1
| |\ \
| | * | watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam2014-02-251-1/+1
| * | | Merge tag 'mvebu-watchdog-3.15' of git://git.infradead.org/linux-mvebu into n...Arnd Bergmann2014-02-252-80/+303
| |\ \ \ | | |/ /
| | * | watchdog: orion: Enable the build on ARCH_MVEBUEzequiel Garcia2014-02-221-1/+1
| | * | watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia2014-02-221-2/+104
| | * | watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia2014-02-221-1/+11
| | * | watchdog: orion: Add per-compatible clock initializationEzequiel Garcia2014-02-221-21/+32
| | * | watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia2014-02-221-19/+43
| | * | watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia2014-02-221-45/+69
| | * | watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia2014-02-221-5/+0
| | * | watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia2014-02-221-3/+44
| | * | watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2014-02-221-1/+23
| | * | watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia2014-02-221-0/+19
| | * | watchdog: orion: Remove unused macrosEzequiel Garcia2014-02-221-2/+0
| | * | watchdog: orion: Use atomic access for shared registersEzequiel Garcia2014-02-221-37/+5
| | * | watchdog: orion: Add clock error handlingEzequiel Garcia2014-02-221-10/+19
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-021-8/+0
|\ \ \ \
| * | | | Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE"Scott Wood2014-03-191-8/+0
| |/ / /
* | | | watchdog: Fix Elan SC520 dependenciesJean Delvare2014-03-311-1/+1
* | | | watchdog: ib700wdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: geodewdt: Use platform_driver_probeJean Delvare2014-03-311-10/+7
* | | | watchdog: advantechwdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: acquirewdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: iTCO_wdt: Fix the parent deviceJean Delvare2014-03-311-1/+1
* | | | watchdog: it87_wdt: Work around non-working CIR interruptsMarc van der Wal2014-03-311-10/+31
* | | | watchdog: bcm281xx: Fix Kconfig dependencyMarkus Mayer2014-03-311-1/+1
* | | | watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat2014-03-311-1/+5
* | | | watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat2014-03-311-2/+0
* | | | watchdog: sunxi: Change compatiblesMaxime Ripard2014-03-311-1/+1
* | | | watchdog: orion: prepare new Dove DT Kconfig variableSebastian Hesselbarth2014-03-311-1/+1
* | | | watchdog: fix checkpatch warnings and errorJingoo Han2014-03-316-14/+13
* | | | watchdog: Add tegra watchdogAndrew Chew2014-03-313-0/+314
* | | | watchdog: xilinx: Remove no_timeout variableMichal Simek2014-03-311-9/+4
* | | | watchdog: xilinx: Enable this driver for ZynqMichal Simek2014-03-311-13/+9
* | | | watchdog: xilinx: Use correct comment indentationMichal Simek2014-03-311-4/+4
* | | | watchdog: xilinx: Use of_property_read_u32Michal Simek2014-03-311-17/+12
* | | | watchdog: xilinx: Fix all printk messagesMichal Simek2014-03-311-8/+8
* | | | watchdog: xilinx: Allocate private structure per deviceMichal Simek2014-03-311-42/+55
* | | | watchdog: xilinx: Move no_timeout to probe functionMichal Simek2014-03-311-5/+3
* | | | watchdog: xilinx: Simplify probe and remove functionsMichal Simek2014-03-311-32/+9
* | | | watchdog: xilinx: Move control_status_reg to functionsMichal Simek2014-03-311-1/+6
* | | | watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek2014-03-312-172/+33
* | | | watchdog: wdt285: Fix variable typeAlexander Shiyan2014-03-311-2/+1
* | | | watchdog: shwdt: Remove unused variableAlexander Shiyan2014-03-311-2/+0
* | | | watchdog: sc520_wdt: Remove unused variableAlexander Shiyan2014-03-311-2/+1
OpenPOWER on IntegriCloud