[EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag
Biwen Li
biwen.li at nxp.com
Mon Dec 23 13:02:15 CET 2019
>
> Hi Biwen,
>
> On Mon, Dec 23, 2019 at 8:47 AM Biwen Li <biwen.li at nxp.com> wrote:
> >
> > This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation
> >
> > Reviewed-by: Priyanka Jain <priyanka.jain at nxp.com>
> > Signed-off-by: Biwen Li <biwen.li at nxp.com>
> > ---
> > Changes in v6:
> > - none
> >
> > Changes in v5:
> > - none
> >
> > Changes in v4:
> > - update copyright
> >
> > Changes in v3:
> > - none
> >
> > Changes in v2:
> > - none
> >
> > drivers/i2c/mxc_i2c.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index
> > 786b5a2226..1c2a18bed2 100644
> > --- a/drivers/i2c/mxc_i2c.c
> > +++ b/drivers/i2c/mxc_i2c.c
> > @@ -10,6 +10,7 @@
> > * Copyright (C) 2005 Matthias Blaschke <blaschke at synertronixx.de>
> > * Copyright (C) 2007 RightHand Technologies, Inc.
> > * Copyright (C) 2008 Darius Augulis <darius.augulis at
> > teltonika.lt>
> > + * Copyright (C) 2019 NXP
>
> Why do you add the Copyright if you inserted a single line in this patch?
Accoring NXP's policy, if you modified some files, you need update the copyright in files.
More information about the U-Boot
mailing list