aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/davinci_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
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
2014-01-28watchdog: davinci: reuse driver for keystone archIvan Khoronzhuk1-1/+1
2014-01-28watchdog: davinci: add GET_TIMELEFT option supportIvan Khoronzhuk1-0/+26
2014-01-28watchdog: davinci: use davinci_wdt_device structure to hold device dataIvan Khoronzhuk1-26/+48
2014-01-28watchdog: davinci: change driver to use WDT coreIvan Khoronzhuk1-112/+35
2014-01-09watchdog: davinci: rename platform driver to davinci-wdtIvan Khoronzhuk1-2/+2
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2013-05-18drivers/watchdog: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-09watchdog: Convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-03-01watchdog: davinci_wdt: update to devm_* APIKumar, Anil1-21/+5
2013-03-01watchdog: davinci_wdt: use devm managed clk getMrugesh Katepallewar1-2/+1
2012-12-19watchdog: davinci_wdt: add OF supportMurali Karicheri1-0/+7
2012-12-19davinci_wdt: preparation for switch to common clock frameworkKaricheri, Muralidharan1-2/+2
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-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin1-12/+1
2011-03-29watchdog: Convert release_resource to release_region/release_mem_regionJulia Lawall1-12/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2009-12-23[WATCHDOG] use resource_size()H Hartley Sweeten1-1/+1
2009-09-18[WATCHDOG] davinci: use clock framework for timer frequencyKevin Hilman1-2/+17
2009-06-18[WATCHDOG] move platform probe and remove function to devinit and devexitWim Van Sebroeck1-3/+3
2009-03-25[WATCHDOG] davinci: convert to ioremap() + io[read|write]Kevin Hilman1-20/+25
2008-08-08Merge Linus' latest into masterRussell King1-11/+9
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-06[WATCHDOG] Coding style - Indentation - part 2Wim Van Sebroeck1-4/+4
2008-05-27[WATCHDOG 08/57] davinci_wdt: unlocked_ioctl and check lockingAlan Cox1-6/+5
2008-04-11watchdog: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2007-11-02[WATCHDOG] spin_lock_init() fixesAlexey Dobriyan1-3/+1
2007-10-25[WATCHDOG] trivial fix two returns in void functionsFlorian Fainelli1-1/+1
2007-10-18mv watchdog tree under driversWim Van Sebroeck1-0/+281