From patchwork Mon Jan 13 16:10:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11330495 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 43FE5138D for ; Mon, 13 Jan 2020 16:11:08 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F309F206D7 for ; Mon, 13 Jan 2020 16:11:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="n4b5VRe4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F309F206D7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1189+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id Uh7bYY1556264x1Aydzq989G; Mon, 13 Jan 2020 08:11:07 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.40174.1578931836601457162 for ; Mon, 13 Jan 2020 08:10:36 -0800 X-Received: by mail.kernel.org (Postfix) id 2542421569; Mon, 13 Jan 2020 16:10:36 +0000 (UTC) X-Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) (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 8098D214AF; Mon, 13 Jan 2020 16:10:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8098D214AF X-Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 70DB9200019; Mon, 13 Jan 2020 16:10:33 +0000 (UTC) Date: Mon, 13 Jan 2020 17:10:33 +0100 From: Alexandre Belloni To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: defconfig for 5.6 Message-ID: <20200113161033.GA1358651@piout.net> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: t2lSt3TOl5VzNmFeUBKEkD23x1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578931867; bh=FaBwbQMWrodElNxbaf3NTGV3cHcauOchCoAWIeRzGZg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=n4b5VRe4XdjGJGjjHyR0Rx33qHcfY/5KN2YT8eWBjJNiXdrHH/T5JtjuDlhCCXN+Juo 4wA2ggsSPgobWhN64J/+OFgkkKivWA0Ozn/QX14Erd0GhhdoOAmlHaUd8u+JRbGH7CsRp y6m7tR5rHiz+7Hjvjj/dPihQcpZtozpmdzk= Arnd, Olof, A simple update to at91_dt_defconfig adding sam9x60 support. The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.6-defconfig for you to fetch changes up to f013dbe4e7205b44ce057ef6aab8853d1c63513d: ARM: configs: at91: enable config flags for sam9x60 SoC (2020-01-10 23:40:03 +0100) ---------------------------------------------------------------- AT91 defconfig for 5.6 - Add sam9x60 to at91_dt_defconfig ---------------------------------------------------------------- Claudiu Beznea (2): ARM: configs: at91: use savedefconfig ARM: configs: at91: enable config flags for sam9x60 SoC arch/arm/configs/at91_dt_defconfig | 55 ++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 29 deletions(-)