summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/orion_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: orion: make license info match the file headerUwe Kleine-König2017-06-051-1/+1
* watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King2017-02-241-1/+1
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia2014-11-261-1/+41
|/
* watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia2014-06-101-0/+103
* watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia2014-06-101-2/+13
* watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia2014-06-101-1/+28
* watchdog: orion: Remove unneeded atomic accessEzequiel Garcia2014-06-101-2/+5
* watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia2014-06-101-7/+20
* watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia2014-06-101-14/+24
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-79/+302
|\
| * watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam2014-02-251-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
* | watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-311-1/+0
|/
* watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck2013-12-101-1/+0
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0
* watchdog: Remove redundant of_match_ptrSachin Kamat2013-11-171-1/+1
* Watchdog: fix clearing of the watchdog interruptRussell King2013-07-111-3/+1
* Watchdog: allow orion_wdt to be built for DoveRussell King2013-07-111-0/+3
* watchdog: add timeout-sec property bindingFabio Porcedda2013-03-011-6/+4
* watchdog: orion_wdt: Add platform aliasLubomir Rintel2013-03-011-0/+1
* watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-191-0/+2
* watchdog: remove use of __devexitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-021-0/+8
|\
| * ARM: Orion: DTify the watchdog timer.Andrew Lunn2012-07-271-0/+8
* | watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin2012-07-231-153/+50
|/
* ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn2012-05-081-6/+10
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-03-281-7/+8
|\
| * watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
| * watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-5/+6
* | ARM: orion: wdt: use resource vice direct accessJason Cooper2012-03-161-9/+15
|/
* watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-061-12/+1
* watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin2012-01-061-2/+1
* [ARM] Orion/Kirkwood: rename orion5x_wdt to orion_wdtNicolas Pitre2009-06-081-0/+322
OpenPOWER on IntegriCloud