From patchwork Fri Jul 24 09:06:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11682757 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 94415912 for ; Fri, 24 Jul 2020 09:06:56 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 8DEE32076A; Fri, 24 Jul 2020 09:06:56 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1DADD20767; Fri, 24 Jul 2020 09:06:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1DADD20767 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gregory.clement@bootlin.com X-Originating-IP: 91.175.115.186 Received: from localhost (91-175-115-186.subs.proxad.net [91.175.115.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 8D014240010; Fri, 24 Jul 2020 09:06:52 +0000 (UTC) From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: drivers for v5.9 (#1) Date: Fri, 24 Jul 2020 11:06:52 +0200 Message-ID: <87imed1dub.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for drivers for mvebu for v5.9. We've just moved to kernel.org, for now the mvebu branches are associated to my account, but we plan to setup a mvebu group repository for the next release. Gregory The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-drivers-5.9-1 for you to fetch changes up to e6e57b663ea13e595f0c1fc310959f4e44dbf601: firmware: turris-mox-rwtm: add debugfs documentation (2020-07-18 22:35:27 +0200) ---------------------------------------------------------------- mvebu drivers for 5.9 (part 1) For firmware on the Turris MOX (Armada 3720 based board), add support ECDSA signatures via debugfs. ---------------------------------------------------------------- Marek BehĂșn (2): firmware: turris-mox-rwtm: support ECDSA signatures via debugfs firmware: turris-mox-rwtm: add debugfs documentation Documentation/ABI/testing/debugfs-turris-mox-rwtm | 9 ++ drivers/firmware/turris-mox-rwtm.c | 166 ++++++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100644 Documentation/ABI/testing/debugfs-turris-mox-rwtm