aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/jz4740_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16watchdog: jz4740: Fix modular buildStephen Boyd1-1/+1
2016-05-14watchdog: remove error message when unable to allocate watchdog deviceColin Ian King1-3/+1
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-02-17watchdog: jz4740: Add DT supportZubair Lutfullah Kakakhel1-0/+10
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
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-07-11watchdog: jz4740: Pass device to clk_getLars-Peter Clausen1-1/+1
2013-01-25watchdog: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2012-11-28watchdog: remove use of __devexitBill 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-03-27watchdog: fix set_timeout operationsWim Van Sebroeck1-0/+1
2012-03-27watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin1-175/+89
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin1-12/+1
2011-03-15watchdog: jz4740_wdt - fix magic character checkingWim Van Sebroeck1-4/+11
2011-03-15watchdog: add JZ4740 watchdog driverPaul Cercueil1-0/+315