Re: [PATCHv2] clk: add imx8 clk defines

From: Daniel Baluta
Date: Thu Jul 11 2019 - 06:09:33 EST


On Thu, Jul 11, 2019 at 12:19 PM Oliver Graute <oliver.graute@xxxxxxxxx> wrote:
>
> On 11/07/19, Abel Vesa wrote:
> > On 19-06-19 09:39:52, Oliver Graute wrote:
> > > From: Oliver Graute <oliver.graute@xxxxxxxxxxxxxxxxx>
> > >
> > > added header defines for imx8qm clock
> > >
> > > Signed-off-by: Oliver Graute <oliver.graute@xxxxxxxxxxxxxxxxx>
> >
> > Again, this seems to be taken from some vendor tree, so please keep the
> > original author.
>
> yes the header defines is from NXP vendor tree. One of orginal authors is
>
> Author: Anson Huang <Anson.Huang@xxxxxxx>
> Date: Thu Jan 19 03:53:31 2017 +0800
> MLK-13911-3 ARM64: dts: imx8qm: add dtsi
> Add i.MX8QM dtsi support.
> https://github.com/ADVANTECH-Corp/linux-imx6.git
>
> Whats is the right way to attribute him?

git commit --amend author="Anson Huang <Anson.Huang@xxxxxxx>"

Also, modify commit body and add
Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Then add your Signed-off-by.

thanks,
Daniel.