Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753383AbcKQIkn convert rfc822-to-8bit (ORCPT ); Thu, 17 Nov 2016 03:40:43 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:16065 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbcKQIkk (ORCPT ); Thu, 17 Nov 2016 03:40:40 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Wed, 16 Nov 2016 12:39:36 -0800 From: Shardar Mohammed To: Thierry Reding , Valentin Rothberg CC: LKML Subject: RE: i2c: undefined option I2C_ALGO_BUSCLEAR Thread-Topic: i2c: undefined option I2C_ALGO_BUSCLEAR Thread-Index: AQHSP9uLAommMo/fyU24KTTFmpIjv6Dbv6cAgAAA+wCAARudEA== Date: Thu, 17 Nov 2016 08:40:34 +0000 Message-ID: <14d6032a790e416194159e3ebb43f001@bgmail102.nvidia.com> References: <20161116153957.GA7646@ulmo.ba.sec> <20161116154327.GB7646@ulmo.ba.sec> In-Reply-To: <20161116154327.GB7646@ulmo.ba.sec> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.24.194.102] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 23 > On Wed, Nov 16, 2016 at 04:39:57PM +0100, Thierry Reding wrote: > > On Wed, Nov 16, 2016 at 08:31:35AM +0100, Valentin Rothberg wrote: > > > Hi Shardar, > > > > > > your commit c3ca951fe41a ("i2c: Add Tegra BPMP I2C proxy driver") > > > popped up in today's linux-next tree, adding Kconfig option > > > I2C_TEGRA_BPMP, which further selects I2C_ALGO_BUSCLEAR, which is > > > nowhere defined in Kconfig. > > > > > > Is there a patch queued somewhere to add I2C_ALGO_BUSCLEAR to > Kconfig? > > > I could not find anything on the lkml; only some older repositories > > > on github, where the options is defined in drivers/i2c/busses/Kconfig. > > > > This looks to be something that was part of some downstream kernel a > > long time ago. Given that it doesn't exist upstream and the driver > > does not use anything related to it, I'll just drop the select. Thanks > > for pointing this out. > > Actually the I2C_ALGO_BIT seems to be completely unused as well. I'm going > to drop that, too. > Yes as Thierry mentioned both I2C_ALGO_BUSCLEAR and I2C_ALGO_BIT can be removed as these are obsolete.