From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 37335C433F5 for ; Tue, 30 Nov 2021 13:42:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B2C108305E; Tue, 30 Nov 2021 14:42:20 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1638279741; bh=IJeHGSB3uS2YR9FYvw37fHF1aSjgKr7MatCMNIixwvE=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=J4pPz1jXJYsNL/vDmvhDXMnI5Rsx4afgjgI7KQrVc89Vm5GzPCUfak6Sr4wU0Aol0 G/vol0KAgTr70ejpsgBSzB2eVvEj56xUSXVte3Z1y6dv8+3GKtRySg9wkrlzyn9A93 0+aLyNg+y++okzdcvxOi6Swoj7wkV2u9OHRlqP5SNMLP8fiPT6BKYM4/aHxibIKzcE gukGs/ghXZRjdvJOQlBDTIcDcOaIYxNwFTYGMuuVmiAkbzpa6h1Ex3pviaSsHn/R3s ksJ0qCw2npwGq25Rl1Dv1SZh3P0sG6hr/1pOs69NBg1b71zkoHy2X+5KvfS5e61+bg PO4tUMCOmeEvQ== Received: by phobos.denx.de (Postfix, from userid 109) id CA35C8305E; Tue, 30 Nov 2021 14:42:18 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [91.198.250.252]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 774EB811D2 for ; Tue, 30 Nov 2021 14:42:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4J3NgW1fGXzQk9v; Tue, 30 Nov 2021 14:42:15 +0100 (CET) Message-ID: <4f909460-b8cd-68f6-342f-92dfef73e401@denx.de> Date: Tue, 30 Nov 2021 14:42:10 +0100 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-marvell/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.37 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull these 2 Marvell MVEBU related fixes: ---------------------------------------------------------------- - turris_omnia: enable A385 watchdog before disabling MCU watchdog (Pali) - a37xx: Reset whole UART when changing parent clock from TBG to XTAL (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=137 Thanks, Stefan The following changes since commit ade37460a944aed36ae6ee634c4d4a9a22690461: Prepare v2022.01-rc3 (2021-11-29 11:16:03 -0500) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-marvell.git for you to fetch changes up to 5db5815e997ae8cf0a3bba6a25652d8b6fd5edd1: serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL (2021-11-30 08:31:04 +0100) ---------------------------------------------------------------- Pali Rohár (2): arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdog serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL board/CZ.NIC/turris_omnia/turris_omnia.c | 65 +++++++++++++++++++++++++++++++- drivers/serial/serial_mvebu_a3700.c | 13 ++++++- 2 files changed, 75 insertions(+), 3 deletions(-) Viele Grüße, Stefan Roese -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de