Re: [PATCH RFT] regulator: lp87565: Fix probe failure for "ti,lp87565"

2019-07-23 Thread Axel Lin
Mark Brown 於 2019年7月24日 週三 上午12:35寫道: > > On Tue, Jul 23, 2019 at 08:28:35PM +0800, Axel Lin wrote: > > Mark Brown 於 2019年7月23日 週二 下午7:26寫道: > > > On Thu, Jul 11, 2019 at 07:35:17PM +0800, Axel Lin wrote: > > > > > The "ti,lp87565" compatible string is still in of_lp87565_match_table, > > > >

Re: [PATCH RFT] regulator: lp87565: Fix probe failure for "ti,lp87565"

2019-07-23 Thread Mark Brown
On Tue, Jul 23, 2019 at 08:28:35PM +0800, Axel Lin wrote: > Mark Brown 於 2019年7月23日 週二 下午7:26寫道: > > On Thu, Jul 11, 2019 at 07:35:17PM +0800, Axel Lin wrote: > > > The "ti,lp87565" compatible string is still in of_lp87565_match_table, > > > but current code will return -EINVAL because

Re: [PATCH RFT] regulator: lp87565: Fix probe failure for "ti,lp87565"

2019-07-23 Thread Axel Lin
Mark Brown 於 2019年7月23日 週二 下午7:26寫道: > > On Thu, Jul 11, 2019 at 07:35:17PM +0800, Axel Lin wrote: > > The "ti,lp87565" compatible string is still in of_lp87565_match_table, > > but current code will return -EINVAL because lp87565->dev_type is unknown. > > This was working in earlier kernel

Re: [PATCH RFT] regulator: lp87565: Fix probe failure for "ti,lp87565"

2019-07-23 Thread Mark Brown
On Thu, Jul 11, 2019 at 07:35:17PM +0800, Axel Lin wrote: > The "ti,lp87565" compatible string is still in of_lp87565_match_table, > but current code will return -EINVAL because lp87565->dev_type is unknown. > This was working in earlier kernel versions, so fix it. This doesn't seem to apply

[PATCH RFT] regulator: lp87565: Fix probe failure for "ti,lp87565"

2019-07-11 Thread Axel Lin
The "ti,lp87565" compatible string is still in of_lp87565_match_table, but current code will return -EINVAL because lp87565->dev_type is unknown. This was working in earlier kernel versions, so fix it. Fixes: 7ee63bd74750 ("regulator: lp87565: Add 4-phase lp87561 regulator support")