Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751912AbdINPxp (ORCPT ); Thu, 14 Sep 2017 11:53:45 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:56834 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751370AbdINPxn (ORCPT ); Thu, 14 Sep 2017 11:53:43 -0400 Subject: Re: [PATCH v4 3/5] i2c: i2c-stm32f7: add driver To: Wolfram Sang CC: Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre Torgue , Russell King , , , , References: <1505399319-14782-1-git-send-email-pierre-yves.mordret@st.com> <1505399319-14782-4-git-send-email-pierre-yves.mordret@st.com> <20170914154033.gkovgxgjbghtqmre@ninjato> From: Pierre Yves MORDRET Message-ID: Date: Thu, 14 Sep 2017 17:52:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170914154033.gkovgxgjbghtqmre@ninjato> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.44] X-ClientProxiedBy: SFHDAG3NODE1.st.com (10.75.127.7) To SFHDAG5NODE2.st.com (10.75.127.14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-14_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 21 On 09/14/2017 05:40 PM, Wolfram Sang wrote: > On Thu, Sep 14, 2017 at 04:28:37PM +0200, Pierre-Yves MORDRET wrote: >> This patch adds initial support for the STM32F7 I2C controller. >> >> Signed-off-by: M'boumba Cedric Madianga >> Signed-off-by: Pierre-Yves MORDRET > > Thanks for the quick update. I'd think the 'rate_max' variable can now > be dropped and replaced by 'rate'? If so, we can fix that later > incrementally. Many thanks. I will try to put a reminder in my mind for this ;) > > Applied to for-next (will be in 4.14), thanks! The DTS patches need to > go via arm-soc. > Thanks again !