diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-13 16:42:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-13 16:42:54 -0400 |
commit | 833e68340d108d88f4cb79b7d7223f6859d362ca (patch) | |
tree | 89f960431365ce2d47178c0620634b66979497fa /MAINTAINERS | |
parent | c55244137306b626bc64023fd7160985443205a7 (diff) | |
parent | cce78da76601b64305c050f602767bf58cebcf5d (diff) |
Merge git://www.linux-watchdog.org/linux-watchdog
Pull watchdog updates from Wim Van Sebroeck:
- lots of devm_ conversions and cleanup
- platform_set_drvdata cleanups
- s3c2410: dev_err/dev_info + dev_pm_ops
- watchdog_core: don't try to stop device if not running fix
- wdrtas: use print_hex_dump
- xilinx cleanups
- orion_wdt fixes
- softdog cleanup
- hpwdt: check on UEFI bits
- deletion of mpcore_wdt driver
- addition of broadcom BCM2835 watchdog timer driver
- addition of MEN A21 watcdog devices
* git://www.linux-watchdog.org/linux-watchdog: (38 commits)
watchdog: hpwdt: Add check for UEFI bits
watchdog: softdog: remove replaceable ping operation
watchdog: New watchdog driver for MEN A21 watchdogs
Watchdog: fix clearing of the watchdog interrupt
Watchdog: allow orion_wdt to be built for Dove
watchdog: Add Broadcom BCM2835 watchdog timer driver
watchdog: delete mpcore_wdt driver
watchdog: xilinx: Setup the origin compatible string
watchdog: xilinx: Fix driver header
watchdog: wdrtas: don't use custom version of print_hex_dump
watchdog: core: don't try to stop device if not running
watchdog: jz4740: Pass device to clk_get
watchdog: twl4030: Remove redundant platform_set_drvdata()
watchdog: mpcore: Remove redundant platform_set_drvdata()
watchdog: da9055: use platform_{get,set}_drvdata()
watchdog: da9052: use platform_{get,set}_drvdata()
watchdog: cpwd: use platform_{get,set}_drvdata()
watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops
watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()
watchdog: wm831x: use platform_{get,set}_drvdata()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 705681e5a6bb..4d43db629689 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5387,6 +5387,12 @@ F: drivers/mtd/ | |||
5387 | F: include/linux/mtd/ | 5387 | F: include/linux/mtd/ |
5388 | F: include/uapi/mtd/ | 5388 | F: include/uapi/mtd/ |
5389 | 5389 | ||
5390 | MEN A21 WATCHDOG DRIVER | ||
5391 | M: Johannes Thumshirn <johannes.thumshirn@men.de> | ||
5392 | L: linux-watchdog@vger.kernel.org | ||
5393 | S: Supported | ||
5394 | F: drivers/watchdog/mena21_wdt.c | ||
5395 | |||
5390 | METAG ARCHITECTURE | 5396 | METAG ARCHITECTURE |
5391 | M: James Hogan <james.hogan@imgtec.com> | 5397 | M: James Hogan <james.hogan@imgtec.com> |
5392 | S: Supported | 5398 | S: Supported |