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 C5899C54EE9 for ; Sun, 18 Sep 2022 12:00:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2E8BC84A30; Sun, 18 Sep 2022 14:00:17 +0200 (CEST) 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=1663502417; bh=efx2IxswGo0cOqR0UauA/c65BQFehhuN854AHz1gWZI=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Toe1FodHegchlgRuVUsi2NALZerAupemHoYt0HZFaLEqe0gUW6vlaAySubgxcXhU9 7s/cATJ0uRIEH2tRnz99fn+orVjWYwwfa9Xz7ddxibfQ1/Hw4bEjgXGzuEumvNJt+v xAP7n4ykmy2q8ZEgJ7Dgb4k9Z+xjaH1YXGAuBpwQByDbv9b8uNe2IcSNUjkR30TqgS NN9JYTImUP6VN3H36cxVmG9NmN9saQ45XzpuVKpAyQVCGjQBie+WVcbnXMKXkshzaw WuZZ2XUZ3jI26XYCPDLMy2tpp9v+c2Uj+wWkXRNaLneq6NLy37VjTd0OC55AlGewV7 I026l9BaZGQDQ== Received: by phobos.denx.de (Postfix, from userid 109) id 9B0CF84A6F; Sun, 18 Sep 2022 14:00:15 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [80.241.59.204]) (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 47B1684A03 for ; Sun, 18 Sep 2022 14:00:13 +0200 (CEST) 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 smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-204.mailbox.org (Postfix) with ESMTPS id 4MVmZz11RZz9sHx; Sun, 18 Sep 2022 14:00:11 +0200 (CEST) Message-ID: <91ca702b-1f7d-39e9-4eb7-7b1a3ed25de3@denx.de> Date: Sun, 18 Sep 2022 14:00:09 +0200 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.39 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.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull these last minute fixes for Armada / Kirkwood: ---------------------------------------------------------------- - mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design (Marek) - orion-timer: Use timer_conv_64() to fix timer wrap around (Stefan) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=263&view=results Thanks, Stefan The following changes since commit 4f2c559b9a2ad86e03dffeef720257ea680707d0: Merge tag 'u-boot-stm32-20220915' of https://source.denx.de/u-boot/custodians/u-boot-stm (2022-09-15 12:17:49 -0400) 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 5996a8a8356c11c6eb504eeea93c267f9adbf53c: timer: orion-timer: Use timer_conv_64() to fix timer wrap around (2022-09-18 12:41:57 +0200) ---------------------------------------------------------------- Marek BehĂșn (1): arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design Stefan Roese (1): timer: orion-timer: Use timer_conv_64() to fix timer wrap around board/CZ.NIC/turris_omnia/turris_omnia.c | 2 +- drivers/timer/orion-timer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)