Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752533AbdFNNHa (ORCPT ); Wed, 14 Jun 2017 09:07:30 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:36856 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752243AbdFNNH1 (ORCPT ); Wed, 14 Jun 2017 09:07:27 -0400 Subject: Re: [PATCH v11 5/6] i2c: designware: add SLAVE mode functions To: Andy Shevchenko , Luis Oliveira CC: Wolfram Sang , Rob Herring , "Mark Rutland" , Jarkko Nikula , Andy Shevchenko , Mika Westerberg , linux-i2c , devicetree , "linux-kernel@vger.kernel.org" , Ramiro Oliveira , Joao Pinto , References: From: Luis Oliveira Message-ID: <6e332d71-1891-21aa-4479-b91a7550f8af@synopsys.com> Date: Wed, 14 Jun 2017 14:06:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.83] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 26 On 14-Jun-17 13:20, Andy Shevchenko wrote: > On Wed, Jun 14, 2017 at 1:43 PM, Luis Oliveira > wrote: >> - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support >> - Slave functions added to core library file >> - Slave abort sources added to common source file >> - New driver: i2c-designware-slave added >> - Changes in the Makefile to compile the I2C_DESIGNWARE_SLAVE module >> when supported by the architecture. >> >> All the SLAVE flow is added but it is not enabled via platform >> driver. > >> + //~ if (stat & DW_IC_INTR_TX_OVER) >> + //~ dw_readl(dev, DW_IC_CLR_TX_OVER); > > If you are going to ignore reviewers' comments you will delay your > work to be applied. > Im so sorry. I was doing some tests on the irq_handler and used the wrong branch to create the patchset. Believe me I've looked for mistakes like this but I've read the code so many times I don't think I can see the obvious anymore. > Certainly you are about to miss v4.13. >