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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A964DC43142 for ; Tue, 26 Jun 2018 07:31:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6871E26605 for ; Tue, 26 Jun 2018 07:31:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6871E26605 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932234AbeFZHba (ORCPT ); Tue, 26 Jun 2018 03:31:30 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:18195 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932142AbeFZHbX (ORCPT ); Tue, 26 Jun 2018 03:31:23 -0400 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx08-.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id w5Q7Sq9W003893; Tue, 26 Jun 2018 09:30:53 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx08-00178001.pphosted.com with ESMTP id 2juh2yg0vm-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 26 Jun 2018 09:30:53 +0200 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5E34D41; Tue, 26 Jun 2018 07:30:46 +0000 (GMT) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2D0DD1465; Tue, 26 Jun 2018 07:30:46 +0000 (GMT) Received: from [10.201.21.58] (10.75.127.51) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Tue, 26 Jun 2018 09:30:45 +0200 Subject: Re: [PATCH v2 0/3] Add STM32 RTC to stm32mp157c To: Amelie Delaunay , Maxime Coquelin , Rob Herring , Mark Rutland , Russell King , Arnd Bergmann CC: , , References: <1526558828-24456-1-git-send-email-amelie.delaunay@st.com> From: Alexandre Torgue Message-ID: <1ea8b34d-340a-20b2-6377-3c1c370d36fc@st.com> Date: Tue, 26 Jun 2018 09:30:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1526558828-24456-1-git-send-email-amelie.delaunay@st.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG8NODE1.st.com (10.75.127.22) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-06-26_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Amélie, On 05/17/2018 02:07 PM, Amelie Delaunay wrote: > This series adds support for STM32 RTC to stm32mp157c SoC and enables it > on stm32mp157c-ed1 board. > > --- > Changes in v2: > * Enable STM32 RTC in multi_v7_defconfig > > Amelie Delaunay (3): > ARM: dts: stm32: add RTC support to stm32mp157c > ARM: dts: stm32: enable RTC on stm32mp157c-ed1 > ARM: multi_v7_defconfig: enable STM32 RTC > > arch/arm/boot/dts/stm32mp157c-ed1.dts | 4 ++++ > arch/arm/boot/dts/stm32mp157c.dtsi | 9 +++++++++ > arch/arm/configs/multi_v7_defconfig | 1 + > 3 files changed, 14 insertions(+) > Series applied on stm32-next. Regards Alex