* [PATCH] stm32mp1: fix reference for STMicroelectronics
@ 2022-05-20 16:38 Patrick Delaunay
2022-05-23 4:35 ` Heiko Schocher
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Patrick Delaunay @ 2022-05-20 16:38 UTC (permalink / raw)
To: u-boot
Cc: vipin.kumar, armando.visconti, Patrick Delaunay, Andre Przywara,
Ashok Reddy Soma, Bharat Gooty, Dylan Hung, Heiko Schocher,
Jagan Teki, Joe Hershberger, Lukasz Majewski, Marek Vasut,
Mark Kettenis, Michal Simek, Patrice Chotard, Ramon Fried,
Rayagonda Kokatanur, Ryan Chen, Samuel Holland, Simon Glass,
U-Boot STM32, Vignesh R, Vikas Manocha, Yuan Fang
Replace reference to the correct name STMicroelectronics
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---
arch/arm/Kconfig | 2 +-
arch/arm/cpu/armv7/stv0991/lowlevel.S | 2 +-
arch/arm/mach-sti/Kconfig | 2 +-
drivers/i2c/designware_i2c.c | 2 +-
drivers/i2c/designware_i2c.h | 2 +-
drivers/i2c/designware_i2c_pci.c | 2 +-
drivers/mtd/nand/raw/fsmc_nand.c | 4 ++--
drivers/mtd/spi/spi-nor-ids.c | 2 +-
drivers/net/designware.c | 2 +-
drivers/net/designware.h | 2 +-
drivers/pinctrl/Kconfig | 2 +-
drivers/spi/pl022_spi.c | 2 +-
drivers/usb/gadget/designware_udc.c | 2 +-
include/configs/stm32mp15_st_common.h | 2 +-
include/elf.h | 4 ++--
include/linux/mtd/fsmc_nand.h | 2 +-
include/usb/designware_udc.h | 2 +-
17 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5f24ffc0f3..53679b084c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1923,7 +1923,7 @@ config ARCH_STM32
imply CMD_DM
config ARCH_STI
- bool "Support STMicrolectronics SoCs"
+ bool "Support STMicroelectronics SoCs"
select BLK
select CPU_V7A
select DM
diff --git a/arch/arm/cpu/armv7/stv0991/lowlevel.S b/arch/arm/cpu/armv7/stv0991/lowlevel.S
index 218ac70f32..5733eaa15c 100644
--- a/arch/arm/cpu/armv7/stv0991/lowlevel.S
+++ b/arch/arm/cpu/armv7/stv0991/lowlevel.S
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * (C) Copyright 2014 stmicroelectronics
+ * (C) Copyright 2014 STMicroelectronics
*/
#include <config.h>
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index f9a583af8d..d9e264024c 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -9,7 +9,7 @@ choice
config TARGET_STIH410_B2260
bool "96Boards STiH410-B2260"
help
- Support for 96Board STiH410-B2260 based on STMicrolectronics
+ Support for 96Board STiH410-B2260 based on STMicroelectronics
STiH410 soc. This board complies with 96Board Open Platform
Specifications. Features:
- 1GB DDR
diff --git a/drivers/i2c/designware_i2c.c b/drivers/i2c/designware_i2c.c
index 1aae6b64ba..e54de42abc 100644
--- a/drivers/i2c/designware_i2c.c
+++ b/drivers/i2c/designware_i2c.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2009
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#include <common.h>
diff --git a/drivers/i2c/designware_i2c.h b/drivers/i2c/designware_i2c.h
index a9c50c90ac..049976e8a2 100644
--- a/drivers/i2c/designware_i2c.h
+++ b/drivers/i2c/designware_i2c.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2009
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#ifndef __DW_I2C_H_
diff --git a/drivers/i2c/designware_i2c_pci.c b/drivers/i2c/designware_i2c_pci.c
index 1572c2c6bc..46c2545f21 100644
--- a/drivers/i2c/designware_i2c_pci.c
+++ b/drivers/i2c/designware_i2c_pci.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2009
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
* Copyright 2019 Google Inc
*/
diff --git a/drivers/mtd/nand/raw/fsmc_nand.c b/drivers/mtd/nand/raw/fsmc_nand.c
index 5d197ce0c5..a92c6252a5 100644
--- a/drivers/mtd/nand/raw/fsmc_nand.c
+++ b/drivers/mtd/nand/raw/fsmc_nand.c
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2010
- * Vipin Kumar, ST Microelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*
* (C) Copyright 2012
- * Amit Virdi, ST Microelectronics, amit.virdi@st.com.
+ * Amit Virdi, STMicroelectronics, amit.virdi@st.com.
*/
#include <common.h>
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 7050ddc397..20cd4d7fc9 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -280,7 +280,7 @@ const struct flash_info spi_nor_ids[] = {
{ INFO("sst26wf064", 0xbf2643, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_HAS_SST26LOCK) },
#endif
#ifdef CONFIG_SPI_FLASH_STMICRO /* STMICRO */
- /* ST Microelectronics -- newer production may have feature updates */
+ /* STMicroelectronics -- newer production may have feature updates */
{ INFO("m25p10", 0x202011, 0, 32 * 1024, 4, 0) },
{ INFO("m25p20", 0x202012, 0, 64 * 1024, 4, 0) },
{ INFO("m25p40", 0x202013, 0, 64 * 1024, 8, 0) },
diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index 1584b9eac1..0e63f70934 100644
--- a/drivers/net/designware.c
+++ b/drivers/net/designware.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2010
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
/*
diff --git a/drivers/net/designware.h b/drivers/net/designware.h
index a82afb99ca..ddc3d4f150 100644
--- a/drivers/net/designware.h
+++ b/drivers/net/designware.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2010
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#ifndef _DW_ETH_H
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 563d96d4f5..8a83f7e57f 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -272,7 +272,7 @@ config PINCTRL_STI
depends on DM && ARCH_STI
default y
help
- Support pin multiplexing control on STMicrolectronics STi SoCs.
+ Support pin multiplexing control on STMicroelectronics STi SoCs.
The driver is controlled by a device tree node which contains both
the GPIO definitions and pin control functions for each available
diff --git a/drivers/spi/pl022_spi.c b/drivers/spi/pl022_spi.c
index ea1691438b..828eab3d34 100644
--- a/drivers/spi/pl022_spi.c
+++ b/drivers/spi/pl022_spi.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2012
- * Armando Visconti, ST Microelectronics, armando.visconti@st.com.
+ * Armando Visconti, STMicroelectronics, armando.visconti@st.com.
*
* (C) Copyright 2018
* Quentin Schulz, Bootlin, quentin.schulz@bootlin.com
diff --git a/drivers/usb/gadget/designware_udc.c b/drivers/usb/gadget/designware_udc.c
index 7fc5d27d43..41a6e8cb7d 100644
--- a/drivers/usb/gadget/designware_udc.c
+++ b/drivers/usb/gadget/designware_udc.c
@@ -4,7 +4,7 @@
* TI OMAP1510 USB bus interface driver
*
* (C) Copyright 2009
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#include <common.h>
diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h
index 3c0ffb8f56..37b216e6e9 100644
--- a/include/configs/stm32mp15_st_common.h
+++ b/include/configs/stm32mp15_st_common.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
*
- * Configuration settings for the STMicroelectonics STM32MP15x boards
+ * Configuration settings for the STMicroelectronics STM32MP15x boards
*/
#ifndef __CONFIG_STM32MP15_ST_COMMON_H__
diff --git a/include/elf.h b/include/elf.h
index b04e746d61..aeda159f0c 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -188,14 +188,14 @@ typedef struct {
#define EM_NDR1 57 /* Denso NDR1 microprocessor */
#define EM_STARCORE 58 /* Motorola Start*Core processor */
#define EM_ME16 59 /* Toyota ME16 processor */
-#define EM_ST100 60 /* STMicroelectronic ST100 processor */
+#define EM_ST100 60 /* STMicroelectronics ST100 processor */
#define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/
#define EM_X86_64 62 /* AMD x86-64 */
#define EM_PDSP 63 /* Sony DSP Processor */
/* RESERVED 64,65 for future use */
#define EM_FX66 66 /* Siemens FX66 microcontroller */
#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */
-#define EM_ST7 68 /* STmicroelectronics ST7 8 bit mc */
+#define EM_ST7 68 /* STMicroelectronics ST7 8 bit mc */
#define EM_68HC16 69 /* Motorola MC68HC16 microcontroller */
#define EM_68HC11 70 /* Motorola MC68HC11 microcontroller */
#define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */
diff --git a/include/linux/mtd/fsmc_nand.h b/include/linux/mtd/fsmc_nand.h
index 6079f9e260..1d8a067f17 100644
--- a/include/linux/mtd/fsmc_nand.h
+++ b/include/linux/mtd/fsmc_nand.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2010
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#ifndef __FSMC_NAND_H__
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h
index f874e5c35c..f716f07dd0 100644
--- a/include/usb/designware_udc.h
+++ b/include/usb/designware_udc.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2009
- * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
+ * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
*/
#ifndef __DW_UDC_H
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] stm32mp1: fix reference for STMicroelectronics
2022-05-20 16:38 [PATCH] stm32mp1: fix reference for STMicroelectronics Patrick Delaunay
@ 2022-05-23 4:35 ` Heiko Schocher
2022-06-16 7:01 ` Patrice CHOTARD
2022-06-17 9:20 ` Patrick DELAUNAY
2 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2022-05-23 4:35 UTC (permalink / raw)
To: Patrick Delaunay, u-boot
Cc: vipin.kumar, armando.visconti, Andre Przywara, Ashok Reddy Soma,
Bharat Gooty, Dylan Hung, Jagan Teki, Joe Hershberger,
Lukasz Majewski, Marek Vasut, Mark Kettenis, Michal Simek,
Patrice Chotard, Ramon Fried, Rayagonda Kokatanur, Ryan Chen,
Samuel Holland, Simon Glass, U-Boot STM32, Vignesh R,
Vikas Manocha, Yuan Fang
Hello Patrick,
On 20.05.22 18:38, Patrick Delaunay wrote:
> Replace reference to the correct name STMicroelectronics
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>
> arch/arm/Kconfig | 2 +-
> arch/arm/cpu/armv7/stv0991/lowlevel.S | 2 +-
> arch/arm/mach-sti/Kconfig | 2 +-
> drivers/i2c/designware_i2c.c | 2 +-
> drivers/i2c/designware_i2c.h | 2 +-
> drivers/i2c/designware_i2c_pci.c | 2 +-
> drivers/mtd/nand/raw/fsmc_nand.c | 4 ++--
> drivers/mtd/spi/spi-nor-ids.c | 2 +-
> drivers/net/designware.c | 2 +-
> drivers/net/designware.h | 2 +-
> drivers/pinctrl/Kconfig | 2 +-
> drivers/spi/pl022_spi.c | 2 +-
> drivers/usb/gadget/designware_udc.c | 2 +-
> include/configs/stm32mp15_st_common.h | 2 +-
> include/elf.h | 4 ++--
> include/linux/mtd/fsmc_nand.h | 2 +-
> include/usb/designware_udc.h | 2 +-
> 17 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] stm32mp1: fix reference for STMicroelectronics
2022-05-20 16:38 [PATCH] stm32mp1: fix reference for STMicroelectronics Patrick Delaunay
2022-05-23 4:35 ` Heiko Schocher
@ 2022-06-16 7:01 ` Patrice CHOTARD
2022-06-17 9:20 ` Patrick DELAUNAY
2 siblings, 0 replies; 4+ messages in thread
From: Patrice CHOTARD @ 2022-06-16 7:01 UTC (permalink / raw)
To: Patrick Delaunay, u-boot
Cc: vipin.kumar, armando.visconti, Andre Przywara, Ashok Reddy Soma,
Bharat Gooty, Dylan Hung, Heiko Schocher, Jagan Teki,
Joe Hershberger, Lukasz Majewski, Marek Vasut, Mark Kettenis,
Michal Simek, Ramon Fried, Rayagonda Kokatanur, Ryan Chen,
Samuel Holland, Simon Glass, U-Boot STM32, Vignesh R,
Vikas Manocha, Yuan Fang
Hi Patrick
On 5/20/22 18:38, Patrick Delaunay wrote:
> Replace reference to the correct name STMicroelectronics
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>
> arch/arm/Kconfig | 2 +-
> arch/arm/cpu/armv7/stv0991/lowlevel.S | 2 +-
> arch/arm/mach-sti/Kconfig | 2 +-
> drivers/i2c/designware_i2c.c | 2 +-
> drivers/i2c/designware_i2c.h | 2 +-
> drivers/i2c/designware_i2c_pci.c | 2 +-
> drivers/mtd/nand/raw/fsmc_nand.c | 4 ++--
> drivers/mtd/spi/spi-nor-ids.c | 2 +-
> drivers/net/designware.c | 2 +-
> drivers/net/designware.h | 2 +-
> drivers/pinctrl/Kconfig | 2 +-
> drivers/spi/pl022_spi.c | 2 +-
> drivers/usb/gadget/designware_udc.c | 2 +-
> include/configs/stm32mp15_st_common.h | 2 +-
> include/elf.h | 4 ++--
> include/linux/mtd/fsmc_nand.h | 2 +-
> include/usb/designware_udc.h | 2 +-
> 17 files changed, 19 insertions(+), 19 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 5f24ffc0f3..53679b084c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1923,7 +1923,7 @@ config ARCH_STM32
> imply CMD_DM
>
> config ARCH_STI
> - bool "Support STMicrolectronics SoCs"
> + bool "Support STMicroelectronics SoCs"
> select BLK
> select CPU_V7A
> select DM
> diff --git a/arch/arm/cpu/armv7/stv0991/lowlevel.S b/arch/arm/cpu/armv7/stv0991/lowlevel.S
> index 218ac70f32..5733eaa15c 100644
> --- a/arch/arm/cpu/armv7/stv0991/lowlevel.S
> +++ b/arch/arm/cpu/armv7/stv0991/lowlevel.S
> @@ -1,6 +1,6 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> - * (C) Copyright 2014 stmicroelectronics
> + * (C) Copyright 2014 STMicroelectronics
> */
>
> #include <config.h>
> diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
> index f9a583af8d..d9e264024c 100644
> --- a/arch/arm/mach-sti/Kconfig
> +++ b/arch/arm/mach-sti/Kconfig
> @@ -9,7 +9,7 @@ choice
> config TARGET_STIH410_B2260
> bool "96Boards STiH410-B2260"
> help
> - Support for 96Board STiH410-B2260 based on STMicrolectronics
> + Support for 96Board STiH410-B2260 based on STMicroelectronics
> STiH410 soc. This board complies with 96Board Open Platform
> Specifications. Features:
> - 1GB DDR
> diff --git a/drivers/i2c/designware_i2c.c b/drivers/i2c/designware_i2c.c
> index 1aae6b64ba..e54de42abc 100644
> --- a/drivers/i2c/designware_i2c.c
> +++ b/drivers/i2c/designware_i2c.c
> @@ -1,7 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * (C) Copyright 2009
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #include <common.h>
> diff --git a/drivers/i2c/designware_i2c.h b/drivers/i2c/designware_i2c.h
> index a9c50c90ac..049976e8a2 100644
> --- a/drivers/i2c/designware_i2c.h
> +++ b/drivers/i2c/designware_i2c.h
> @@ -1,7 +1,7 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * (C) Copyright 2009
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #ifndef __DW_I2C_H_
> diff --git a/drivers/i2c/designware_i2c_pci.c b/drivers/i2c/designware_i2c_pci.c
> index 1572c2c6bc..46c2545f21 100644
> --- a/drivers/i2c/designware_i2c_pci.c
> +++ b/drivers/i2c/designware_i2c_pci.c
> @@ -1,7 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * (C) Copyright 2009
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> * Copyright 2019 Google Inc
> */
>
> diff --git a/drivers/mtd/nand/raw/fsmc_nand.c b/drivers/mtd/nand/raw/fsmc_nand.c
> index 5d197ce0c5..a92c6252a5 100644
> --- a/drivers/mtd/nand/raw/fsmc_nand.c
> +++ b/drivers/mtd/nand/raw/fsmc_nand.c
> @@ -1,10 +1,10 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * (C) Copyright 2010
> - * Vipin Kumar, ST Microelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> *
> * (C) Copyright 2012
> - * Amit Virdi, ST Microelectronics, amit.virdi@st.com.
> + * Amit Virdi, STMicroelectronics, amit.virdi@st.com.
> */
>
> #include <common.h>
> diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
> index 7050ddc397..20cd4d7fc9 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -280,7 +280,7 @@ const struct flash_info spi_nor_ids[] = {
> { INFO("sst26wf064", 0xbf2643, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_HAS_SST26LOCK) },
> #endif
> #ifdef CONFIG_SPI_FLASH_STMICRO /* STMICRO */
> - /* ST Microelectronics -- newer production may have feature updates */
> + /* STMicroelectronics -- newer production may have feature updates */
> { INFO("m25p10", 0x202011, 0, 32 * 1024, 4, 0) },
> { INFO("m25p20", 0x202012, 0, 64 * 1024, 4, 0) },
> { INFO("m25p40", 0x202013, 0, 64 * 1024, 8, 0) },
> diff --git a/drivers/net/designware.c b/drivers/net/designware.c
> index 1584b9eac1..0e63f70934 100644
> --- a/drivers/net/designware.c
> +++ b/drivers/net/designware.c
> @@ -1,7 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * (C) Copyright 2010
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> /*
> diff --git a/drivers/net/designware.h b/drivers/net/designware.h
> index a82afb99ca..ddc3d4f150 100644
> --- a/drivers/net/designware.h
> +++ b/drivers/net/designware.h
> @@ -1,7 +1,7 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * (C) Copyright 2010
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #ifndef _DW_ETH_H
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index 563d96d4f5..8a83f7e57f 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -272,7 +272,7 @@ config PINCTRL_STI
> depends on DM && ARCH_STI
> default y
> help
> - Support pin multiplexing control on STMicrolectronics STi SoCs.
> + Support pin multiplexing control on STMicroelectronics STi SoCs.
>
> The driver is controlled by a device tree node which contains both
> the GPIO definitions and pin control functions for each available
> diff --git a/drivers/spi/pl022_spi.c b/drivers/spi/pl022_spi.c
> index ea1691438b..828eab3d34 100644
> --- a/drivers/spi/pl022_spi.c
> +++ b/drivers/spi/pl022_spi.c
> @@ -1,7 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * (C) Copyright 2012
> - * Armando Visconti, ST Microelectronics, armando.visconti@st.com.
> + * Armando Visconti, STMicroelectronics, armando.visconti@st.com.
> *
> * (C) Copyright 2018
> * Quentin Schulz, Bootlin, quentin.schulz@bootlin.com
> diff --git a/drivers/usb/gadget/designware_udc.c b/drivers/usb/gadget/designware_udc.c
> index 7fc5d27d43..41a6e8cb7d 100644
> --- a/drivers/usb/gadget/designware_udc.c
> +++ b/drivers/usb/gadget/designware_udc.c
> @@ -4,7 +4,7 @@
> * TI OMAP1510 USB bus interface driver
> *
> * (C) Copyright 2009
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #include <common.h>
> diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h
> index 3c0ffb8f56..37b216e6e9 100644
> --- a/include/configs/stm32mp15_st_common.h
> +++ b/include/configs/stm32mp15_st_common.h
> @@ -2,7 +2,7 @@
> /*
> * Copyright (C) 2021, STMicroelectronics - All Rights Reserved
> *
> - * Configuration settings for the STMicroelectonics STM32MP15x boards
> + * Configuration settings for the STMicroelectronics STM32MP15x boards
> */
>
> #ifndef __CONFIG_STM32MP15_ST_COMMON_H__
> diff --git a/include/elf.h b/include/elf.h
> index b04e746d61..aeda159f0c 100644
> --- a/include/elf.h
> +++ b/include/elf.h
> @@ -188,14 +188,14 @@ typedef struct {
> #define EM_NDR1 57 /* Denso NDR1 microprocessor */
> #define EM_STARCORE 58 /* Motorola Start*Core processor */
> #define EM_ME16 59 /* Toyota ME16 processor */
> -#define EM_ST100 60 /* STMicroelectronic ST100 processor */
> +#define EM_ST100 60 /* STMicroelectronics ST100 processor */
> #define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/
> #define EM_X86_64 62 /* AMD x86-64 */
> #define EM_PDSP 63 /* Sony DSP Processor */
> /* RESERVED 64,65 for future use */
> #define EM_FX66 66 /* Siemens FX66 microcontroller */
> #define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */
> -#define EM_ST7 68 /* STmicroelectronics ST7 8 bit mc */
> +#define EM_ST7 68 /* STMicroelectronics ST7 8 bit mc */
> #define EM_68HC16 69 /* Motorola MC68HC16 microcontroller */
> #define EM_68HC11 70 /* Motorola MC68HC11 microcontroller */
> #define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */
> diff --git a/include/linux/mtd/fsmc_nand.h b/include/linux/mtd/fsmc_nand.h
> index 6079f9e260..1d8a067f17 100644
> --- a/include/linux/mtd/fsmc_nand.h
> +++ b/include/linux/mtd/fsmc_nand.h
> @@ -1,7 +1,7 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * (C) Copyright 2010
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #ifndef __FSMC_NAND_H__
> diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h
> index f874e5c35c..f716f07dd0 100644
> --- a/include/usb/designware_udc.h
> +++ b/include/usb/designware_udc.h
> @@ -1,7 +1,7 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * (C) Copyright 2009
> - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
> + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
> */
>
> #ifndef __DW_UDC_H
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Thanks
Patrice
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] stm32mp1: fix reference for STMicroelectronics
2022-05-20 16:38 [PATCH] stm32mp1: fix reference for STMicroelectronics Patrick Delaunay
2022-05-23 4:35 ` Heiko Schocher
2022-06-16 7:01 ` Patrice CHOTARD
@ 2022-06-17 9:20 ` Patrick DELAUNAY
2 siblings, 0 replies; 4+ messages in thread
From: Patrick DELAUNAY @ 2022-06-17 9:20 UTC (permalink / raw)
To: u-boot
Cc: vipin.kumar, armando.visconti, Andre Przywara, Ashok Reddy Soma,
Bharat Gooty, Dylan Hung, Heiko Schocher, Jagan Teki,
Joe Hershberger, Lukasz Majewski, Marek Vasut, Mark Kettenis,
Michal Simek, Patrice Chotard, Ramon Fried, Rayagonda Kokatanur,
Ryan Chen, Samuel Holland, Simon Glass, U-Boot STM32, Vignesh R,
Vikas Manocha, Yuan Fang
Hi,
On 5/20/22 18:38, Patrick Delaunay wrote:
> Replace reference to the correct name STMicroelectronics
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>
> arch/arm/Kconfig | 2 +-
> arch/arm/cpu/armv7/stv0991/lowlevel.S | 2 +-
> arch/arm/mach-sti/Kconfig | 2 +-
> drivers/i2c/designware_i2c.c | 2 +-
> drivers/i2c/designware_i2c.h | 2 +-
> drivers/i2c/designware_i2c_pci.c | 2 +-
> drivers/mtd/nand/raw/fsmc_nand.c | 4 ++--
> drivers/mtd/spi/spi-nor-ids.c | 2 +-
> drivers/net/designware.c | 2 +-
> drivers/net/designware.h | 2 +-
> drivers/pinctrl/Kconfig | 2 +-
> drivers/spi/pl022_spi.c | 2 +-
> drivers/usb/gadget/designware_udc.c | 2 +-
> include/configs/stm32mp15_st_common.h | 2 +-
> include/elf.h | 4 ++--
> include/linux/mtd/fsmc_nand.h | 2 +-
> include/usb/designware_udc.h | 2 +-
> 17 files changed, 19 insertions(+), 19 deletions(-)
>
Applied to u-boot-stm/next, thanks!
Regards
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-06-17 9:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20 16:38 [PATCH] stm32mp1: fix reference for STMicroelectronics Patrick Delaunay
2022-05-23 4:35 ` Heiko Schocher
2022-06-16 7:01 ` Patrice CHOTARD
2022-06-17 9:20 ` Patrick DELAUNAY
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox