Message ID | 20210713210243.40594-3-don.brace@microchip.com |
---|---|
State | New |
Headers | show |
Series | smartpqi updates | expand |
On 7/13/21 4:02 PM, Don Brace wrote: > From: Kevin Barnett <kevin.barnett@microchip.com> > > Updated copyright notices and company name strings to reflect > Microchip ownership. > > Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com> > Reviewed-by: Scott Benesh <scott.benesh@microchip.com> > Reviewed-by: Scott Teel <scott.teel@microchip.com> > Signed-off-by: Kevin Barnett <kevin.barnett@microchip.com> > Signed-off-by: Don Brace <don.brace@microchip.com> John Donnelly <john.p.donnelly@oracle.com> > --- > drivers/scsi/smartpqi/Kconfig | 2 +- > drivers/scsi/smartpqi/smartpqi.h | 6 +++--- > drivers/scsi/smartpqi/smartpqi_init.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sas_transport.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sis.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sis.h | 4 ++-- > 6 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/drivers/scsi/smartpqi/Kconfig b/drivers/scsi/smartpqi/Kconfig > index cb9e4e968b60..eac7baecf42f 100644 > --- a/drivers/scsi/smartpqi/Kconfig > +++ b/drivers/scsi/smartpqi/Kconfig > @@ -1,7 +1,7 @@ > # > # Kernel configuration file for the SMARTPQI > # > -# Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > +# Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > # Copyright (c) 2017-2018 Microsemi Corporation > # Copyright (c) 2016 Microsemi Corporation > # Copyright (c) 2016 PMC-Sierra, Inc. > diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h > index d7dac5572274..f340afc011b5 100644 > --- a/drivers/scsi/smartpqi/smartpqi.h > +++ b/drivers/scsi/smartpqi/smartpqi.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > @@ -59,7 +59,7 @@ struct pqi_device_registers { > /* > * controller registers > * > - * These are defined by the Microsemi implementation. > + * These are defined by the Microchip implementation. > * > * Some registers (those named sis_*) are only used when in > * legacy SIS mode before we transition the controller into > diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c > index 64ea4650ca10..6ce17a191c0b 100644 > --- a/drivers/scsi/smartpqi/smartpqi_init.c > +++ b/drivers/scsi/smartpqi/smartpqi_init.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sas_transport.c b/drivers/scsi/smartpqi/smartpqi_sas_transport.c > index dd628cc87f78..afd9bafebd1d 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sas_transport.c > +++ b/drivers/scsi/smartpqi/smartpqi_sas_transport.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sis.c b/drivers/scsi/smartpqi/smartpqi_sis.c > index c954620628e0..d63c46a8e38b 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sis.c > +++ b/drivers/scsi/smartpqi/smartpqi_sis.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sis.h b/drivers/scsi/smartpqi/smartpqi_sis.h > index 12cd2ab1aead..d29c1352a826 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sis.h > +++ b/drivers/scsi/smartpqi/smartpqi_sis.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * >
On 7/13/21 4:02 PM, Don Brace wrote: > From: Kevin Barnett <kevin.barnett@microchip.com> > > Updated copyright notices and company name strings to reflect > Microchip ownership. > > Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com> > Reviewed-by: Scott Benesh <scott.benesh@microchip.com> > Reviewed-by: Scott Teel <scott.teel@microchip.com> > Signed-off-by: Kevin Barnett <kevin.barnett@microchip.com> > Signed-off-by: Don Brace <don.brace@microchip.com> Acked-by: John Donnelly <john.p.donnelly@oracle.com> > --- > drivers/scsi/smartpqi/Kconfig | 2 +- > drivers/scsi/smartpqi/smartpqi.h | 6 +++--- > drivers/scsi/smartpqi/smartpqi_init.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sas_transport.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sis.c | 4 ++-- > drivers/scsi/smartpqi/smartpqi_sis.h | 4 ++-- > 6 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/drivers/scsi/smartpqi/Kconfig b/drivers/scsi/smartpqi/Kconfig > index cb9e4e968b60..eac7baecf42f 100644 > --- a/drivers/scsi/smartpqi/Kconfig > +++ b/drivers/scsi/smartpqi/Kconfig > @@ -1,7 +1,7 @@ > # > # Kernel configuration file for the SMARTPQI > # > -# Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > +# Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > # Copyright (c) 2017-2018 Microsemi Corporation > # Copyright (c) 2016 Microsemi Corporation > # Copyright (c) 2016 PMC-Sierra, Inc. > diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h > index d7dac5572274..f340afc011b5 100644 > --- a/drivers/scsi/smartpqi/smartpqi.h > +++ b/drivers/scsi/smartpqi/smartpqi.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > @@ -59,7 +59,7 @@ struct pqi_device_registers { > /* > * controller registers > * > - * These are defined by the Microsemi implementation. > + * These are defined by the Microchip implementation. > * > * Some registers (those named sis_*) are only used when in > * legacy SIS mode before we transition the controller into > diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c > index 64ea4650ca10..6ce17a191c0b 100644 > --- a/drivers/scsi/smartpqi/smartpqi_init.c > +++ b/drivers/scsi/smartpqi/smartpqi_init.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sas_transport.c b/drivers/scsi/smartpqi/smartpqi_sas_transport.c > index dd628cc87f78..afd9bafebd1d 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sas_transport.c > +++ b/drivers/scsi/smartpqi/smartpqi_sas_transport.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sis.c b/drivers/scsi/smartpqi/smartpqi_sis.c > index c954620628e0..d63c46a8e38b 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sis.c > +++ b/drivers/scsi/smartpqi/smartpqi_sis.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * > diff --git a/drivers/scsi/smartpqi/smartpqi_sis.h b/drivers/scsi/smartpqi/smartpqi_sis.h > index 12cd2ab1aead..d29c1352a826 100644 > --- a/drivers/scsi/smartpqi/smartpqi_sis.h > +++ b/drivers/scsi/smartpqi/smartpqi_sis.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > /* > - * driver for Microsemi PQI-based storage controllers > - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries > + * driver for Microchip PQI-based storage controllers > + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries > * Copyright (c) 2016-2018 Microsemi Corporation > * Copyright (c) 2016 PMC-Sierra, Inc. > * >
diff --git a/drivers/scsi/smartpqi/Kconfig b/drivers/scsi/smartpqi/Kconfig index cb9e4e968b60..eac7baecf42f 100644 --- a/drivers/scsi/smartpqi/Kconfig +++ b/drivers/scsi/smartpqi/Kconfig @@ -1,7 +1,7 @@ # # Kernel configuration file for the SMARTPQI # -# Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries +# Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries # Copyright (c) 2017-2018 Microsemi Corporation # Copyright (c) 2016 Microsemi Corporation # Copyright (c) 2016 PMC-Sierra, Inc. diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h index d7dac5572274..f340afc011b5 100644 --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * driver for Microsemi PQI-based storage controllers - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries + * driver for Microchip PQI-based storage controllers + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries * Copyright (c) 2016-2018 Microsemi Corporation * Copyright (c) 2016 PMC-Sierra, Inc. * @@ -59,7 +59,7 @@ struct pqi_device_registers { /* * controller registers * - * These are defined by the Microsemi implementation. + * These are defined by the Microchip implementation. * * Some registers (those named sis_*) are only used when in * legacy SIS mode before we transition the controller into diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index 64ea4650ca10..6ce17a191c0b 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* - * driver for Microsemi PQI-based storage controllers - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries + * driver for Microchip PQI-based storage controllers + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries * Copyright (c) 2016-2018 Microsemi Corporation * Copyright (c) 2016 PMC-Sierra, Inc. * diff --git a/drivers/scsi/smartpqi/smartpqi_sas_transport.c b/drivers/scsi/smartpqi/smartpqi_sas_transport.c index dd628cc87f78..afd9bafebd1d 100644 --- a/drivers/scsi/smartpqi/smartpqi_sas_transport.c +++ b/drivers/scsi/smartpqi/smartpqi_sas_transport.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* - * driver for Microsemi PQI-based storage controllers - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries + * driver for Microchip PQI-based storage controllers + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries * Copyright (c) 2016-2018 Microsemi Corporation * Copyright (c) 2016 PMC-Sierra, Inc. * diff --git a/drivers/scsi/smartpqi/smartpqi_sis.c b/drivers/scsi/smartpqi/smartpqi_sis.c index c954620628e0..d63c46a8e38b 100644 --- a/drivers/scsi/smartpqi/smartpqi_sis.c +++ b/drivers/scsi/smartpqi/smartpqi_sis.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* - * driver for Microsemi PQI-based storage controllers - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries + * driver for Microchip PQI-based storage controllers + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries * Copyright (c) 2016-2018 Microsemi Corporation * Copyright (c) 2016 PMC-Sierra, Inc. * diff --git a/drivers/scsi/smartpqi/smartpqi_sis.h b/drivers/scsi/smartpqi/smartpqi_sis.h index 12cd2ab1aead..d29c1352a826 100644 --- a/drivers/scsi/smartpqi/smartpqi_sis.h +++ b/drivers/scsi/smartpqi/smartpqi_sis.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * driver for Microsemi PQI-based storage controllers - * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries + * driver for Microchip PQI-based storage controllers + * Copyright (c) 2019-2021 Microchip Technology Inc. and its subsidiaries * Copyright (c) 2016-2018 Microsemi Corporation * Copyright (c) 2016 PMC-Sierra, Inc. *