aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/pnx4008_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16watchdog: pnx4008: restart: support "cmd" from userspaceSylvain Lemieux1-0/+15
2016-03-16watchdog: pnx4008: add support for soft resetSylvain Lemieux1-3/+10
2016-03-16watchdog: pnx4008: add restart handlerSylvain Lemieux1-0/+17
2016-03-16watchdog: pnx4008: update logging during power-onSylvain Lemieux1-2/+1
2015-11-23watchdog: pnx4008: make global wdt_clk staticVladimir Zapolskiy1-1/+1
2015-11-23watchdog: pnx4008: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-3/+3
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-04-22watchdog: pnx4008_wdt: fix broken email addressWolfram Sang1-1/+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
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: pnx4008_wdt: use devm_clk_get()Jingoo Han1-5/+2
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda1-4/+3
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-05-23watchdog: Device tree support for pnx4008-wdtRoland Stigge1-0/+10
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck1-0/+1
2012-03-27watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang1-140/+40
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-1/+3
2012-03-27watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang1-12/+11
2012-03-27watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang1-47/+22
2012-02-28watchdog: Fix typo in pnx4008_wdt.cMasanari Iida1-1/+1
2012-01-27watchdog: Fix typo "unexpectdly"Masanari Iida1-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-15/+13
2011-03-15watchdog: cleanup spaces before tabsWim Van Sebroeck1-1/+1
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-02-12ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King1-13/+24
2010-02-12ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King1-1/+1
2009-12-23[WATCHDOG] use resource_size()H Hartley Sweeten1-1/+1
2009-11-20ARM: PNX4008: fix watchdog device driver nameRussell King1-2/+2
2009-06-18[WATCHDOG] move platform probe and remove function to devinit and devexitWim Van Sebroeck1-3/+3
2009-03-25[WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck1-9/+9
2008-09-23[WATCHDOG] unlocked_ioctl changesWim Van Sebroeck1-2/+2
2008-08-08Merge Linus' latest into masterRussell King1-16/+13
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-5/+5
2008-08-06[WATCHDOG] Clean-up includesWim Van Sebroeck1-2/+2
2008-06-21[WATCHDOG 33/57] pnx4008_wdt: unlocked_ioctl setupAlan Cox1-10/+8
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/+358