aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/orion_wdt.c
AgeCommit message (Expand)Author
2018-08-02watchdog: orion_wdt: Mark watchdog as active when running at probeMaxim Kochetkov
2017-12-28watchdog: orion: fix typoChris Packham
2017-06-05watchdog: orion: make license info match the file headerUwe Kleine-König
2017-02-24watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-26watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang
2014-06-10watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia
2014-06-10watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia
2014-06-10watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia
2014-06-10watchdog: orion: Remove unneeded atomic accessEzequiel Garcia
2014-06-10watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia
2014-06-10watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-02-25watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam
2014-02-22watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia
2014-02-22watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia
2014-02-22watchdog: orion: Add per-compatible clock initializationEzequiel Garcia
2014-02-22watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia
2014-02-22watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia
2014-02-22watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia
2014-02-22watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia
2014-02-22watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia
2014-02-22watchdog: orion: Remove unused macrosEzequiel Garcia
2014-02-22watchdog: orion: Use atomic access for shared registersEzequiel Garcia
2014-02-22watchdog: orion: Add clock error handlingEzequiel Garcia
2013-12-10watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare
2013-11-17watchdog: Remove redundant of_match_ptrSachin Kamat
2013-07-11Watchdog: fix clearing of the watchdog interruptRussell King
2013-07-11Watchdog: allow orion_wdt to be built for DoveRussell King
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda
2013-03-01watchdog: orion_wdt: Add platform aliasLubomir Rintel
2012-12-19watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe
2012-11-28watchdog: remove use of __devexitBill Pemberton
2012-11-28watchdog: remove use of __devinitdataBill Pemberton
2012-11-28watchdog: remove use of __devinitBill Pemberton
2012-11-28watchdog: remove use of __devexit_pBill Pemberton
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-27ARM: Orion: DTify the watchdog timer.Andrew Lunn
2012-07-23watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin
2012-05-08ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2012-03-27watchdog: nowayout is boolWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2012-03-16ARM: orion: wdt: use resource vice direct accessJason Cooper
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin