From patchwork Sun Jan 19 23:52:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11340807 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 CA09D109A for ; Sun, 19 Jan 2020 23:52:28 +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 713312053B for ; Sun, 19 Jan 2020 23:52:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="magAjhia" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 713312053B 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+1275+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 7mCiYY1556264xtIyi8KBHpj; Sun, 19 Jan 2020 15:52:28 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.4115.1579477947716380031 for ; Sun, 19 Jan 2020 15:52:27 -0800 X-Received: by mail.kernel.org (Postfix) id 3C1C8206D7; Sun, 19 Jan 2020 23:52:27 +0000 (UTC) X-Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) (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 BB38D2053B; Sun, 19 Jan 2020 23:52:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB38D2053B X-Received: from localhost (lfbn-lyo-1-1913-102.w90-65.abo.wanadoo.fr [90.65.92.102]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 3E10E100002; Sun, 19 Jan 2020 23:52:24 +0000 (UTC) Date: Mon, 20 Jan 2020 00:52:23 +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 #2 Message-ID: <20200119235223.GA92283@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: Cwit0XQByGGc6JsabQ5FPVF4x1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579477948; bh=tGkhhRW8lxaS7iA0RCLrzg1lFjmzgLzUDc3NBxAYtEQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=magAjhiaKa1InLcZDMciAz3bhE6jaY4/67hZNilbhjj8oI4rqh7Oj8hEtX8NaKIsU9t VszH0BkGGtUluGi0ZSNIC+KK5yx7LBj4cy+2sw/pRSKKlpp+/P5tq5md/hXldrWSaGFhz Eaev+dmEWvcjh3bcypileP3mXPQ47nxglyY= Arnd, Olof, A single patch adding pit64 (the sam9x60 clocksource) and SDHCI support in at91_dt_defconfig so it can generate kernels that will boot on the sam9x60ek. The following changes since commit f013dbe4e7205b44ce057ef6aab8853d1c63513d: ARM: configs: at91: enable config flags for sam9x60 SoC (2020-01-10 23:40:03 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.6-defconfig-2 for you to fetch changes up to 82720a53472db7e4313342bb778a6e6fd910c6c6: ARM: configs: at91: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B (2020-01-20 00:48:33 +0100) ---------------------------------------------------------------- AT91 defconfig for 5.6 #2 - Add pit64 and sdhci support for at91_dt ---------------------------------------------------------------- Claudiu Beznea (1): ARM: configs: at91: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B arch/arm/configs/at91_dt_defconfig | 4 ++++ 1 file changed, 4 insertions(+)