From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758107AbdAFRqq (ORCPT ); Fri, 6 Jan 2017 12:46:46 -0500 Received: from smtprelay.synopsys.com ([198.182.47.9]:52358 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbdAFRqi (ORCPT ); Fri, 6 Jan 2017 12:46:38 -0500 Subject: Re: [PATCH] i2c: core: helper function to detect slave mode To: Andy Shevchenko , Luis Oliveira References: <475d9c2a-da11-97d0-d0b6-37ccd4990f18@synopsys.com> CC: Wolfram Sang , Rob Herring , "Mark Rutland" , Jarkko Nikula , Andy Shevchenko , Mika Westerberg , , devicetree , "linux-kernel@vger.kernel.org" , , Joao Pinto , From: Luis Oliveira Message-ID: Date: Fri, 6 Jan 2017 17:46:33 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.129] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06-Jan-17 17:17, Andy Shevchenko wrote: > On Fri, Jan 6, 2017 at 7:15 PM, Luis Oliveira > wrote: >> On 06-Jan-17 16:29, Andy Shevchenko wrote: >>> On Thu, Jan 5, 2017 at 7:24 PM, Luis Oliveira > >>> Please, add kernel doc description here, important thing is to explain >>> return codes in Return: section of it. >>> >>>> +int i2c_slave_mode_detect(struct device *dev) > > Just to make sure you didn't miss this one. > > Yes, I saw it. You were talking of something like this, right? /** * i2c_slave_mode_detect - detect operation mode * @dev: The device owning the bus * * This checks the device nodes for a I2C slave by checking the address * used. * * Returns true if a I2C slave is detected, otherwise returns false. */