Message ID | 20240207132517.198348-1-ines.varhol@telecom-paris.fr (mailing list archive) |
---|---|
Headers | show
Return-Path: <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7A955C4829C for <qemu-devel@archiver.kernel.org>; Wed, 7 Feb 2024 13:26:49 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces@nongnu.org>) id 1rXhw0-000211-Lw; Wed, 07 Feb 2024 08:25:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ines.varhol@telecom-paris.fr>) id 1rXhvk-0001sH-31; Wed, 07 Feb 2024 08:25:37 -0500 Received: from zproxy1.enst.fr ([2001:660:330f:2::dc]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ines.varhol@telecom-paris.fr>) id 1rXhvf-0006ee-M0; Wed, 07 Feb 2024 08:25:34 -0500 Received: from localhost (localhost [IPv6:::1]) by zproxy1.enst.fr (Postfix) with ESMTP id CFDA2C0D06; Wed, 7 Feb 2024 14:25:23 +0100 (CET) Received: from zproxy1.enst.fr ([IPv6:::1]) by localhost (zproxy1.enst.fr [IPv6:::1]) (amavis, port 10032) with ESMTP id bMP9t9V17mHw; Wed, 7 Feb 2024 14:25:23 +0100 (CET) Received: from localhost (localhost [IPv6:::1]) by zproxy1.enst.fr (Postfix) with ESMTP id 46D92C0CF4; Wed, 7 Feb 2024 14:25:23 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.10.3 zproxy1.enst.fr 46D92C0CF4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telecom-paris.fr; s=A35C7578-1106-11E5-A17F-C303FDDA8F2E; t=1707312323; bh=ETEy/EcDEr1AteQ/Kvzw2WmNUTjXa4PL7igt9e7JcTg=; h=From:To:Date:Message-ID:MIME-Version; b=gLMYMXG0eASSTHPHOTSUEz/hmyYrLFQiWHLu46aZNujlq8WQxKnHFn6nzMQgCtp9l LnoSSvHfL60f7gGWn3z+BjeNkr+NX/Hu1ONmCCwr5ngC57o3tlexEG3VCciPvG7Ttm TJxhsL4LaBGfG1th0+lCJ+90V8YtYjZao3YspWqI= X-Virus-Scanned: amavis at enst.fr Received: from zproxy1.enst.fr ([IPv6:::1]) by localhost (zproxy1.enst.fr [IPv6:::1]) (amavis, port 10026) with ESMTP id 3XfAChArumak; Wed, 7 Feb 2024 14:25:23 +0100 (CET) Received: from localhost.localdomain (74.0.125.80.rev.sfr.net [80.125.0.74]) by zproxy1.enst.fr (Postfix) with ESMTPSA id D7B7EC0CEC; Wed, 7 Feb 2024 14:25:22 +0100 (CET) From: =?utf-8?q?In=C3=A8s_Varhol?= <ines.varhol@telecom-paris.fr> To: qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org, Laurent Vivier <lvivier@redhat.com>, =?utf-8?q?Phil?= =?utf-8?q?ippe_Mathieu-Daud=C3=A9?= <philmd@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Alistair Francis <alistair@alistair23.me>, Samuel Tardieu <samuel.tardieu@telecom-paris.fr>, Thomas Huth <thuth@redhat.com>, =?utf-8?q?In=C3=A8s_Varhol?= <ines.varhol@telecom-paris.fr>, Arnaud Minier <arnaud.minier@telecom-paris.fr> Subject: [PATCH v4 0/3] Add device STM32L4x5 GPIO Date: Wed, 7 Feb 2024 14:23:34 +0100 Message-ID: <20240207132517.198348-1-ines.varhol@telecom-paris.fr> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:660:330f:2::dc; envelope-from=ines.varhol@telecom-paris.fr; helo=zproxy1.enst.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org |
Series | Add device STM32L4x5 GPIO | expand |