Re: [REPOST/PATCH] mfd: tps65910: remove warning during dt node parsing

2013-10-10 Thread Samuel Ortiz
Hi Laxman, On Wed, Sep 26, 2012 at 06:18:04PM +0530, Laxman Dewangan wrote: > Driver throw the warning message if dt node does not > have the info for VMBCH-Threshold and VMBCH2-Threshold. > These properties are optional property and hence it > is not mandatory to have these on DT node and in this

Re: [REPOST/PATCH] mfd: tps65910: remove warning during dt node parsing

2013-10-10 Thread Olof Johansson
Hi, On Thu, Oct 10, 2013 at 6:26 AM, Samuel Ortiz wrote: > Hi Olof, > > On Wed, Oct 09, 2013 at 05:51:14PM -0700, Olof Johansson wrote: >> Hi, >> >> On Wed, Sep 26, 2012 at 5:48 AM, Laxman Dewangan >> wrote: >> > Driver throw the warning message if dt node does not >> > have the info for VMBCH-

Re: [REPOST/PATCH] mfd: tps65910: remove warning during dt node parsing

2013-10-10 Thread Samuel Ortiz
Hi Olof, On Wed, Oct 09, 2013 at 05:51:14PM -0700, Olof Johansson wrote: > Hi, > > On Wed, Sep 26, 2012 at 5:48 AM, Laxman Dewangan wrote: > > Driver throw the warning message if dt node does not > > have the info for VMBCH-Threshold and VMBCH2-Threshold. > > These properties are optional proper

Re: [REPOST/PATCH] mfd: tps65910: remove warning during dt node parsing

2013-10-09 Thread Olof Johansson
Hi, On Wed, Sep 26, 2012 at 5:48 AM, Laxman Dewangan wrote: > Driver throw the warning message if dt node does not > have the info for VMBCH-Threshold and VMBCH2-Threshold. > These properties are optional property and hence it > is not mandatory to have these on DT node and in this case > it shou

[REPOST/PATCH] mfd: tps65910: remove warning during dt node parsing

2012-09-26 Thread Laxman Dewangan
Driver throw the warning message if dt node does not have the info for VMBCH-Threshold and VMBCH2-Threshold. These properties are optional property and hence it is not mandatory to have these on DT node and in this case it should not throw the warning message. It creates noise from driver as follow