Message ID | 20181114082033.GA20712@arx-s1 (mailing list archive) |
---|---|
Headers | show |
Series | Initial Allwinner T3 support. | expand |
Hi! On Wed, Nov 14, 2018 at 04:20:33PM +0800, hao_zhang wrote: > Initial Allwinner T3 support. > > Allwinner T3 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a > Mali400 MP2 GPU from ARM. It is a not-pin-compatible quad core sucessor > of the A20). It's also known as the Allwinner R40 for In-Car > Entertainment usage. That series looks good, thanks! The only thing that would need to be reworked is your Signed-off-by name, which (I guess?) should be written the same way than in your Copyright info. Thanks! Maxime
On Thu, Nov 15, 2018 at 11:18 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote: > > Hi! > > On Wed, Nov 14, 2018 at 04:20:33PM +0800, hao_zhang wrote: > > Initial Allwinner T3 support. > > > > Allwinner T3 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a > > Mali400 MP2 GPU from ARM. It is a not-pin-compatible quad core sucessor > > of the A20). It's also known as the Allwinner R40 for In-Car > > Entertainment usage. > > That series looks good, thanks! The only thing that would need to be > reworked is your Signed-off-by name, which (I guess?) should be > written the same way than in your Copyright info. And also the author name of your git commits. Thanks