Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-17 Thread Valentin Rothberg
Hi Paul, On Thu, Nov 17, 2016 at 12:55 PM, Paul Bolle wrote: > Hi Valentin, > > On Thu, 2016-11-17 at 12:33 +0100, Valentin Rothberg wrote: >> I tested your patch and it works properly for me. It even still applies >> on linux-next. > > Cool. > > (We should probably compile a list of current inv

Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-17 Thread Paul Bolle
Hi Valentin, On Thu, 2016-11-17 at 12:33 +0100, Valentin Rothberg wrote: > I tested your patch and it works properly for me. It even still applies > on linux-next. Cool. (We should probably compile a list of current invalid selects somewhere publicly, and team up to submit patches for the low h

Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-17 Thread Valentin Rothberg
Hi Paul, I tested your patch and it works properly for me. It even still applies on linux-next. Would it be possible to extend your patch to also check symbols in other statements (depends on, if, etc.)? Best regards, Valentin On Nov 17 '16 09:58, Paul Bolle wrote: > [Added Michal] > > Hi Va

Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-17 Thread Paul Bolle
[Added Michal] Hi Valentin, On Wed, 2016-11-16 at 08:31 +0100, Valentin Rothberg wrote: > 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 d

RE: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-17 Thread Shardar Mohammed
> 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

Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-16 Thread Thierry Reding
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_TEG

Re: i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-16 Thread Thierry Reding
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

i2c: undefined option I2C_ALGO_BUSCLEAR

2016-11-15 Thread Valentin Rothberg
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 Kco