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