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 CC25AEB64D9 for ; Mon, 19 Jun 2023 11:11:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8C980847D3; Mon, 19 Jun 2023 13:11:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="Hy2SZspr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 96C32847D3; Mon, 19 Jun 2023 13:11:00 +0200 (CEST) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (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 63D4B84796 for ; Mon, 19 Jun 2023 13:10:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eugen.hristev@collabora.com Received: from [192.168.1.138] (unknown [192.166.149.251]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ehristev) by madras.collabora.co.uk (Postfix) with ESMTPSA id 972A56606F7B; Mon, 19 Jun 2023 11:21:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1687170111; bh=w97xIC0yzv/Rl38t67ujoMrl1UeUIlMIE9gVWx6iwM4=; h=Date:From:To:Subject:Cc:From; b=Hy2SZsprOmEonudYlxnfq99RHFJb2eTO8O5hfqcbAHbHSj3SYuH9N3ItLZcg6UaEM 1rCf7X6obrz5IO0jGQBHEUPa72VoNa5nH+YkpYvhoanXYw59Pc9WkB//PxUppVruN4 axQA6Vj/l7NPk8hKFsReAxL0LLLNqx8ptMBBgUw4jsJxlZwR9Ux4RyO0KTK9KBxzG/ JwuMsVhptd4f9ilZyxqdJBVbKg+Ja2nqg/qleUXxO+oeJPtxVth5zwBrStlhwHF132 5+YkSJ3FljCml8P5ouBjxxAVq2ahICCyNlipIVbQP4lz7rZKLO9DOyixvT3w7v7yRR kUI5mo1lcWZ8A== Message-ID: <746cdabd-cbf8-7ebe-6189-c6aae539de30@collabora.com> Date: Mon, 19 Jun 2023 13:21:32 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US From: Eugen Hristev To: Tom Rini Subject: [PULL] u-boot-at91-fixes-2023.07-a Cc: U-Boot Mailing List 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.8 at phobos.denx.de X-Virus-Status: Clean Hello Tom, Please pull tag u-boot-at91-fixes-2023.07-a , the first set of at91 fixes for the 2023.07 cycle. This small fixes set includes one init fix for scmi clocks and a missing gpio_request for pm9g45. Thanks, Eugen The following changes since commit 19b77d3d23966a0d6dbb3c86187765f11100fb6f: Prepare v2023.07-rc4 (2023-06-12 13:45:09 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-fixes-2023.07-a for you to fetch changes up to ee8f873678cca41df206f23883d6fe6a641a7f21: ARM: at91: don't initialize clocks if scmi clock driver is enabled (2023-06-16 12:17:12 +0300) ---------------------------------------------------------------- First set of u-boot-atmel fixes for the 2023.07 cycle ---------------------------------------------------------------- Clément Léger (1): ARM: at91: don't initialize clocks if scmi clock driver is enabled Ilko Iliev (1): board: pm9g45: add missing gpio_request() arch/arm/mach-at91/armv7/cpu.c | 2 +- board/ronetix/pm9g45/pm9g45.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)