回复: [PATCH V8] arm: add initial support for the Phytium Pomelo Board

2022-03-01 Thread Nicholas zheng
2年2月28日 23:21 收件人: Nicholas zheng 主题: Re: [PATCH V8] arm: add initial support for the Phytium Pomelo Board Please reply on list instead of sending private emails. On Sun, Feb 27, 2022 at 8:50 PM Nicholas zheng wrote: > > I'm very sorry. Maybe my meaning is not clear. Phytium is

回复: [PATCH V1] arm: add initial support for the Phytium Pomelo Board

2021-08-12 Thread Nicholas zheng
Is this structure describing some hardware register layout? Or some interface with the firmware? Then please use explicit types: uint8_t, uint16_t, ... I want to use uint8_t,but checkpatch.pl showed “Prefer kernel type 'u8' over 'uint8_t'”.So I don't know which is better. Thanks. ___

回复: [PATCH] arm: add initial support for the Phytium Pomelo Board

2021-06-29 Thread Nicholas zheng
Is this some internal board? Or something China only? Google couldn't find any useful hits about the platform. This board corresponds to Phytium D2000. The name of the public edition has not been announced. For other questions, I will submit a new patch after modifying it. thanks. __