Re: [PATCH v2] ASoC: da7218: Drop CONFIG_OF ifdef

2021-02-04 Thread Mark Brown
On Tue, 2 Feb 2021 11:20:16 -0800, Stephen Boyd wrote: > This reverts commit a06cd8cf97a3 ("ASoC: da7218: skip of_device_id table > when !CONFIG_OF") because we want to make of_match_device() stop using > of_match_ptr() internally, confusing compilers and causing ifdef > pollution. Applied to

Re: [PATCH v2] ASoC: da7218: Drop CONFIG_OF ifdef

2021-02-02 Thread Geert Uytterhoeven
Hi Arnd, On Tue, Feb 2, 2021 at 9:50 PM Arnd Bergmann wrote: > On Tue, Feb 2, 2021 at 9:06 PM Geert Uytterhoeven > wrote: > > On Tue, Feb 2, 2021 at 8:20 PM Stephen Boyd wrote: > > > This reverts commit a06cd8cf97a3 ("ASoC: da7218: skip of_device_id table > > > when !CONFIG_OF") because we wan

Re: [PATCH v2] ASoC: da7218: Drop CONFIG_OF ifdef

2021-02-02 Thread Arnd Bergmann
On Tue, Feb 2, 2021 at 9:06 PM Geert Uytterhoeven wrote: > On Tue, Feb 2, 2021 at 8:20 PM Stephen Boyd wrote: > > This reverts commit a06cd8cf97a3 ("ASoC: da7218: skip of_device_id table > > when !CONFIG_OF") because we want to make of_match_device() stop using > > of_match_ptr() internally, conf

Re: [PATCH v2] ASoC: da7218: Drop CONFIG_OF ifdef

2021-02-02 Thread Geert Uytterhoeven
Hi Stephen, On Tue, Feb 2, 2021 at 8:20 PM Stephen Boyd wrote: > This reverts commit a06cd8cf97a3 ("ASoC: da7218: skip of_device_id table > when !CONFIG_OF") because we want to make of_match_device() stop using > of_match_ptr() internally, confusing compilers and causing ifdef > pollution. > > Re

[PATCH v2] ASoC: da7218: Drop CONFIG_OF ifdef

2021-02-02 Thread Stephen Boyd
This reverts commit a06cd8cf97a3 ("ASoC: da7218: skip of_device_id table when !CONFIG_OF") because we want to make of_match_device() stop using of_match_ptr() internally, confusing compilers and causing ifdef pollution. Reported-by: kernel test robot Cc: Geert Uytterhoeven Acked-by: Arnd Bergman