aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/orion_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-27watchdog: orion_wdt: support pretimeout on Armada-XPChris Packham1-4/+9
2021-06-21watchdog: Fix a typo in the file orion_wdt.cBhaskar Chowdhury1-1/+1
2020-04-01watchdog: orion: use 0 for unset heartbeatChris Packham1-1/+1
2019-12-30watchdog: orion: fix platform_get_irq() complaintsRussell King1-2/+2
2019-09-17watchdog: orion_wdt: use timer1 as a pretimeoutChris Packham1-13/+53
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck1-4/+2
2019-05-05watchdog: orion_wdt: remove orion_wdt_set_timeoutChris Packham1-8/+0
2018-08-02watchdog: orion_wdt: Mark watchdog as active when running at probeMaxim Kochetkov1-0/+2
2017-12-28watchdog: orion: fix typoChris Packham1-1/+1
2017-06-05watchdog: orion: make license info match the file headerUwe Kleine-König1-1/+1
2017-02-24watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King1-1/+1
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-26watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia1-1/+41
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-10watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia1-0/+103
2014-06-10watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia1-2/+13
2014-06-10watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia1-1/+28
2014-06-10watchdog: orion: Remove unneeded atomic accessEzequiel Garcia1-2/+5
2014-06-10watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia1-7/+20
2014-06-10watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia1-14/+24
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-79/+302
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-02-25watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam1-1/+1
2014-02-22watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia1-2/+104
2014-02-22watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia1-1/+11
2014-02-22watchdog: orion: Add per-compatible clock initializationEzequiel Garcia1-21/+32
2014-02-22watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia1-19/+43
2014-02-22watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia1-45/+69
2014-02-22watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia1-5/+0
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia1-3/+44
2014-02-22watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia1-1/+23
2014-02-22watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia1-0/+19
2014-02-22watchdog: orion: Remove unused macrosEzequiel Garcia1-2/+0
2014-02-22watchdog: orion: Use atomic access for shared registersEzequiel Garcia1-37/+5
2014-02-22watchdog: orion: Add clock error handlingEzequiel Garcia1-10/+19
2013-12-10watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2013-11-17watchdog: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-07-11Watchdog: fix clearing of the watchdog interruptRussell King1-3/+1
2013-07-11Watchdog: allow orion_wdt to be built for DoveRussell King1-0/+3
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda1-6/+4
2013-03-01watchdog: orion_wdt: Add platform aliasLubomir Rintel1-0/+1
2012-12-19watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe1-0/+2
2012-11-28watchdog: remove use of __devexitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+8
2012-07-27ARM: Orion: DTify the watchdog timer.Andrew Lunn1-0/+8