All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] ti: wdt: Fixes for am57xx/dra7 Watchdog
@ 2017-02-19 22:24 Lukasz Majewski
  2017-02-19 22:24 ` Lukasz Majewski
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Lukasz Majewski @ 2017-02-19 22:24 UTC (permalink / raw)
  To: u-boot

Following patch series comprise various fixes for OMAP Watchdog:

- Disable watchdog during init (as done in recent Linux kernel)

- Enable OMAP watchdog in init_func_watchdog_init

- Extract OMAP WDT (omap_wdt) header file to be resued not only on
am335x SoC

- Remove implicit WDT disable code from hwinit-common.c file

- Setup the watchdog timeout via CONFIG_HW_WATCHDOG_TIMEOUT_MS


Tested at am57xx (dra7) SoC

Lukasz Majewski (7):
  ti: wdt: common: Make the wdt IP defines common for the TI platform
  ti: wdt: omap5: Define WDT_BASE for omap5+ SoC
  ti: wdt: omap: Disable watchdog timer before performing initialization
  ti: wdt: hwinit-common: Remove legacy watchdog disable code
  ti: wdt: omap5: Remove not needed struct watchdog definition
  ti: wdt: omap: Use COMMON_HW_WATCHDOG_TIMEOUT_MS to specify watchdog
    timeout
  ti: wdt: Enable OMAP watchdog in u-boot's board_f.c

 arch/arm/include/asm/arch-am33xx/cpu.h    | 48 +------------------------
 arch/arm/include/asm/arch-omap5/cpu.h     | 17 ++-------
 arch/arm/include/asm/ti-common/omap_wdt.h | 60 +++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/hwinit-common.c       | 27 --------------
 common/board_f.c                          |  2 +-
 drivers/watchdog/omap_wdt.c               | 45 +++++++++++++----------
 6 files changed, 92 insertions(+), 107 deletions(-)
 create mode 100644 arch/arm/include/asm/ti-common/omap_wdt.h

-- 
2.1.4

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

end of thread, other threads:[~2017-04-10 18:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19 22:24 [U-Boot] [PATCH 0/7] ti: wdt: Fixes for am57xx/dra7 Watchdog Lukasz Majewski
2017-02-19 22:24 ` Lukasz Majewski
2017-02-19 22:24 ` [U-Boot] [PATCH 1/7] ti: wdt: common: Make the wdt IP defines common for the TI platform Lukasz Majewski
2017-02-20  2:24   ` Tom Rini
2017-04-10 18:24   ` [U-Boot] [U-Boot, " Tom Rini
2017-02-19 22:24 ` [U-Boot] [PATCH 2/7] ti: wdt: omap5: Define WDT_BASE for omap5+ SoC Lukasz Majewski
2017-02-20  2:24   ` Tom Rini
2017-04-10 18:24   ` [U-Boot] [U-Boot, " Tom Rini
2017-02-19 22:24 ` [U-Boot] [PATCH 3/7] ti: wdt: omap: Disable watchdog timer before performing initialization Lukasz Majewski
2017-02-20  2:25   ` Tom Rini
2017-04-07 20:29     ` Lukasz Majewski
2017-04-10 18:24   ` [U-Boot] [U-Boot, " Tom Rini
2017-02-19 22:24 ` [U-Boot] [PATCH 4/7] ti: wdt: hwinit-common: Remove legacy watchdog disable code Lukasz Majewski
2017-02-20  2:25   ` Tom Rini
2017-02-20  6:42   ` Lokesh Vutla
2017-02-20  7:32     ` Lukasz Majewski
2017-02-19 22:24 ` [U-Boot] [PATCH 5/7] ti: wdt: omap5: Remove not needed struct watchdog definition Lukasz Majewski
2017-02-20  2:25   ` Tom Rini
2017-02-19 22:24 ` [U-Boot] [PATCH 6/7] ti: wdt: omap: Use CONFIG_HW_WATCHDOG_TIMEOUT_MS to specify watchdog timeout Lukasz Majewski
2017-02-20  2:23   ` Tom Rini
2017-02-19 22:24 ` [U-Boot] [PATCH 7/7] ti: wdt: Enable OMAP watchdog in u-boot's board_f.c Lukasz Majewski
2017-02-20  2:24   ` Tom Rini
2017-02-20  7:35     ` Lukasz Majewski
2017-02-20 12:11       ` Tom Rini

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.