]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
stm32mp1: fix reference for STMicroelectronics
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 20 May 2022 16:38:10 +0000 (18:38 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 17 Jun 2022 12:12:27 +0000 (14:12 +0200)
Replace reference to the correct name STMicroelectronics

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
17 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv7/stv0991/lowlevel.S
arch/arm/mach-sti/Kconfig
drivers/i2c/designware_i2c.c
drivers/i2c/designware_i2c.h
drivers/i2c/designware_i2c_pci.c
drivers/mtd/nand/raw/fsmc_nand.c
drivers/mtd/spi/spi-nor-ids.c
drivers/net/designware.c
drivers/net/designware.h
drivers/pinctrl/Kconfig
drivers/spi/pl022_spi.c
drivers/usb/gadget/designware_udc.c
include/configs/stm32mp15_st_common.h
include/elf.h
include/linux/mtd/fsmc_nand.h
include/usb/designware_udc.h

index e0488fd641adea1be62b1bb0e82c5b5d5ecc4f93..c618aad80183c53fe8993fd0d79e894b950bbfb7 100644 (file)
@@ -1928,7 +1928,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
index 218ac70f328848b361de7726173c3863d16ca91a..5733eaa15c0b99f0b34248453560a37d9dcbf0f9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * (C) Copyright 2014 stmicroelectronics
+ * (C) Copyright 2014 STMicroelectronics
  */
 
 #include <config.h>
index f9a583af8d85bffb1ff1620e71fb970140dead9d..d9e264024c8e8b51d0eef685c5d22c3680a824e4 100644 (file)
@@ -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
index 1aae6b64bac320b778290649ec3a5409946bc12d..e54de42abc3957a98f21437c190a05694cf0ed4c 100644 (file)
@@ -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>
index a9c50c90ace5f8c80fea244ca6d41fe12750444e..049976e8a2363510e0c3c0efca0ad22aca094086 100644 (file)
@@ -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_
index 1572c2c6bceec55c4b9a9d98a0bcbd02e0e14fbc..46c2545f214566f16714a84922b793ba3675b5bc 100644 (file)
@@ -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
  */
 
index 5d197ce0c51c1cadefa27ba5b764df10ef9ee4df..a92c6252a5dc6f68c91482d59e8a31e31b665979 100644 (file)
@@ -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>
index 7050ddc397162c5bd624259eef04572082be27e3..20cd4d7fc9e0e65b9d184f4dd3397a4ae47ef366 100644 (file)
@@ -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) },
index 1584b9eac173b1ba6ca0c41b93b90bb46fd7974f..0e63f70934c0c9eac0ece55ed18be285b0835e61 100644 (file)
@@ -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.
  */
 
 /*
index a82afb99cabd7d956065edce4d67ab7fc92a5d2a..ddc3d4f150620492232e32062f8d65718ba9c431 100644 (file)
@@ -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
index d9b8287f41ec240809a30f8ec6760b8ca3aff4f2..b6ef2acced2d9b7bd95cd418209975f4944f4294 100644 (file)
@@ -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
index ea1691438be6efd9a1235807d97b4872dd3e27ac..828eab3d3427d7bae62d352d5fc7fff11d41a56e 100644 (file)
@@ -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
index 7fc5d27d436f837c35458ba4384473ce77907676..41a6e8cb7d34caf0c90dbbc1bc2e325d36a1e73e 100644 (file)
@@ -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>
index 3c0ffb8f56fe8fa901d01d77155a1426f3df2dab..37b216e6e9f03b77c58d14953df1dbaa00756a6f 100644 (file)
@@ -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__
index b04e746d6176bd37abc30fe775d4dcf97742e886..aeda159f0c01ae706b16b1c7428f8ab17a0a9937 100644 (file)
@@ -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 */
index 6079f9e260de1fc7a2ab223772a052c8043a3a24..1d8a067f17ef4d1905d0cf591c2ea861a796bf0d 100644 (file)
@@ -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__
index f874e5c35cc2d1f21c064cbf6689700a6a4ede1f..f716f07dd0419ea0df5ed35094cfbe74cbd5b8ab 100644 (file)
@@ -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