All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] arm, at91: update SPL wdt support
@ 2015-01-21  7:38 Heiko Schocher
  2015-01-21  7:38 ` [U-Boot] [PATCH v1 1/4] arm, at91, wdt: do not disable WDT in SPL Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Heiko Schocher @ 2015-01-21  7:38 UTC (permalink / raw)
  To: u-boot

update SPL WDT support and use it on the taurus board
- if CONFIG_AT91SAM9_WATCHDOG is set:
  - do not disable WDT in SPL
  - call hw_watchdog_init()
- make the WDT timeout configurable
- enable it on the taurus board


Heiko Schocher (4):
  arm, at91, wdt: do not disable WDT in SPL
  common/board_f: add at91 wdt
  arm, at91, wdt: make timeout configurable
  arm, at91, taurus: enable WDT

 README                          | 3 +++
 arch/arm/cpu/at91-common/spl.c  | 4 ++++
 common/board_f.c                | 2 +-
 drivers/watchdog/at91sam9_wdt.c | 4 ++++
 include/configs/taurus.h        | 6 ++++++
 5 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-02-07 22:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21  7:38 [U-Boot] [PATCH v1 0/4] arm, at91: update SPL wdt support Heiko Schocher
2015-01-21  7:38 ` [U-Boot] [PATCH v1 1/4] arm, at91, wdt: do not disable WDT in SPL Heiko Schocher
2015-02-07 22:47   ` [U-Boot] [U-Boot,v1,1/4] " Andreas Bießmann
2015-01-21  7:38 ` [U-Boot] [PATCH v1 2/4] common/board_f: add at91 wdt Heiko Schocher
2015-01-21 15:40   ` Simon Glass
2015-02-07 22:47   ` [U-Boot] [U-Boot,v1,2/4] " Andreas Bießmann
2015-01-21  7:38 ` [U-Boot] [PATCH v1 3/4] arm, at91, wdt: make timeout configurable Heiko Schocher
2015-01-21 12:35   ` Jeremiah Mahler
2015-01-21 12:38     ` Heiko Schocher
2015-01-21 13:12       ` Jeremiah Mahler
2015-02-07 22:47   ` [U-Boot] [U-Boot,v1,3/4] " Andreas Bießmann
2015-01-21  7:38 ` [U-Boot] [PATCH v1 4/4] arm, at91, taurus: enable WDT Heiko Schocher
2015-02-07 22:47   ` [U-Boot] [U-Boot,v1,4/4] " Andreas Bießmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.