summaryrefslogtreecommitdiff
path: root/Template
AgeCommit message (Expand)AuthorFilesLines
2017-02-09make: Fix spelling yaac -> yaccTobias Klauser1-1/+1
2015-06-29make: Create containing directories for manpages if not existentTobias Klauser1-1/+1
2015-05-02build: Make module build also depend on header fileTobias Klauser1-0/+3
2014-09-09build: Don't overwrite CC variableTobias Klauser1-3/+3
2014-08-15build: Add build flag to enable sparse checking of C source filesTobias Klauser1-0/+1
2014-04-10build: add DESTDIR supportChristian Wiese1-5/+5
2013-07-30build: reduce Extra contents to bare minimumDaniel Borkmann1-1/+3
2013-07-24build: split build system into smaller manageable piecesDaniel Borkmann1-0/+23
ion/devicetree?h=nds-private-remove&id=1ac06563434e5f3302259608d3589bf7002431fe'>1ac06563434e5f3302259608d3589bf7002431fe (diff)
Merge git://www.linux-watchdog.org/linux-watchdog
Pull watchdog updates from Wim Van Sebroeck: "Core: - min and max timeout improvements, WDOG_HW_RUNNING improvements, status funtionality - Add a device managed API for watchdog_register_device() New watchdog drivers: - Aspeed SoCs - Maxim PMIC MAX77620 - Amlogic Meson GXBB SoC Enhancements: - support for the r8a7796 watchdog device - support for F81866 watchdog device - support for 5th variation of Apollo Lake - support for MCP78S chipset - clean-up of softdog.c watchdog device driver - pic32-wdt and pic32-dmt fixes - Documentation/watchdog: watchdog-test improvements - several other fixes and improvements" * git://www.linux-watchdog.org/linux-watchdog: (50 commits) watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe() watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function watchdog: core: Fix error handling of watchdog_dev_init() watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe() watchdog: pic32-dmt: Remove .owner field for driver watchdog: pic32-wdt: Remove .owner field for driver watchdog: renesas-wdt: Add support for the r8a7796 wdt Documentation/watchdog: check return value for magic close watchdog: sbsa: Drop status function watchdog: Implement status function in watchdog core watchdog: tangox: Set max_hw_heartbeat_ms instead of max_timeout watchdog: change watchdog_need_worker logic watchdog: add support for MCP78S chipset in nv_tco watchdog: bcm2835_wdt: remove redundant ->set_timeout callback watchdog: bcm2835_wdt: constify _ops and _info structures dt-bindings: watchdog: Add Meson GXBB Watchdog bindings watchdog: Add Meson GXBB Watchdog Driver watchdog: qcom: configure BARK time in addition to BITE time watchdog: qcom: add option for standalone watchdog not in timer block watchdog: qcom: update device tree bindings ...
Diffstat (limited to 'Documentation/devicetree')