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 66B11C32771 for ; Mon, 26 Sep 2022 11:59:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB05984DBD; Mon, 26 Sep 2022 13:59:16 +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=1664193557; bh=hau9rnU+g2pHK4mn3qNaL1ba1NLCSF2C35uN7dBPDkI=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=QPjU0Viz51NuqJo2mgfmnSJlML8JeBk7xiuW/tWA9CNFEvFNha0X0leujmHAkWxZy fVJUit5rfXpqGWeIVCYvAU7rawi6Q9PWOjb87WxGwP9vuB3KntH3q/ikDuF++GFM40 E308NB4YQ0VAQCBgIztOxTWFK+KyFJAsFBLzYgRLK6yJ/BJbnIMFZFEq4X3rykrXGv QCy7sFbp6nVYLq8Rqc83YWtL2WRLgYLqHzYD1zaTnxd9w5pe8DlsIu7v/eM94wy2Hm DQhFtqBA1mGC2rfXnP/2ptB+igTD2mMegK05wP3//YCkHyMQQQ+OJsTdqzQzIn99r0 srOMr2HO6Nm2A== Received: by phobos.denx.de (Postfix, from userid 109) id E033984DBF; Mon, 26 Sep 2022 13:59:14 +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 82BFD84B18 for ; Mon, 26 Sep 2022 13:59:12 +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 [IPv6:2001:67c:2050:b231:465::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 4MbhB62vHmz9sSP; Mon, 26 Sep 2022 13:59:10 +0200 (CEST) Message-ID: Date: Mon, 26 Sep 2022 13:59: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-Rspamd-Queue-Id: 4MbhB62vHmz9sSP 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 this Turris GPIO fix from Pali: ---------------------------------------------------------------- - gpio: turris_omnia_mcu: Fix registering gpios (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=269 Thanks, Stefan The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b: Merge tag 'u-boot-imx-20220922' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29 -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 54bcd84adf2dd2a42552143549541b2c809869a6: gpio: turris_omnia_mcu: Fix registering gpios (2022-09-26 10:04:37 +0200) ---------------------------------------------------------------- Pali Rohár (1): gpio: turris_omnia_mcu: Fix registering gpios drivers/gpio/turris_omnia_mcu.c | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-)