summaryrefslogtreecommitdiff
path: root/drivers/watchdog/orion_wdt.c
Commit message (Expand)AuthorAge
* watchdog: orion: fix typoChris Packham2017-12-28
* watchdog: orion: make license info match the file headerUwe Kleine-König2017-06-05
* watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King2017-02-24
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-09
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia2014-11-26
|/
* watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia2014-06-10
* watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia2014-06-10
* watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia2014-06-10
* watchdog: orion: Remove unneeded atomic accessEzequiel Garcia2014-06-10
* watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia2014-06-10
* watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia2014-06-10
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-05
|\
| * watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam2014-02-25
| * watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia2014-02-22
| * watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia2014-02-22
| * watchdog: orion: Add per-compatible clock initializationEzequiel Garcia2014-02-22
| * watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia2014-02-22
| * watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia2014-02-22
| * watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia2014-02-22
| * watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia2014-02-22
| * watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2014-02-22
| * watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia2014-02-22
| * watchdog: orion: Remove unused macrosEzequiel Garcia2014-02-22
| * watchdog: orion: Use atomic access for shared registersEzequiel Garcia2014-02-22
| * watchdog: orion: Add clock error handlingEzequiel Garcia2014-02-22
* | watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-31
|/
* watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck2013-12-10
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-17
* watchdog: Remove redundant of_match_ptrSachin Kamat2013-11-17
* Watchdog: fix clearing of the watchdog interruptRussell King2013-07-11
* Watchdog: allow orion_wdt to be built for DoveRussell King2013-07-11
* watchdog: add timeout-sec property bindingFabio Porcedda2013-03-01
* watchdog: orion_wdt: Add platform aliasLubomir Rintel2013-03-01
* watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-19
* watchdog: remove use of __devexitBill Pemberton2012-11-28
* watchdog: remove use of __devinitdataBill Pemberton2012-11-28
* watchdog: remove use of __devinitBill Pemberton2012-11-28
* watchdog: remove use of __devexit_pBill Pemberton2012-11-28
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-02
|\
| * ARM: Orion: DTify the watchdog timer.Andrew Lunn2012-07-27
* | watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin2012-07-23
|/
* ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn2012-05-08
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-03-28
|\
| * watchdog: nowayout is boolWim Van Sebroeck2012-03-27
| * watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-27
* | ARM: orion: wdt: use resource vice direct accessJason Cooper2012-03-16
|/
* watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-06
* watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin2012-01-06