public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".
@ 2021-12-21 21:06 Vagrant Cascadian
  2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 arch/arm/mach-bcm283x/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c
index 01a8ed2a7b..fe243e2dca 100644
--- a/arch/arm/mach-bcm283x/msg.c
+++ b/arch/arm/mach-bcm283x/msg.c
@@ -194,7 +194,7 @@ int bcm2711_notify_vl805_reset(void)
 	ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN,
 				     &msg_notify_vl805_reset->hdr);
 	if (ret) {
-		printf("bcm2711: Faild to load vl805's firmware, %d\n", ret);
+		printf("bcm2711: Failed to load vl805's firmware, %d\n", ret);
 		return -EIO;
 	}
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch" Vagrant Cascadian
                   ` (9 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/mtd/ubispl/ubispl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c
index 03b31f002b..b58d8e8d56 100644
--- a/drivers/mtd/ubispl/ubispl.c
+++ b/drivers/mtd/ubispl/ubispl.c
@@ -953,7 +953,7 @@ retry:
 	 * Check, if the total number of blocks is correct
 	 */
 	if (be32_to_cpu(vh->used_ebs) != last) {
-		ubi_dbg("Block count missmatch.");
+		ubi_dbg("Block count mismatch.");
 		ubi_dbg("vh->used_ebs: %d nrblocks: %d",
 			be32_to_cpu(vh->used_ebs), last);
 		generic_set_bit(pnum, ubi->corrupt);
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
  2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting" Vagrant Cascadian
                   ` (8 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/usb/musb/musb_udc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb/musb_udc.c b/drivers/usb/musb/musb_udc.c
index b9510e3045..2ffcb7caaa 100644
--- a/drivers/usb/musb/musb_udc.c
+++ b/drivers/usb/musb/musb_udc.c
@@ -269,7 +269,7 @@ static void musb_peri_ep0_set_address(void)
 				      __PRETTY_FUNCTION__, udc_device->address);
 	} else {
 		if (debug_level > 0)
-			serial_printf("ERROR : %s Address missmatch "
+			serial_printf("ERROR : %s Address mismatch "
 				      "sw %d vs hw %d\n",
 				      __PRETTY_FUNCTION__,
 				      udc_device->address, faddr);
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
  2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
  2021-12-21 21:06 ` [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch" Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 05/11] cmd/Kconfig: " Vagrant Cascadian
                   ` (7 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c b/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c
index 41c89b8904..60769e139e 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c
+++ b/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c
@@ -249,7 +249,7 @@ int setup_serdes_volt(u32 svdd)
 
 	/*
 	 * If SVDD set failed, will not return directly, so that the
-	 * serdes lanes can complete reseting.
+	 * serdes lanes can complete resetting.
 	 */
 	ret = set_serdes_volt(svdd_tar);
 	if (ret)
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 05/11] cmd/Kconfig: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (2 preceding siblings ...)
  2021-12-21 21:06 ` [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting" Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
                   ` (6 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 5b30b13e43..bb11aec9b7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1012,7 +1012,7 @@ config CMD_IDE
 	select IDE
 	help
 	  Provides an 'ide' command which allows accessing the IDE drive,
-	  reseting the IDE interface, printing the partition table and
+	  resetting the IDE interface, printing the partition table and
 	  geting device info. It also enables the 'diskboot' command which
 	  permits booting from an IDE drive.
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 06/11] drivers/net/fec_mxc.c: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (3 preceding siblings ...)
  2021-12-21 21:06 ` [PATCH 05/11] cmd/Kconfig: " Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2021-12-22 11:54   ` Ramon Fried
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't" Vagrant Cascadian
                   ` (5 subsequent siblings)
  10 siblings, 2 replies; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/net/fec_mxc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 40a86a3e12..811bc275c1 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1465,7 +1465,7 @@ static int fecmxc_probe(struct udevice *dev)
 	start = get_timer(0);
 	while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) {
 		if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
-			printf("FEC MXC: Timeout reseting chip\n");
+			printf("FEC MXC: Timeout resetting chip\n");
 			goto err_timeout;
 		}
 		udelay(10);
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (4 preceding siblings ...)
  2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:06 ` [PATCH 08/11] drivers/core/of_addr.c: " Vagrant Cascadian
                   ` (4 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 common/fdt_support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/fdt_support.c b/common/fdt_support.c
index 8992ac5d3f..a7dbe0efdf 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -1407,7 +1407,7 @@ int fdt_get_dma_range(const void *blob, int node, phys_addr_t *cpu,
 	node = parent;
 	parent = fdt_parent_offset(blob, node);
 	if (parent < 0) {
-		printf("Found dma-ranges in root node, shoudln't happen\n");
+		printf("Found dma-ranges in root node, shouldn't happen\n");
 		ret = -EINVAL;
 		goto out;
 	}
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 08/11] drivers/core/of_addr.c: Fix spelling of "shouldn't".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (5 preceding siblings ...)
  2021-12-21 21:06 ` [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't" Vagrant Cascadian
@ 2021-12-21 21:06 ` Vagrant Cascadian
  2022-01-13 14:24   ` Tom Rini
  2021-12-21 21:07 ` [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting" Vagrant Cascadian
                   ` (3 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/core/of_addr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c
index 3fbc0a7afa..431dd4e565 100644
--- a/drivers/core/of_addr.c
+++ b/drivers/core/of_addr.c
@@ -367,7 +367,7 @@ int of_get_dma_range(const struct device_node *dev, phys_addr_t *cpu,
 	/* switch to that node */
 	parent = of_get_parent(dev);
 	if (!parent) {
-		printf("Found dma-ranges in root node, shoudln't happen\n");
+		printf("Found dma-ranges in root node, shouldn't happen\n");
 		ret = -EINVAL;
 		goto out;
 	}
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (6 preceding siblings ...)
  2021-12-21 21:06 ` [PATCH 08/11] drivers/core/of_addr.c: " Vagrant Cascadian
@ 2021-12-21 21:07 ` Vagrant Cascadian
  2022-01-13 14:25   ` Tom Rini
  2021-12-21 21:07 ` [PATCH 10/11] drivers/ddr/altera/sequencer.c: " Vagrant Cascadian
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:07 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 arch/arm/mach-keystone/ddr3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c
index 9ee3284156..53117c2695 100644
--- a/arch/arm/mach-keystone/ddr3.c
+++ b/arch/arm/mach-keystone/ddr3.c
@@ -344,7 +344,7 @@ void ddr3_check_ecc_int(u32 base)
 		puts("DDR3 ECC 2-bit error interrupted\n");
 
 		if (!ecc_test) {
-			puts("Reseting the device ...\n");
+			puts("Resetting the device ...\n");
 			reset_cpu();
 		}
 	}
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 10/11] drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (7 preceding siblings ...)
  2021-12-21 21:07 ` [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting" Vagrant Cascadian
@ 2021-12-21 21:07 ` Vagrant Cascadian
  2022-01-13 14:25   ` Tom Rini
  2021-12-21 21:07 ` [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: " Vagrant Cascadian
  2022-01-13 14:24 ` [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Tom Rini
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:07 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/ddr/altera/sequencer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ddr/altera/sequencer.c b/drivers/ddr/altera/sequencer.c
index 8a016f0628..e402f2929a 100644
--- a/drivers/ddr/altera/sequencer.c
+++ b/drivers/ddr/altera/sequencer.c
@@ -2770,7 +2770,7 @@ rw_mgr_mem_calibrate_dqs_enable_calibration(struct socfpga_sdrseq *seq,
 	ret = rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(seq, rw_group);
 
 	debug_cond(DLEVEL >= 1,
-		   "%s:%d: g=%u found=%u; Reseting delay chain to zero\n",
+		   "%s:%d: g=%u found=%u; Resetting delay chain to zero\n",
 		   __func__, __LINE__, rw_group, !ret);
 
 	for (r = 0; r < seq->rwcfg->mem_number_of_ranks;
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (8 preceding siblings ...)
  2021-12-21 21:07 ` [PATCH 10/11] drivers/ddr/altera/sequencer.c: " Vagrant Cascadian
@ 2021-12-21 21:07 ` Vagrant Cascadian
  2022-01-13 14:25   ` Tom Rini
  2022-01-13 14:24 ` [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Tom Rini
  10 siblings, 1 reply; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:07 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 drivers/usb/gadget/dwc2_udc_otg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/dwc2_udc_otg.c b/drivers/usb/gadget/dwc2_udc_otg.c
index 2f31814442..b30604eba0 100644
--- a/drivers/usb/gadget/dwc2_udc_otg.c
+++ b/drivers/usb/gadget/dwc2_udc_otg.c
@@ -461,7 +461,7 @@ static void reconfig_usbd(struct dwc2_udc *dev)
 	u32 max_hw_ep;
 	int pdata_hw_ep;
 
-	debug("Reseting OTG controller\n");
+	debug("Resetting OTG controller\n");
 
 	dflt_gusbcfg =
 		0<<15		/* PHY Low Power Clock sel*/
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* Re: [PATCH 06/11] drivers/net/fec_mxc.c: Fix spelling of "resetting".
  2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
@ 2021-12-22 11:54   ` Ramon Fried
  2022-01-13 14:24   ` Tom Rini
  1 sibling, 0 replies; 23+ messages in thread
From: Ramon Fried @ 2021-12-22 11:54 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: U-Boot Mailing List

On Tue, Dec 21, 2021 at 11:08 PM Vagrant Cascadian <vagrant@debian.org> wrote:
>
> ---
>  drivers/net/fec_mxc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
> index 40a86a3e12..811bc275c1 100644
> --- a/drivers/net/fec_mxc.c
> +++ b/drivers/net/fec_mxc.c
> @@ -1465,7 +1465,7 @@ static int fecmxc_probe(struct udevice *dev)
>         start = get_timer(0);
>         while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) {
>                 if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
> -                       printf("FEC MXC: Timeout reseting chip\n");
> +                       printf("FEC MXC: Timeout resetting chip\n");
>                         goto err_timeout;
>                 }
>                 udelay(10);
> --
> 2.30.2
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".
  2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
                   ` (9 preceding siblings ...)
  2021-12-21 21:07 ` [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: " Vagrant Cascadian
@ 2022-01-13 14:24 ` Tom Rini
  10 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:52PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
  2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:53PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".
  2021-12-21 21:06 ` [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch" Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:54PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting".
  2021-12-21 21:06 ` [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting" Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:55PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 05/11] cmd/Kconfig: Fix spelling of "resetting".
  2021-12-21 21:06 ` [PATCH 05/11] cmd/Kconfig: " Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:56PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 06/11] drivers/net/fec_mxc.c: Fix spelling of "resetting".
  2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
  2021-12-22 11:54   ` Ramon Fried
@ 2022-01-13 14:24   ` Tom Rini
  1 sibling, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:57PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't".
  2021-12-21 21:06 ` [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't" Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:58PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 08/11] drivers/core/of_addr.c: Fix spelling of "shouldn't".
  2021-12-21 21:06 ` [PATCH 08/11] drivers/core/of_addr.c: " Vagrant Cascadian
@ 2022-01-13 14:24   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:24 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:06:59PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
  2021-12-21 21:07 ` [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting" Vagrant Cascadian
@ 2022-01-13 14:25   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:25 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:07:00PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 10/11] drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".
  2021-12-21 21:07 ` [PATCH 10/11] drivers/ddr/altera/sequencer.c: " Vagrant Cascadian
@ 2022-01-13 14:25   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:25 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:07:01PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".
  2021-12-21 21:07 ` [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: " Vagrant Cascadian
@ 2022-01-13 14:25   ` Tom Rini
  0 siblings, 0 replies; 23+ messages in thread
From: Tom Rini @ 2022-01-13 14:25 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

On Tue, Dec 21, 2021 at 01:07:02PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-01-13 14:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 05/11] cmd/Kconfig: " Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
2021-12-22 11:54   ` Ramon Fried
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 08/11] drivers/core/of_addr.c: " Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:07 ` [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting" Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2021-12-21 21:07 ` [PATCH 10/11] drivers/ddr/altera/sequencer.c: " Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2021-12-21 21:07 ` [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: " Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2022-01-13 14:24 ` [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox