From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754013AbdCIJQF (ORCPT ); Thu, 9 Mar 2017 04:16:05 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:48881 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752790AbdCIJPp (ORCPT ); Thu, 9 Mar 2017 04:15:45 -0500 Subject: Re: [PATCH 0/3] Add RTC support on STM32F746 To: Amelie Delaunay , Rob Herring , Mark Rutland , Russell King , Maxime Coquelin References: <1484833519-9298-1-git-send-email-amelie.delaunay@st.com> CC: , , From: Alexandre Torgue Message-ID: <92beeacd-5d2e-7c4c-7070-56885ebeeca4@st.com> Date: Thu, 9 Mar 2017 10:14:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1484833519-9298-1-git-send-email-amelie.delaunay@st.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG5NODE1.st.com (10.75.127.13) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-09_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Amélie, On 01/19/2017 02:45 PM, Amelie Delaunay wrote: > This patchset enables STM32 RTC on STM32F746 MCU. > > Amelie Delaunay (3): > ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f746 > ARM: dts: stm32: Add RTC support for STM32F746 MCU > ARM: dts: stm32: enable RTC on stm32746g-eval > Can you please rebase this series on 4.11-rc1 and resend ? Thanks in advance > arch/arm/boot/dts/stm32746g-eval.dts | 4 ++++ > arch/arm/boot/dts/stm32f746.dtsi | 16 ++++++++++++++++ > 2 files changed, 20 insertions(+) >