aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/omap_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-07-01watchdog: omap_wdt: early_enable module parameterLars Poeschel1-0/+8
2015-06-22watchdog: omap_wdt: implement get_timeleftLars Poeschel1-0/+11
2015-06-22watchdog: omap: assert the counter being stopped before reprogrammingUwe Kleine-König1-0/+7
2015-06-22watchdog: omap: simplify assignment of bootstatusUwe Kleine-König1-7/+5
2015-06-22watchdog: omap: put struct watchdog_device into driver dataUwe Kleine-König1-31/+24
2015-06-22watchdog: omap: use watchdog_init_timeout instead of open coding itUwe Kleine-König1-4/+1
2015-02-17watchdog: Fix omap watchdogs to enable the magic close bitTony Lindgren1-1/+1
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-31watchdog: omap_wdt: Use devm_ioremap_resource()Jingoo Han1-16/+6
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-17watchdog: omap_wdt: raw read and write endian fixVictor Kamensky1-18/+18
2013-11-17watchdog: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-01watchdog: omap_wdt: Add option nowayoutPali Rohár1-1/+5
2013-01-02watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen1-1/+0
2012-12-19watchdog: omap_wdt: eliminate gotoAaro Koskinen1-7/+4
2012-12-19watchdog: omap_wdt: delete redundant platform_set_drvdata() callsAaro Koskinen1-2/+0
2012-12-19watchdog: omap_wdt: convert to devm_ functionsAaro Koskinen1-37/+13
2012-12-19watchdog: omap_wdt: convert to new watchdog coreAaro Koskinen1-149/+111
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-14/+12
2012-11-30watchdog: OMAP: fixup for ARM multiplatform supportTony Lindgren1-2/+0
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-11-08watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptrPaul Walmsley1-14/+12
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-0/+5
2012-07-24Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-17/+0
2012-07-23Watchdog: OMAP: Fix the runtime pm code to avoid module getting stuck intransition state.Lokesh Vutla1-17/+0
2012-07-09watchdog: omap_wdt: add device tree supportXiao Jiang1-0/+7
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-1/+3
2012-01-27watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D1-0/+2
2012-01-06watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.Shubhrajyoti D1-0/+1
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin1-12/+1
2012-01-06watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin1-2/+1
2011-03-10Watchdog: omap_wdt: add fine grain runtime-pmPaul Walmsley1-2/+23
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-35/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-29OMAP: WDT: Use PM runtime APIs instead of clk FW APIsVaradarajan, Charulatha1-35/+7
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
2009-12-23[WATCHDOG] use resource_size()H Hartley Sweeten1-5/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-06-23[WATCHDOG] OMAP fixes: enable clock in probe, trigger timer reloadUlrik Bech Hald1-0/+7
2009-04-08[WATCHDOG] omap_wdt.c: move probe function to .devinit.textUwe Kleine-König1-3/+3
2009-02-08[ARM] omap: watchdog: provide a dummy ick for OMAP1Russell King1-15/+8
2009-02-08[ARM] omap: watchdog: convert clocks to match by devid and conidRussell King1-68/+25
2008-10-28[PATCH] Switch all my contributions stuff to a single common addressAlan Cox1-1/+1
2008-10-10[WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.cFelipe Balbi1-54/+78
2008-10-10[WATCHDOG] omap_wdt.c: another ioremap() fixFelipe Balbi1-21/+29
2008-10-10[WATCHDOG] omap_wdt.c: sync linux-omap changesFelipe Balbi1-102/+181