Re: [PATCH 1/2] cpufreq: sun50i: add a100 cpufreq support

2020-12-06 Thread Clément Péron
Hi Shuosheng, On Sun, 6 Dec 2020 at 21:49, Clément Péron wrote: > > Hi Shuosheng, > > On 04/12/2020 08:09, Shuosheng Huang wrote: > > Let's add cpufreq nvmem based for allwinner a100 soc. It's similar to h6, > > let us use efuse_xlate to extract the differentiated part. > > So you introduce 2 mod

Re: [PATCH 1/2] cpufreq: sun50i: add a100 cpufreq support

2020-12-06 Thread Clément Péron
Hi Shuosheng, On 04/12/2020 08:09, Shuosheng Huang wrote: Let's add cpufreq nvmem based for allwinner a100 soc. It's similar to h6, let us use efuse_xlate to extract the differentiated part. So you introduce 2 modifications here. In this case it's better to have 2 patches. One to introduce the

Re: [PATCH 1/2] cpufreq: sun50i: add a100 cpufreq support

2020-12-05 Thread Frank Lee
HI Maxime, Any comment? BR / Yangtao

[PATCH 1/2] cpufreq: sun50i: add a100 cpufreq support

2020-12-03 Thread Shuosheng Huang
Let's add cpufreq nvmem based for allwinner a100 soc. It's similar to h6, let us use efuse_xlate to extract the differentiated part. Signed-off-by: Shuosheng Huang --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + drivers/cpufreq/sun50i-cpufreq-nvmem.c | 81 -- 2 files c