RE: [PATCH v3 0/4] Add Aspeed AST2600 soc display support

2021-11-16 Thread Tommy Huang
> Subject: Re: [PATCH v3 0/4] Add Aspeed AST2600 soc display support > > On Wed, 17 Nov 2021 at 05:45, tommy-huang > wrote: > > > > v3: > > Refine the patch for clear separate purpose. > > Skip to send devicetree patch > > Thanks Tommy. A few

Re: [PATCH v3 0/4] Add Aspeed AST2600 soc display support

2021-11-16 Thread Joel Stanley
On Wed, 17 Nov 2021 at 05:45, tommy-huang wrote: > > v3: > Refine the patch for clear separate purpose. > Skip to send devicetree patch Thanks Tommy. A few things: - Set up your authorship in git: git config --global user.name "Tommy Haung" - The "Add AST2600 chip support" patch is the s

[PATCH v3 0/4] Add Aspeed AST2600 soc display support

2021-11-16 Thread tommy-huang
v3: Refine the patch for clear separate purpose. Skip to send devicetree patch v2: Remove some unnecessary patch. Refine for reviwer request. v1: First add patch. Joel Stanley (2): ARM: dts: aspeed: Add GFX node to AST2600 ARM: dts: aspeed: ast2600-evb: Enable GFX device tommy-hua