Re: [PATCH v8 5/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs.

2020-09-11 Thread Zhou Yanjie
Hi Nikolaus, This series was temporarily shelved, because now it is necessary to add support for the new X2000 SoC, and it will continue to advance after all the functions related to X2000 are completed. Thanks and best regards! 在 2020/9/10 下午3:52, H. Nikolaus Schaller 写道: Hi Zhou Yanjie, w

Re: [PATCH v8 5/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs.

2020-09-10 Thread H. Nikolaus Schaller
Hi Zhou Yanjie, what is the status of this series? It does not seem to have arrived in linux-next for v5.10-rc1. BR and thanks, Nikolaus > Am 19.05.2020 um 16:35 schrieb 周琰杰 (Zhou Yanjie) : > > Add 'cpus' node to the jz4740.dtsi, jz4770.dtsi, jz4780.dtsi > and x1000.dtsi files. > > Tested-by:

[PATCH v8 5/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs.

2020-05-19 Thread Zhou Yanjie
Add 'cpus' node to the jz4740.dtsi, jz4770.dtsi, jz4780.dtsi and x1000.dtsi files. Tested-by: H. Nikolaus Schaller Tested-by: Paul Boddie Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: No change. v2->v3: No change. v3->v4: Rebase on top of kernel 5.6-rc1.