Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-12-01 Thread kernel test robot
Hi Alice, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on v5.10-rc6 next-20201201] [cannot apply to shawnguo/for-next krzk/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-26 Thread Krzysztof Kozlowski
auer ; Linux Kernel Mailing List > > ; Krzysztof Kozlowski ; Rob > > Herring ; dl-linux-imx ; Shawn Guo > > ; arm-soc > > Subject: Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver > > > > On Mon, Nov 23, 2020 at 8:04 PM Alice Guo wrote: > > > &g

RE: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-25 Thread Alice Guo
arm-soc > Subject: Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver > > On Mon, Nov 23, 2020 at 8:04 PM Alice Guo wrote: > > > > Directly reading ocotp register depends on that bootloader enables > > ocotp clk, which is not always effective, so change

Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-24 Thread Krzysztof Kozlowski
On Wed, 25 Nov 2020 at 01:44, Adam Ford wrote: > > On Mon, Nov 23, 2020 at 8:04 PM Alice Guo wrote: > > > > Directly reading ocotp register depends on that bootloader enables ocotp > > clk, which is not always effective, so change to use nvmem API. Using > > nvmem API requires to support driver

Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-24 Thread Adam Ford
On Mon, Nov 23, 2020 at 8:04 PM Alice Guo wrote: > > Directly reading ocotp register depends on that bootloader enables ocotp > clk, which is not always effective, so change to use nvmem API. Using > nvmem API requires to support driver defer probe and thus change > soc-imx8m.c to use platform

Re: [PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-24 Thread Krzysztof Kozlowski
On Tue, Nov 24, 2020 at 09:59:49AM +0800, Alice Guo wrote: > Directly reading ocotp register depends on that bootloader enables ocotp > clk, which is not always effective, so change to use nvmem API. Using > nvmem API requires to support driver defer probe and thus change > soc-imx8m.c to use

[PATCH v6 4/4] soc: imx8m: change to use platform driver

2020-11-23 Thread Alice Guo
Directly reading ocotp register depends on that bootloader enables ocotp clk, which is not always effective, so change to use nvmem API. Using nvmem API requires to support driver defer probe and thus change soc-imx8m.c to use platform driver. The other reason is that directly reading ocotp