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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09CE8C433EF for ; Tue, 17 May 2022 15:08:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349658AbiEQPIn (ORCPT ); Tue, 17 May 2022 11:08:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234068AbiEQPIl (ORCPT ); Tue, 17 May 2022 11:08:41 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F9AE3B562 for ; Tue, 17 May 2022 08:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1652800118; x=1684336118; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=7m2XYwtoguE1rr8a0hZclV93DDxQXRnyoanZTRu0XsU=; b=ylOFob0XkvMIsIjhqElDvfOgGN8Xu2HekcdhNB9orGZJYBlXihW+EkPW uiWyy0wEPVvBJWmtpi7eZ8yEGxSBIhm7d9o5t/l+UAZe87depbuNIWFTl jyhAnij5CFdvAdfwZN2ejtotdTM9gSuSf1RsxhAhAX3306Uw5yh3EPDnY tItgC5R67L9kgtPEkfaa9ejOe4ZLfPM9gZJ18G4RDctunoyE7iBwxqJaa aaJYOup+elWL/eb6wbwyui6gSxD12GvgWOv2/5AhBd/+lYZyLA4RnEoQi bxHUizGaeROIM6bS+eW5EQeikZxUsDhxln6SiyOO3z3eoc8P8hma+lThS A==; X-IronPort-AV: E=Sophos;i="5.91,233,1647327600"; d="scan'208";a="159435231" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 17 May 2022 08:08:37 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) 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; Tue, 17 May 2022 08:08:37 -0700 Received: from ROU-LT-M43238L.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Tue, 17 May 2022 08:08:34 -0700 From: To: Arnd Bergmann , Olof Johansson , , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Ludovic Desroches , Claudiu Beznea , =?UTF-8?q?Cl=C3=A9ment=20L=C3=A9ger?= Subject: [GIT PULL] ARM: at91: soc for 5.19 #2 Date: Tue, 17 May 2022 17:08:32 +0200 Message-ID: <20220517150832.89451-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Organization: microchip Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nicolas Ferre Arnd, Olof, Here is one more soc patch for 5.19. It goes on top of previous PR from last week and fixes one patch queued in this presious series. Please pull. Thanks, best regards, Nicolas The following changes since commit 6041558ebf1fc87d1e0bdeb51e985807dab06bed: ARM: at91: debug: add lan966 support (2022-05-13 13:42:03 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.19-2 for you to fetch changes up to 46a65cd376f9f754149be33b32244cabcf376982: ARM: at91: pm: Fix rand build error (2022-05-17 16:40:34 +0200) ---------------------------------------------------------------- AT91 SoC #2 for 5.19: - One Kconfig fix for random build error ---------------------------------------------------------------- YueHaibing (1): ARM: at91: pm: Fix rand build error arch/arm/mach-at91/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Nicolas Ferre