From patchwork Fri May 13 12:17:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 12848747 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B4990C433F5 for ; Fri, 13 May 2022 12:17:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 754C7C34100; Fri, 13 May 2022 12:17:25 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id AA507C34114; Fri, 13 May 2022 12:17:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org AA507C34114 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1652444243; x=1683980243; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=801V6lsXCptv+F1vOY2jyhDHT7zZq1ih5XI439rzglc=; b=yOws5y3v9wLTEd884l+PaiZAPt59J6Dg3MXUfBCiMNuVpdzwZMLJ4PyP KdThDlheeZ5uP/FveHHOlVleF9ylNLf/J/KWxzL5f27nx+VcPCebaJk1f 8+SY80srjbaoSVVwDWa+XZNY+RqPVhg2jBjxH5LNDreg3nUIrWoq7XVG1 he3Hzbk/JjRUA9UEDOx2o16wWlF1ups2MjfoS2jbKIgWRwwaUFvvsDVHB SZ16J4PbnaHYJJth9CwEwnZXRzwBfeuTb6BzDUieIffwBpH04vNNsmlhw IwRAzaLh6dutMRoWXx2xBMt6lMDRIT+Qk2GI041vY1odrULlZ+X74fv+u A==; X-IronPort-AV: E=Sophos;i="5.91,221,1647327600"; d="scan'208";a="163935065" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 13 May 2022 05:17:22 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Fri, 13 May 2022 05:17:22 -0700 Received: from ROU-LT-M43238L.mchp-main.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Fri, 13 May 2022 05:17:19 -0700 From: List-Id: To: Arnd Bergmann , Olof Johansson , , CC: , , "Nicolas Ferre" , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Ludovic Desroches , Claudiu Beznea Subject: [GIT PULL] ARM: at91: soc for 5.19 Date: Fri, 13 May 2022 14:17:01 +0200 Message-ID: <20220513121701.77683-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Organization: microchip From: Nicolas Ferre Arnd, Olof, Here are the at91 and Polarfire soc changes for 5.19. Thanks to Claudiu who did most of the work collecting the patches for this pull-request! Please pull. Thanks, best regards, Nicolas The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.19 for you to fetch changes up to 6041558ebf1fc87d1e0bdeb51e985807dab06bed: ARM: at91: debug: add lan966 support (2022-05-13 13:42:03 +0200) ---------------------------------------------------------------- AT91 & POLARFIRE SoC #1 for 5.19: - Power Management: add possibility to implement specific pm quirks for some SoCs - Kconfig update for AT91 PIT64 and LAN966 low-level debugging - sama5d2: add secure calls to OP-TEE and secure suspend ---------------------------------------------------------------- Claudiu Beznea (5): ARM: at91: pm: keep documentation inline with structure members ARM: at91: pm: introduce macros for pm mode replacement ARM: at91: pm: use kernel documentation style ARM: at91: pm: add quirks for pm ARM: at91: Kconfig: implement PIT64B selection Clément Léger (2): ARM: at91: add code to handle secure calls ARM: at91: pm: add support for sama5d2 secure suspend Kavyasree Kotagiri (1): ARM: at91: debug: add lan966 support arch/arm/Kconfig.debug | 22 ++ arch/arm/mach-at91/Kconfig | 20 +- arch/arm/mach-at91/Makefile | 2 +- arch/arm/mach-at91/pm.c | 431 ++++++++++++++++++++++++++++++++--- arch/arm/mach-at91/sam_secure.c | 46 ++++ arch/arm/mach-at91/sam_secure.h | 18 ++ arch/arm/mach-at91/sama5.c | 2 + 7 files changed, 506 insertions(+), 35 deletions(-) create mode 100644 arch/arm/mach-at91/sam_secure.c create mode 100644 arch/arm/mach-at91/sam_secure.h