mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Pull watchdog updates from Wim Van Sebroeck:
"This contains:
- fixes and improvements
- devicetree bindings
- conversion to watchdog generic framework of the following drivers:
- booke_wdt
- bcm47xx_wdt.c
- at91sam9_wdt
- Removal of old STMP3xxx driver
- Addition of following new drivers:
- new driver for STMP3xxx and i.MX23/28
- Retu watchdog driver"
* git://www.linux-watchdog.org/linux-watchdog: (30 commits)
watchdog: sp805_wdt depends on ARM
watchdog: davinci_wdt: update to devm_* API
watchdog: davinci_wdt: use devm managed clk get
watchdog: at91rm9200: add DT support
watchdog: add timeout-sec property binding
watchdog: at91sam9_wdt: Convert to use the watchdog framework
watchdog: omap_wdt: Add option nowayout
watchdog: core: dt: add support for the timeout-sec dt property
watchdog: bcm47xx_wdt.c: add hard timer
watchdog: bcm47xx_wdt.c: rename wdt_time to timeout
watchdog: bcm47xx_wdt.c: rename ops methods
watchdog: bcm47xx_wdt.c: use platform device
watchdog: bcm47xx_wdt.c: convert to watchdog core api
watchdog: Convert BookE watchdog driver to watchdog infrastructure
watchdog: s3c2410_wdt: Use devm_* functions
watchdog: remove old STMP3xxx driver
watchdog: add new driver for STMP3xxx and i.MX23/28
rtc: stmp3xxx: add wdt-accessor function
watchdog: introduce retu_wdt driver
watchdog: intel_scu_watchdog: fix Kconfig dependency
...
|
||
|---|---|---|
| .. | ||
| clock.c | ||
| common.c | ||
| common.h | ||
| dev-common.c | ||
| dev-common.h | ||
| dev-gpio-buttons.c | ||
| dev-gpio-buttons.h | ||
| dev-leds-gpio.c | ||
| dev-leds-gpio.h | ||
| dev-spi.c | ||
| dev-spi.h | ||
| dev-usb.c | ||
| dev-usb.h | ||
| dev-wmac.c | ||
| dev-wmac.h | ||
| early_printk.c | ||
| gpio.c | ||
| irq.c | ||
| Kconfig | ||
| mach-ap81.c | ||
| mach-ap121.c | ||
| mach-ap136.c | ||
| mach-db120.c | ||
| mach-pb44.c | ||
| mach-ubnt-xm.c | ||
| machtypes.h | ||
| Makefile | ||
| pci.c | ||
| pci.h | ||
| Platform | ||
| prom.c | ||
| setup.c | ||