From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 16 Mar 2020 15:23:02 +0100 Subject: Please pull u-boot-marvell/master (watchdog related) Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull the following watchdog related fixes: ---------------------------------------------------------------- - Fix timer wrap (Chris) - Use dev_read only if OF_PLATDATA is not enabled (Walter) ---------------------------------------------------------------- Here the Gitlab build, without any issues: https://gitlab.denx.de/u-boot/custodians/u-boot-marvell/pipelines/2446 Thanks, Stefan The following changes since commit 50be9f0e1ccc0909e65132cff216743a49046f97: Merge branch '2020-03-13-master-imports' (2020-03-13 13:21:17 -0400) are available in the Git repository at: git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git for you to fetch changes up to 6d8eae9ab7d17ca3ce84c5e6e29bd452936ad407: watchdog: Handle timer wrap around (2020-03-16 11:25:12 +0100) ---------------------------------------------------------------- Chris Packham (1): watchdog: Handle timer wrap around Walter Lozano (1): watchdog: Use dev_read only if OF_PLATDATA is not enabled drivers/watchdog/wdt-uclass.c | 3 ++- include/wdt.h | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-)