From patchwork Wed Oct 26 12:41:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 618987 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AA79C433FE for ; Wed, 26 Oct 2022 12:39:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233577AbiJZMjG (ORCPT ); Wed, 26 Oct 2022 08:39:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233670AbiJZMjE (ORCPT ); Wed, 26 Oct 2022 08:39:04 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C13C5D8F69; Wed, 26 Oct 2022 05:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666787943; x=1698323943; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zHMbls1sfBccXhUtDFJopE8ns7Bw0UkRfit7bHE2T5E=; b=yNH6dMLST/Wmg0wjr1wUYSrH7MvyYlVyH8dEUj7GUTu9hjl8afZ7U1nN Eu8dBJu/ZA+cfduWit+ANazDc0V6Uh3FmmusSz2I2GH1VdsLe0P6olTUb T0JTntj4unoEEgmH+6AvzI0uxU4K0b2/rluc53VAz6ICmnShYBLYePz4a 5dXurj80wk2FxHQAE2l0jm23puM+yn+K1OqEukgq2rmGVknk3oskvigJ7 z3BgYPNYITkpiPnazGAoXRJnQAyJZNRmYhaBSWmd3VJ8Tt6+KmHep/ovV 6mTDPrAq5SVdBuIbMYCZBXdSixUIqV/07fgm6aPXz9kAlJKQL8bFHfVLY g==; X-IronPort-AV: E=Sophos;i="5.95,214,1661842800"; d="scan'208";a="120430613" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 26 Oct 2022 05:39:02 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Wed, 26 Oct 2022 05:39:02 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Wed, 26 Oct 2022 05:39:00 -0700 From: Claudiu Beznea To: , , , , , CC: , , , Claudiu Beznea Subject: [PATCH 00/11] ARM: at91: fixes and enhancement Date: Wed, 26 Oct 2022 15:41:03 +0300 Message-ID: <20221026124114.985876-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, The following series adds: - one fix for self-refresh on SAMA7G5 (patch 1/11) - thermal management support for SAMA7G5 (patches 2/11-9/11) - 2 cleanup patches (patches 10/11, 11/11) Thank you, Claudiu Beznea Claudiu Beznea (11): ARM: at91: pm: avoid soft resetting AC DLL ARM: dts: at91: sama7g5: add otpc node ARM: dts: at91: add io-channel-cells to adc node ARM: dts: at91: sama7g5: add cells for temperature calibration ARM: dts: at91: sama7g5: add temperature sensor ARM: dts: at91: sama7g5: add thermal zones node ARM: configs: at91: sama7: use make savedefconfig ARM: configs: at91: sama7: add config for microchip otpc ARM: configs: at91: sama7: add config for thermal management ARM: dts: at91: sama7g5: use generic name for securam ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators arch/arm/boot/dts/at91-sam9x60ek.dts | 4 -- arch/arm/boot/dts/sama7g5.dtsi | 67 +++++++++++++++++++++++++++- arch/arm/configs/sama7_defconfig | 9 +++- arch/arm/mach-at91/pm_suspend.S | 7 ++- include/soc/at91/sama7-ddr.h | 5 ++- 5 files changed, 83 insertions(+), 9 deletions(-)