aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka2013-03-281-120/+6
* watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2Takahisa Tanaka2013-03-281-1/+1
* watchdog: sp5100_tco: Write back the original value to reserved bits, instead...Takahisa Tanaka2013-03-141-20/+8
* watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of rese...Takahisa Tanaka2013-03-141-2/+3
* watchdog: da9055_wdt needs to select WATCHDOG_CORERandy Dunlap2013-03-141-0/+1
* watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-021-2/+9
* watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
* watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
* watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0
* watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-191-0/+2
* watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2012-12-192-61/+306
* watchdog: davinci_wdt: add OF supportMurali Karicheri2012-12-191-0/+7
* watchdog: da9052: Fix invalid free of devm_ allocated dataTushar Behera2012-12-191-4/+0
* watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi2012-12-191-1/+1
* watchdog: remove depends on CONFIG_EXPERIMENTALKees Cook2012-12-191-2/+2
* watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-191-10/+9
* watchdog: DA9055 Watchdog driverAshish Jangam2012-12-193-0/+227
* watchdog: omap_wdt: eliminate gotoAaro Koskinen2012-12-191-7/+4
* watchdog: omap_wdt: delete redundant platform_set_drvdata() callsAaro Koskinen2012-12-191-2/+0
* watchdog: omap_wdt: convert to devm_ functionsAaro Koskinen2012-12-191-37/+13
* watchdog: omap_wdt: convert to new watchdog coreAaro Koskinen2012-12-192-149/+112
* watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-12-191-3/+3
* watchdog: imx2_wdt: Select the driver via ARCH_MXCFabio Estevam2012-12-191-1/+1
* watchdog: cpu5wdt.c: add missing del_timer calldevendra.aaru2012-12-191-0/+1
* watchdog: hpwdt.c: Increase version stringTom Mingarelli2012-12-191-1/+1
* watchdog: Convert twl4030_wdt to watchdog coreJarkko Nikula2012-12-192-149/+35
* davinci_wdt: preparation for switch to common clock frameworkKaricheri, Muralidharan2012-12-191-2/+2
* watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-12-191-9/+2
* watchdog: ath79_wdt: convert to use module_platform_driverGabor Juhos2012-12-191-11/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* | Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-12-131-2/+0
|\ \
| * \ Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson2012-11-301-2/+0
| |\ \
| | * | watchdog: OMAP: fixup for ARM multiplatform supportTony Lindgren2012-11-301-2/+0
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-0/+11
|\| | |
| * | | Merge tag 'at91-for-next-dt' of git://github.com/at91linux/linux-at91 into ne...Olof Johansson2012-11-211-0/+11
| |\ \ \
| | * | | watchdog: at91sam9_wdt: add device tree supportFabio Porcedda2012-11-161-0/+11
| | | |/ | | |/|
| * | | Merge tag 'imx-dt' of git://git.pengutronix.de/git/imx/linux-2.6 into next/dtArnd Bergmann2012-11-161-1/+0
| |\ \ \ | | |_|/ | |/| |
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-122-15/+12
|\ \ \ \
| * | | | Merge tag 'omap-for-v3.8/cleanup-prcm-part2-signed' of git://git.kernel.org/p...Arnd Bergmann2012-11-151-14/+12
| |\| | | | | |/ / | |/| |
| | * | watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptrPaul Walmsley2012-11-081-14/+12
| | |/
| * / watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusionShawn Guo2012-10-141-1/+0
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-4/+2
|\ \
| * | WATCHDOG: fix build PM warningsRussell King2012-11-081-4/+2
| |/
* | watchdog: remove use of __devexitBill Pemberton2012-11-2852-56/+56
* | watchdog: remove use of __devinitdataBill Pemberton2012-11-283-3/+3
* | watchdog: remove use of __devinitBill Pemberton2012-11-2852-72/+72
* | watchdog: remove use of __devexit_pBill Pemberton2012-11-2850-50/+50
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-10-071-11/+10
|\
| * m68knommu: clean up ColdFire 54xx General Timer definitionsGreg Ungerer2012-09-271-11/+10