From patchwork Fri Aug 2 14:49:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 11073663 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8B17713AC for ; Fri, 2 Aug 2019 14:49:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 78C4528862 for ; Fri, 2 Aug 2019 14:49:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6CD5C28872; Fri, 2 Aug 2019 14:49:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EC53E28866 for ; Fri, 2 Aug 2019 14:49:29 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 02 Aug 2019 07:49:28 -0700 X-Received: by mail.kernel.org (Postfix) id 5BBF32173E; Fri, 2 Aug 2019 14:49:28 +0000 (UTC) X-Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) (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 EBC08216C8; Fri, 2 Aug 2019 14:49:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EBC08216C8 X-Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x72Ea2h2004459; Fri, 2 Aug 2019 16:49:24 +0200 X-Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2u0c2yvyb5-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 02 Aug 2019 16:49:24 +0200 X-Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E38F53A; Fri, 2 Aug 2019 14:49:23 +0000 (GMT) X-Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id D0D4C2C54EA; Fri, 2 Aug 2019 16:49:23 +0200 (CEST) X-Received: from lmecxl0912.lme.st.com (10.75.127.45) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Fri, 2 Aug 2019 16:49:23 +0200 To: Linuxkernel+Patchwork-Soc via Email Integration CC: Maxime Coquelin , Alexandre TORGUE From: Alexandre Torgue Subject: [GIT PULL] STM32 defconfig changes for v5.4 #1 Message-ID: Date: Fri, 2 Aug 2019 16:49:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG3NODE2.st.com (10.75.127.8) 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1564757369; bh=13FclHh5E9OJrkPNUY16cauR1K4OhumhpcY9HlnfQKM=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=etQOl31U2kWWpTxcMRKolhwZtSmpOIMfQo9yF9a3Mcxi47WCMoci8HelpcOrpRMVrMw gfHPMT+kAqWLO0/heL5rmTjIqpGtfNo6TEnX76rpGaHpCZ5wp7oZHm4HGQHjBMu+Fg9Oi ZpnVoieBf8Z9myh9dCN3qH8c6EBfDEGnU0A= X-Virus-Scanned: ClamAV using ClamSMTP Hi Arnd, Olof and Kevin, Please consider this first round of STM32 defconfig updates for v5.4. Thanks Alex The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git tags/stm32-defconfig-for-v5.4-1 for you to fetch changes up to b5deabd439ed644c7e22e3217883550d86791851: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support (2019-08-02 16:24:23 +0200) ---------------------------------------------------------------- STM32 defconfig updates for v5.4, round 1 Highlights: ---------- -Enable FMC2 NAND (used for STM32MP socs) -Enable STM32 booster regulator as module -Enable STM32 QSPI as module ---------------------------------------------------------------- Christophe Kerello (1): ARM: multi_v7_defconfig: add FMC2 NAND controller support Fabrice Gasnier (1): ARM: multi_v7_defconfig: enable STM32 booster regulator Patrice Chotard (1): ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231): https://linux.kernel.org/g/patchwork-soc/message/231 Mute This Topic: https://linux.kernel.org/mt/32691380/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-