Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752219AbdFNMUQ (ORCPT ); Wed, 14 Jun 2017 08:20:16 -0400 Received: from mail-qk0-f195.google.com ([209.85.220.195]:35727 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920AbdFNMUO (ORCPT ); Wed, 14 Jun 2017 08:20:14 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Andy Shevchenko Date: Wed, 14 Jun 2017 15:20:13 +0300 Message-ID: Subject: Re: [PATCH v11 5/6] i2c: designware: add SLAVE mode functions To: 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 , CARLOS.PALMINHA@synopsys.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 23 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. Certainly you are about to miss v4.13. -- With Best Regards, Andy Shevchenko