summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-4/+4
|\
| * Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-085-31/+41
| |\
| * | ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-231-4/+4
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-15/+38
|\ \ \
| * \ \ Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-151-14/+37
| |\ \ \
| | * | | ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-141-14/+37
| | | |/ | | |/|
| * | | Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-145-31/+41
| |\| |
| * | | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-071-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-021-1/+1
* | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-11/+1Star
|\ \ \ \
| * | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-11/+1Star
| | |/ / | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: Add GE FPGA config optionMartyn Welch2012-03-161-1/+1
| | |/ | |/|
* | | watchdog: fix GETTIMEOUT ioctl in booke_wdtDmitry Artamonow2012-02-291-1/+5
* | | watchdog: Fix typo in pnx4008_wdt.cMasanari Iida2012-02-281-1/+1
* | | watchdog: Fix typo in KconfigMasanari Iida2012-02-281-1/+1
* | | watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham2012-02-281-26/+31
* | | watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov2012-02-281-2/+3
|/ /
* | watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley2012-01-271-0/+35
* | watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin2012-01-271-2/+2
* | watchdog: Fix typo "unexpectdly"Masanari Iida2012-01-272-2/+2
* | watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-271-2/+2
* | watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-271-2/+2
* | watchdog: Return proper error in nuc900wdt_probe if misc_register failsAxel Lin2012-01-271-1/+2
* | watchdog: Staticise nuc900_wdtAxel Lin2012-01-271-1/+1
* | watchdog: via_wdt: Staticise wdt_pci_tableAxel Lin2012-01-271-1/+1
* | watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D2012-01-271-0/+2
* | watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-5/+1Star
* | watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-10/+1Star
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-2/+2
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-01-1035-284/+325
|\
| * watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.Shubhrajyoti D2012-01-061-0/+1
| * watchdog: new driver for VIA chipsetsMarc Vertes2012-01-063-0/+281
| * watchdog: ath79_wdt: flush register writesGabor Juhos2012-01-061-0/+6
| * drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated dataJulia Lawall2012-01-061-3/+0Star
| * watchdog: Convert wm831x driver to devm_kzalloc()Mark Brown2012-01-061-4/+3Star
| * watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck2012-01-062-3/+3
| * watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-0619-225/+19Star
| * watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin2012-01-0611-27/+10Star
| * watchdog: Convert Wolfson drivers to module_platform_driverMark Brown2012-01-062-22/+2Star
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-6/+22
|\ \
| * | ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-282-6/+22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-2/+2
|\ \ \
| * | | misc latin1 to utf8 conversionsAl Viro2012-01-021-2/+2
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-34/+1Star
|\ \ \ \
| * \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-34/+1Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-34/+1Star
| | |/ /
* | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-071-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | watchdog: sp805: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| |/ /
* | | watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2)Wim Van Sebroeck2011-12-271-3/+3