Message ID | 20190314225441.310-1-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC] mmc: renesas_sdhi: update copyright information | expand |
On Thu, Mar 14, 2019 at 11:54:41PM +0100, Wolfram Sang wrote: > Mostly year updates, but one addition as well. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- > > I checked the git history to back up these changes to the best of my knowledge. > I chose to not modify the copyright information of other people but give them > here the chance to speak up :) Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > drivers/mmc/host/renesas_sdhi.h | 2 +- > drivers/mmc/host/renesas_sdhi_core.c | 4 ++-- > drivers/mmc/host/renesas_sdhi_internal_dmac.c | 3 ++- > drivers/mmc/host/renesas_sdhi_sys_dmac.c | 4 ++-- > drivers/mmc/host/tmio_mmc.h | 4 ++-- > drivers/mmc/host/tmio_mmc_core.c | 4 ++-- > 6 files changed, 11 insertions(+), 10 deletions(-) > > diff --git a/drivers/mmc/host/renesas_sdhi.h b/drivers/mmc/host/renesas_sdhi.h > index 8394a7bb1fc1..c0504aa90857 100644 > --- a/drivers/mmc/host/renesas_sdhi.h > +++ b/drivers/mmc/host/renesas_sdhi.h > @@ -3,7 +3,7 @@ > * Renesas Mobile SDHI > * > * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman > - * Copyright (C) 2017 Renesas Electronics Corporation > + * Copyright (C) 2017-19 Renesas Electronics Corporation > */ > > #ifndef RENESAS_SDHI_H > diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c > index 71e13844df6c..923719e1282a 100644 > --- a/drivers/mmc/host/renesas_sdhi_core.c > +++ b/drivers/mmc/host/renesas_sdhi_core.c > @@ -2,8 +2,8 @@ > /* > * Renesas SDHI > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2009 Magnus Damm > * > diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > index af0288f04200..751fe91c7571 100644 > --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > @@ -2,8 +2,9 @@ > /* > * DMA support for Internal DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Renesas Electronics Corporation > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > + * Copyright (C) 2018-19 Sang Engineering, Wolfram Sang > */ > > #include <linux/bitops.h> > diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > index bfbf36634faa..1d29b822efb8 100644 > --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > @@ -2,8 +2,8 @@ > /* > * DMA support use of SYS DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2016-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2010-2011 Guennadi Liakhovetski > */ > diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h > index 64e00d8f3a88..c5ba13fae399 100644 > --- a/drivers/mmc/host/tmio_mmc.h > +++ b/drivers/mmc/host/tmio_mmc.h > @@ -4,8 +4,8 @@ > * > * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2007 Ian Molton > * Copyright (C) 2004 Ian Molton > diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c > index dfc15ce41191..130b91cb0f8a 100644 > --- a/drivers/mmc/host/tmio_mmc_core.c > +++ b/drivers/mmc/host/tmio_mmc_core.c > @@ -4,8 +4,8 @@ > * > * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2011 Guennadi Liakhovetski > * Copyright (C) 2007 Ian Molton > -- > 2.11.0 >
Hi Wolfram, Thanks for your work. On 2019-03-14 23:54:41 +0100, Wolfram Sang wrote: > Mostly year updates, but one addition as well. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> > --- > > I checked the git history to back up these changes to the best of my knowledge. > I chose to not modify the copyright information of other people but give them > here the chance to speak up :) > > > drivers/mmc/host/renesas_sdhi.h | 2 +- > drivers/mmc/host/renesas_sdhi_core.c | 4 ++-- > drivers/mmc/host/renesas_sdhi_internal_dmac.c | 3 ++- > drivers/mmc/host/renesas_sdhi_sys_dmac.c | 4 ++-- > drivers/mmc/host/tmio_mmc.h | 4 ++-- > drivers/mmc/host/tmio_mmc_core.c | 4 ++-- > 6 files changed, 11 insertions(+), 10 deletions(-) > > diff --git a/drivers/mmc/host/renesas_sdhi.h b/drivers/mmc/host/renesas_sdhi.h > index 8394a7bb1fc1..c0504aa90857 100644 > --- a/drivers/mmc/host/renesas_sdhi.h > +++ b/drivers/mmc/host/renesas_sdhi.h > @@ -3,7 +3,7 @@ > * Renesas Mobile SDHI > * > * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman > - * Copyright (C) 2017 Renesas Electronics Corporation > + * Copyright (C) 2017-19 Renesas Electronics Corporation > */ > > #ifndef RENESAS_SDHI_H > diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c > index 71e13844df6c..923719e1282a 100644 > --- a/drivers/mmc/host/renesas_sdhi_core.c > +++ b/drivers/mmc/host/renesas_sdhi_core.c > @@ -2,8 +2,8 @@ > /* > * Renesas SDHI > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2009 Magnus Damm > * > diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > index af0288f04200..751fe91c7571 100644 > --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > @@ -2,8 +2,9 @@ > /* > * DMA support for Internal DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Renesas Electronics Corporation > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > + * Copyright (C) 2018-19 Sang Engineering, Wolfram Sang > */ > > #include <linux/bitops.h> > diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > index bfbf36634faa..1d29b822efb8 100644 > --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > @@ -2,8 +2,8 @@ > /* > * DMA support use of SYS DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2016-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2010-2011 Guennadi Liakhovetski > */ > diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h > index 64e00d8f3a88..c5ba13fae399 100644 > --- a/drivers/mmc/host/tmio_mmc.h > +++ b/drivers/mmc/host/tmio_mmc.h > @@ -4,8 +4,8 @@ > * > * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2007 Ian Molton > * Copyright (C) 2004 Ian Molton > diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c > index dfc15ce41191..130b91cb0f8a 100644 > --- a/drivers/mmc/host/tmio_mmc_core.c > +++ b/drivers/mmc/host/tmio_mmc_core.c > @@ -4,8 +4,8 @@ > * > * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2011 Guennadi Liakhovetski > * Copyright (C) 2007 Ian Molton > -- > 2.11.0 >
On Thu, 14 Mar 2019 at 23:54, Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > > Mostly year updates, but one addition as well. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Applied for next, thanks! Kind regards Uffe > --- > > I checked the git history to back up these changes to the best of my knowledge. > I chose to not modify the copyright information of other people but give them > here the chance to speak up :) > > > drivers/mmc/host/renesas_sdhi.h | 2 +- > drivers/mmc/host/renesas_sdhi_core.c | 4 ++-- > drivers/mmc/host/renesas_sdhi_internal_dmac.c | 3 ++- > drivers/mmc/host/renesas_sdhi_sys_dmac.c | 4 ++-- > drivers/mmc/host/tmio_mmc.h | 4 ++-- > drivers/mmc/host/tmio_mmc_core.c | 4 ++-- > 6 files changed, 11 insertions(+), 10 deletions(-) > > diff --git a/drivers/mmc/host/renesas_sdhi.h b/drivers/mmc/host/renesas_sdhi.h > index 8394a7bb1fc1..c0504aa90857 100644 > --- a/drivers/mmc/host/renesas_sdhi.h > +++ b/drivers/mmc/host/renesas_sdhi.h > @@ -3,7 +3,7 @@ > * Renesas Mobile SDHI > * > * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman > - * Copyright (C) 2017 Renesas Electronics Corporation > + * Copyright (C) 2017-19 Renesas Electronics Corporation > */ > > #ifndef RENESAS_SDHI_H > diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c > index 71e13844df6c..923719e1282a 100644 > --- a/drivers/mmc/host/renesas_sdhi_core.c > +++ b/drivers/mmc/host/renesas_sdhi_core.c > @@ -2,8 +2,8 @@ > /* > * Renesas SDHI > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2009 Magnus Damm > * > diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > index af0288f04200..751fe91c7571 100644 > --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > @@ -2,8 +2,9 @@ > /* > * DMA support for Internal DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Renesas Electronics Corporation > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > + * Copyright (C) 2018-19 Sang Engineering, Wolfram Sang > */ > > #include <linux/bitops.h> > diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > index bfbf36634faa..1d29b822efb8 100644 > --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > @@ -2,8 +2,8 @@ > /* > * DMA support use of SYS DMAC with SDHI SD/SDIO controller > * > - * Copyright (C) 2016-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2016-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2010-2011 Guennadi Liakhovetski > */ > diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h > index 64e00d8f3a88..c5ba13fae399 100644 > --- a/drivers/mmc/host/tmio_mmc.h > +++ b/drivers/mmc/host/tmio_mmc.h > @@ -4,8 +4,8 @@ > * > * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2016-17 Horms Solutions, Simon Horman > * Copyright (C) 2007 Ian Molton > * Copyright (C) 2004 Ian Molton > diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c > index dfc15ce41191..130b91cb0f8a 100644 > --- a/drivers/mmc/host/tmio_mmc_core.c > +++ b/drivers/mmc/host/tmio_mmc_core.c > @@ -4,8 +4,8 @@ > * > * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs > * > - * Copyright (C) 2015-17 Renesas Electronics Corporation > - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang > + * Copyright (C) 2015-19 Renesas Electronics Corporation > + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang > * Copyright (C) 2017 Horms Solutions, Simon Horman > * Copyright (C) 2011 Guennadi Liakhovetski > * Copyright (C) 2007 Ian Molton > -- > 2.11.0 >
diff --git a/drivers/mmc/host/renesas_sdhi.h b/drivers/mmc/host/renesas_sdhi.h index 8394a7bb1fc1..c0504aa90857 100644 --- a/drivers/mmc/host/renesas_sdhi.h +++ b/drivers/mmc/host/renesas_sdhi.h @@ -3,7 +3,7 @@ * Renesas Mobile SDHI * * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman - * Copyright (C) 2017 Renesas Electronics Corporation + * Copyright (C) 2017-19 Renesas Electronics Corporation */ #ifndef RENESAS_SDHI_H diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c index 71e13844df6c..923719e1282a 100644 --- a/drivers/mmc/host/renesas_sdhi_core.c +++ b/drivers/mmc/host/renesas_sdhi_core.c @@ -2,8 +2,8 @@ /* * Renesas SDHI * - * Copyright (C) 2015-17 Renesas Electronics Corporation - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang + * Copyright (C) 2015-19 Renesas Electronics Corporation + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang * Copyright (C) 2016-17 Horms Solutions, Simon Horman * Copyright (C) 2009 Magnus Damm * diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c index af0288f04200..751fe91c7571 100644 --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -2,8 +2,9 @@ /* * DMA support for Internal DMAC with SDHI SD/SDIO controller * - * Copyright (C) 2016-17 Renesas Electronics Corporation + * Copyright (C) 2016-19 Renesas Electronics Corporation * Copyright (C) 2016-17 Horms Solutions, Simon Horman + * Copyright (C) 2018-19 Sang Engineering, Wolfram Sang */ #include <linux/bitops.h> diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c index bfbf36634faa..1d29b822efb8 100644 --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c @@ -2,8 +2,8 @@ /* * DMA support use of SYS DMAC with SDHI SD/SDIO controller * - * Copyright (C) 2016-17 Renesas Electronics Corporation - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang + * Copyright (C) 2016-19 Renesas Electronics Corporation + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang * Copyright (C) 2017 Horms Solutions, Simon Horman * Copyright (C) 2010-2011 Guennadi Liakhovetski */ diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h index 64e00d8f3a88..c5ba13fae399 100644 --- a/drivers/mmc/host/tmio_mmc.h +++ b/drivers/mmc/host/tmio_mmc.h @@ -4,8 +4,8 @@ * * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 * - * Copyright (C) 2015-17 Renesas Electronics Corporation - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang + * Copyright (C) 2015-19 Renesas Electronics Corporation + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang * Copyright (C) 2016-17 Horms Solutions, Simon Horman * Copyright (C) 2007 Ian Molton * Copyright (C) 2004 Ian Molton diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c index dfc15ce41191..130b91cb0f8a 100644 --- a/drivers/mmc/host/tmio_mmc_core.c +++ b/drivers/mmc/host/tmio_mmc_core.c @@ -4,8 +4,8 @@ * * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs * - * Copyright (C) 2015-17 Renesas Electronics Corporation - * Copyright (C) 2016-17 Sang Engineering, Wolfram Sang + * Copyright (C) 2015-19 Renesas Electronics Corporation + * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang * Copyright (C) 2017 Horms Solutions, Simon Horman * Copyright (C) 2011 Guennadi Liakhovetski * Copyright (C) 2007 Ian Molton
Mostly year updates, but one addition as well. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- I checked the git history to back up these changes to the best of my knowledge. I chose to not modify the copyright information of other people but give them here the chance to speak up :) drivers/mmc/host/renesas_sdhi.h | 2 +- drivers/mmc/host/renesas_sdhi_core.c | 4 ++-- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 3 ++- drivers/mmc/host/renesas_sdhi_sys_dmac.c | 4 ++-- drivers/mmc/host/tmio_mmc.h | 4 ++-- drivers/mmc/host/tmio_mmc_core.c | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-)