Age | Commit message (Expand) | Author | Files | Lines |
2017-02-25 | watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded" | Colin Ian King | 1 | -1/+1 |
2015-09-09 | Watchdog: Fix parent of watchdog_devices | Pratyush Anand | 1 | -0/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-26 | watchdog: orion: Use the reference clock on Armada 375 SoC | Ezequiel Garcia | 1 | -1/+41 |
2014-10-20 | watchdog: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-06-10 | watchdog: orion: Add Armada 375/380 SoC support | Ezequiel Garcia | 1 | -0/+103 |
2014-06-10 | watchdog: orion: Introduce per-SoC enabled() function | Ezequiel Garcia | 1 | -2/+13 |
2014-06-10 | watchdog: orion: Introduce per-SoC stop() function | Ezequiel Garcia | 1 | -1/+28 |
2014-06-10 | watchdog: orion: Remove unneeded atomic access | Ezequiel Garcia | 1 | -2/+5 |
2014-06-10 | watchdog: orion: Introduce a SoC-specific RSTOUT mapping | Ezequiel Garcia | 1 | -7/+20 |
2014-06-10 | watchdog: orion: Move the register ioremap'ing to its own function | Ezequiel Garcia | 1 | -14/+24 |
2014-04-06 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -79/+302 |
2014-03-31 | watchdog: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2014-02-25 | watchdog: orion_wdt: Use %pa to print 'phys_addr_t' | Fabio Estevam | 1 | -1/+1 |
2014-02-22 | watchdog: orion: Add support for Armada 370 and Armada XP SoC | Ezequiel Garcia | 1 | -2/+104 |
2014-02-22 | watchdog: orion: Add per-compatible watchdog start implementation | Ezequiel Garcia | 1 | -1/+11 |
2014-02-22 | watchdog: orion: Add per-compatible clock initialization | Ezequiel Garcia | 1 | -21/+32 |
2014-02-22 | watchdog: orion: Introduce per-compatible of_device_id data | Ezequiel Garcia | 1 | -19/+43 |
2014-02-22 | watchdog: orion: Introduce an orion_watchdog device structure | Ezequiel Garcia | 1 | -45/+69 |
2014-02-22 | watchdog: orion: Remove unneeded BRIDGE_CAUSE clear | Ezequiel Garcia | 1 | -5/+0 |
2014-02-22 | watchdog: orion: Make RSTOUT register a separate resource | Ezequiel Garcia | 1 | -3/+44 |
2014-02-22 | watchdog: orion: Handle the interrupt so it's properly acked | Ezequiel Garcia | 1 | -1/+23 |
2014-02-22 | watchdog: orion: Make sure the watchdog is initially stopped | Ezequiel Garcia | 1 | -0/+19 |
2014-02-22 | watchdog: orion: Remove unused macros | Ezequiel Garcia | 1 | -2/+0 |
2014-02-22 | watchdog: orion: Use atomic access for shared registers | Ezequiel Garcia | 1 | -37/+5 |
2014-02-22 | watchdog: orion: Add clock error handling | Ezequiel Garcia | 1 | -10/+19 |
2013-12-10 | watchdog: Drop unnecessary include of miscdevice.h | Guenter Roeck | 1 | -1/+0 |
2013-11-17 | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare | 1 | -1/+0 |
2013-11-17 | watchdog: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-07-12 | Watchdog: fix clearing of the watchdog interrupt | Russell King | 1 | -3/+1 |
2013-07-12 | Watchdog: allow orion_wdt to be built for Dove | Russell King | 1 | -0/+3 |
2013-03-01 | watchdog: add timeout-sec property binding | Fabio Porcedda | 1 | -6/+4 |
2013-03-01 | watchdog: orion_wdt: Add platform alias | Lubomir Rintel | 1 | -0/+1 |
2012-12-20 | watchdog: Orion: Fix possible null-deference in orion_wdt_probe | Jason Gunthorpe | 1 | -0/+2 |
2012-11-29 | watchdog: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | watchdog: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | watchdog: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | watchdog: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-08-02 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+8 |
2012-07-27 | ARM: Orion: DTify the watchdog timer. | Andrew Lunn | 1 | -0/+8 |
2012-07-23 | watchdog: orion_wdt: Convert driver to watchdog core | Axel Lin | 1 | -153/+50 |
2012-05-09 | ARM: Orion: WDT: Add clk/clkdev support | Andrew Lunn | 1 | -6/+10 |
2012-03-29 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 1 | -7/+8 |
2012-03-27 | watchdog: nowayout is bool | Wim Van Sebroeck | 1 | -2/+2 |
2012-03-27 | watchdog: Use pr_<fmt> and pr_<level> | Joe Perches | 1 | -5/+6 |
2012-03-16 | ARM: orion: wdt: use resource vice direct access | Jason Cooper | 1 | -9/+15 |
2012-01-06 | watchdog: convert drivers/watchdog/* to use module_platform_driver() | Axel Lin | 1 | -12/+1 |
2012-01-06 | watchdog: Use DEFINE_SPINLOCK() for static spinlocks | Axel Lin | 1 | -2/+1 |
2009-06-08 | [ARM] Orion/Kirkwood: rename orion5x_wdt to orion_wdt | Nicolas Pitre | 1 | -0/+322 |