Re: [PATCH] mfd: core: Fix handle of OF disabled MFD cells

2020-08-19 Thread Lee Jones
On Wed, 19 Aug 2020, Icenowy Zheng wrote: > 在 2020-08-19星期三的 09:11 +0100,Lee Jones写道: > > On Sat, 01 Aug 2020, Icenowy Zheng wrote: > > > > > When rewriting the OF match code of MFD core, addition of cells > > > disabled > > > in OF will result in a failure with error -ENODEV. This is an > > >

Re: [PATCH] mfd: core: Fix handle of OF disabled MFD cells

2020-08-19 Thread Icenowy Zheng
在 2020-08-19星期三的 09:11 +0100,Lee Jones写道: > On Sat, 01 Aug 2020, Icenowy Zheng wrote: > > > When rewriting the OF match code of MFD core, addition of cells > > disabled > > in OF will result in a failure with error -ENODEV. This is an > > unexpected > > behavior, as the previous behavior is

Re: [PATCH] mfd: core: Fix handle of OF disabled MFD cells

2020-08-19 Thread Lee Jones
On Sat, 01 Aug 2020, Icenowy Zheng wrote: > When rewriting the OF match code of MFD core, addition of cells disabled > in OF will result in a failure with error -ENODEV. This is an unexpected > behavior, as the previous behavior is silently ignore the cell. On > SBCs with AXP20x PMICs, this leads

[PATCH] mfd: core: Fix handle of OF disabled MFD cells

2020-08-01 Thread Icenowy Zheng
When rewriting the OF match code of MFD core, addition of cells disabled in OF will result in a failure with error -ENODEV. This is an unexpected behavior, as the previous behavior is silently ignore the cell. On SBCs with AXP20x PMICs, this leads to boot failure if AXP20x PMIC support is built-in