Re: [PATCH v2] i2c: designware: Suppress error message if platform_get_irq() < 0

2015-03-15 Thread Wolfram Sang
On Mon, Mar 09, 2015 at 12:03:12PM +0300, Alexey Brodkin wrote: > As discussed here https://lkml.org/lkml/2015/3/3/568 and here > https://lkml.org/lkml/2015/3/3/453 we're looking forward for > implementing warnings and errors outputs right in platform_get_irq() > instead of having all kind of diffe

Re: [PATCH v2] i2c: designware: Suppress error message if platform_get_irq() < 0

2015-03-09 Thread christian . ruppert
Alexey Brodkin wrote on 03/09/2015 10:03:12 AM: > From: Alexey Brodkin > To: linux-...@vger.kernel.org, > Cc: linux-kernel@vger.kernel.org, Alexey Brodkin > , Vineet Gupta > , Christian Ruppert > , Mika Westerberg > , Wolfram Sang , > Andy Shevchenko > Date: 03/09/2015 10:03 AM > > As di

Re: [PATCH v2] i2c: designware: Suppress error message if platform_get_irq() < 0

2015-03-09 Thread Mika Westerberg
On Mon, Mar 09, 2015 at 12:03:12PM +0300, Alexey Brodkin wrote: > As discussed here https://lkml.org/lkml/2015/3/3/568 and here > https://lkml.org/lkml/2015/3/3/453 we're looking forward for > implementing warnings and errors outputs right in platform_get_irq() > instead of having all kind of diffe

[PATCH v2] i2c: designware: Suppress error message if platform_get_irq() < 0

2015-03-09 Thread Alexey Brodkin
As discussed here https://lkml.org/lkml/2015/3/3/568 and here https://lkml.org/lkml/2015/3/3/453 we're looking forward for implementing warnings and errors outputs right in platform_get_irq() instead of having all kind of different outputs in each and every driver that uses platform_get_irq(). Sig