public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] Kconfig: spelling fixes
@ 2019-01-13  9:13 Chris Packham
  2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

These were found automatically with codespell. Codespell is fairly
conservative about false positives so there are likely more errors but
these are the low hanging fruit.

These patches should all be self-contained so subsystem/board maintainers
can pick them up at will.

Chris Packham (10):
  Kconfig: fix spelling
  common: spl: Kconfig: spelling fixes
  arm: Kconfig: spelling fixes
  x86: Kconfig: spelling fixes
  work_92105: Kconfig: spelling fixes
  drivers: Kconfig: spelling fixes
  i2c: Kconfig: spelling fixes
  pinctrl: Kconfig: spelling fixes
  video: Kconfig: spelling fixes
  lib: Kconfig: spelling fixes

 Kconfig                                 |  2 +-
 arch/arm/mach-bcm283x/Kconfig           | 10 +++++-----
 arch/x86/cpu/qemu/Kconfig               |  2 +-
 arch/x86/cpu/quark/Kconfig              |  2 +-
 board/work-microwave/work_92105/Kconfig |  2 +-
 common/spl/Kconfig                      |  2 +-
 drivers/core/Kconfig                    |  2 +-
 drivers/i2c/Kconfig                     |  8 ++++----
 drivers/pinctrl/Kconfig                 |  2 +-
 drivers/video/rockchip/Kconfig          |  2 +-
 lib/Kconfig                             |  4 ++--
 11 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.20.1

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

* [U-Boot] [PATCH 01/10] Kconfig: fix spelling
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,01/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes Chris Packham
                   ` (8 subsequent siblings)
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

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

diff --git a/Kconfig b/Kconfig
index aff7b2e00a05..a078f7b1b667 100644
--- a/Kconfig
+++ b/Kconfig
@@ -213,7 +213,7 @@ config PHYS_64BIT
 	help
 	  Say Y here to support 64bit physical memory address.
 	  This can be used not only for 64bit SoCs, but also for
-	  large physical address extention on 32bit SoCs.
+	  large physical address extension on 32bit SoCs.
 
 config BUILD_ROM
 	bool "Build U-Boot as BIOS replacement"
-- 
2.20.1

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

* [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
  2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,02/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 03/10] arm: " Chris Packham
                   ` (7 subsequent siblings)
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

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

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 35472f4a921c..4fbd7fbd8a3a 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -608,7 +608,7 @@ config SPL_PAYLOAD
 	default "tpl/u-boot-with-tpl.bin" if TPL
 	default "u-boot.bin"
 	help
-	  Payload for SPL boot. For backward compability, default to
+	  Payload for SPL boot. For backward compatibility, default to
 	  u-boot.bin, i.e. RAW image without any header. In case of
 	  TPL, tpl/u-boot-with-tpl.bin. For new boards, suggest to
 	  use u-boot.img.
-- 
2.20.1

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

* [U-Boot] [PATCH 03/10] arm: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
  2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
  2019-01-13  9:13 ` [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-19  2:52   ` [U-Boot] [U-Boot,03/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 04/10] x86: " Chris Packham
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 arch/arm/mach-bcm283x/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index 821caedbf7a7..3eb5a9a897b1 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -41,7 +41,7 @@ config TARGET_RPI
 	  support BCM2836/BCM2837-based Raspberry Pis such as the RPi 2 and
 	  RPi 3 due to different peripheral address maps.
 
-	  This option creates a build targetting the ARM1176 ISA.
+	  This option creates a build targeting the ARM1176 ISA.
 	select BCM2835
 
 config TARGET_RPI_0_W
@@ -57,7 +57,7 @@ config TARGET_RPI_0_W
 	  This is required for U-Boot to operate correctly, even if you only
 	  care about the HDMI/usbkbd console.
 
-	  This option creates a build targetting the ARMv7/AArch32 ISA.
+	  This option creates a build targeting the ARMv7/AArch32 ISA.
 	select BCM2835
 
 config TARGET_RPI_2
@@ -80,7 +80,7 @@ config TARGET_RPI_2
 	  arm_loader: emmc clock depends on core clock See:
 	  https://github.com/raspberrypi/firmware/issues/572".
 
-	  This option creates a build targetting the ARMv7/AArch32 ISA.
+	  This option creates a build targeting the ARMv7/AArch32 ISA.
 	select BCM2836
 
 config TARGET_RPI_3_32B
@@ -96,7 +96,7 @@ config TARGET_RPI_3_32B
 	  required for U-Boot to operate correctly, even if you only care
 	  about the HDMI/usbkbd console.
 
-	  This option creates a build targetting the ARMv7/AArch32 ISA.
+	  This option creates a build targeting the ARMv7/AArch32 ISA.
 	select BCM2837_32B
 
 config TARGET_RPI_3
@@ -124,7 +124,7 @@ config TARGET_RPI_3
 	  duplicated here. The VC FW enhancement is tracked in
 	  https://github.com/raspberrypi/firmware/issues/579.
 
-	  This option creates a build targetting the ARMv8/AArch64 ISA.
+	  This option creates a build targeting the ARMv8/AArch64 ISA.
 	select BCM2837_64B
 
 endchoice
-- 
2.20.1

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

* [U-Boot] [PATCH 04/10] x86: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (2 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 03/10] arm: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,04/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 05/10] work_92105: " Chris Packham
                   ` (5 subsequent siblings)
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 arch/x86/cpu/qemu/Kconfig  | 2 +-
 arch/x86/cpu/quark/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index fdf558d66077..f8f2f6473088 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -28,7 +28,7 @@ config ACPI_PM1_BASE
 	hex
 	default 0xe400
 	help
-	  ACPI Power Managment 1 (PM1) i/o-mapped base address.
+	  ACPI Power Management 1 (PM1) i/o-mapped base address.
 	  This device is defined in ACPI specification, with 16 bytes in size.
 
 endif
diff --git a/arch/x86/cpu/quark/Kconfig b/arch/x86/cpu/quark/Kconfig
index 3a18cb0dfc60..430cce184d42 100644
--- a/arch/x86/cpu/quark/Kconfig
+++ b/arch/x86/cpu/quark/Kconfig
@@ -84,7 +84,7 @@ config ACPI_PM1_BASE
 	hex
 	default 0x1000
 	help
-	  ACPI Power Managment 1 (PM1) i/o-mapped base address.
+	  ACPI Power Management 1 (PM1) i/o-mapped base address.
 	  This device is defined in ACPI specification, with 16 bytes in size.
 
 config ACPI_PBLK_BASE
-- 
2.20.1

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

* [U-Boot] [PATCH 05/10] work_92105: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (3 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 04/10] x86: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-19  2:52   ` [U-Boot] [U-Boot,05/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 06/10] drivers: " Chris Packham
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 board/work-microwave/work_92105/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/work-microwave/work_92105/Kconfig b/board/work-microwave/work_92105/Kconfig
index 32632f5ab529..380e2dfc2419 100644
--- a/board/work-microwave/work_92105/Kconfig
+++ b/board/work-microwave/work_92105/Kconfig
@@ -10,7 +10,7 @@ config SYS_CONFIG_NAME
 	default "work_92105"
 
 config CMD_HD44760
-	bool "Enable 'hd44780' LCD-control comand"
+	bool "Enable 'hd44780' LCD-control command"
 	help
 	  This controls the LCD driver.
 
-- 
2.20.1

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

* [U-Boot] [PATCH 06/10] drivers: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (4 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 05/10] work_92105: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,06/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 07/10] i2c: " Chris Packham
                   ` (3 subsequent siblings)
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

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

diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 046b87a33375..ddf2fb3fb828 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -232,7 +232,7 @@ config OF_ISA_BUS
 	  Is this option is enabled then support for the ISA bus will
 	  be included for addresses read from DT. This is something that
 	  should be known to be required or not based upon the board
-	  being targetted, and whether or not it makes use of an ISA bus.
+	  being targeted, and whether or not it makes use of an ISA bus.
 
 	  The bus is matched based upon its node name equalling "isa". The
 	  busses #address-cells should equal 2, with the first cell being
-- 
2.20.1

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

* [U-Boot] [PATCH 07/10] i2c: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (5 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 06/10] drivers: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-19  2:52   ` [U-Boot] [U-Boot,07/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 08/10] pinctrl: " Chris Packham
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 drivers/i2c/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 1ef22e6bcde2..838500707071 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -157,9 +157,9 @@ config SYS_I2C_MESON
 config SYS_I2C_MXC
 	bool "NXP MXC I2C driver"
 	help
-	  Add support for the NXP I2C driver. This supports upto for bus
-	  channels and operating on standard mode upto 100 kbits/s and fast
-	  mode upto 400 kbits/s.
+	  Add support for the NXP I2C driver. This supports up to four bus
+	  channels and operating on standard mode up to 100 kbits/s and fast
+	  mode up to 400 kbits/s.
 
 if SYS_I2C_MXC
 config SYS_I2C_MXC_I2C1
@@ -363,7 +363,7 @@ config SYS_I2C_ROCKCHIP
 	help
 	  Add support for the Rockchip I2C driver. This is used with various
 	  Rockchip parts such as RK3126, RK3128, RK3036 and RK3288. All chips
-	  have several I2C ports and all are provided, controled by the
+	  have several I2C ports and all are provided, controlled by the
 	  device tree.
 
 config SYS_I2C_SANDBOX
-- 
2.20.1

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

* [U-Boot] [PATCH 08/10] pinctrl: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (6 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 07/10] i2c: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,08/10] " Tom Rini
  2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
  2019-01-13  9:13 ` [U-Boot] [PATCH 10/10] lib: " Chris Packham
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

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

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 30a6aa6ee8eb..fb441b3bf1bc 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -146,7 +146,7 @@ config PINCTRL_PIC32
 	  Supports individual pin selection and configuration for each
 	  remappable peripheral available on Microchip PIC32
 	  SoCs. This driver is controlled by a device tree node which
-	  contains both GPIO defintion and pin control functions.
+	  contains both GPIO definition and pin control functions.
 
 config PINCTRL_QCA953X
 	bool "QCA/Athores qca953x pin control driver"
-- 
2.20.1

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

* [U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (7 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 08/10] pinctrl: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-14  9:06   ` Anatolij Gustschin
                     ` (2 more replies)
  2019-01-13  9:13 ` [U-Boot] [PATCH 10/10] lib: " Chris Packham
  9 siblings, 3 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 drivers/video/rockchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
index b1d7c62fcade..10182d0b66c6 100644
--- a/drivers/video/rockchip/Kconfig
+++ b/drivers/video/rockchip/Kconfig
@@ -65,6 +65,6 @@ config DISPLAY_ROCKCHIP_MIPI
 	help
 	  This enables Mobile Industry Processor Interface(MIPI) display
 	  support. The mipi controller and dphy on rk3288& rk3399 support
-	  16,18, 24 bits per pixel with upto 2k resolution ratio.
+	  16,18, 24 bits per pixel with up to 2k resolution ratio.
 
 endif
-- 
2.20.1

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

* [U-Boot] [PATCH 10/10] lib: Kconfig: spelling fixes
  2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
                   ` (8 preceding siblings ...)
  2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
@ 2019-01-13  9:13 ` Chris Packham
  2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:53   ` [U-Boot] [U-Boot,10/10] " Tom Rini
  9 siblings, 2 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-13  9:13 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 lib/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 0333ab172fa6..366d164cd760 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -147,7 +147,7 @@ config SPL_TINY_MEMSET
 	  The faster memset() is the arch-specific one (if available) enabled
 	  by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get
 	  better performance by writing a word at a time. But in very
-	  size-constrained envrionments even this may be too big. Enable this
+	  size-constrained environments even this may be too big. Enable this
 	  option to reduce code size slightly at the cost of some speed.
 
 config TPL_TINY_MEMSET
@@ -156,7 +156,7 @@ config TPL_TINY_MEMSET
 	  The faster memset() is the arch-specific one (if available) enabled
 	  by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get
 	  better performance by writing a word at a time. But in very
-	  size-constrained envrionments even this may be too big. Enable this
+	  size-constrained environments even this may be too big. Enable this
 	  option to reduce code size slightly at the cost of some speed.
 
 config RBTREE
-- 
2.20.1

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

* [U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
@ 2019-01-14  9:06   ` Anatolij Gustschin
  2019-01-14 10:00   ` Philipp Tomsich
  2019-01-19  2:53   ` [U-Boot] [U-Boot,09/10] " Tom Rini
  2 siblings, 0 replies; 30+ messages in thread
From: Anatolij Gustschin @ 2019-01-14  9:06 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 22:13:27 +1300
Chris Packham judge.packham at gmail.com wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Reviewed-by: Anatolij Gustschin <agust@denx.de>

--
Anatolij

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

* [U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
  2019-01-14  9:06   ` Anatolij Gustschin
@ 2019-01-14 10:00   ` Philipp Tomsich
  2019-01-15  6:17     ` Chris Packham
  2019-01-19  2:53   ` [U-Boot] [U-Boot,09/10] " Tom Rini
  2 siblings, 1 reply; 30+ messages in thread
From: Philipp Tomsich @ 2019-01-14 10:00 UTC (permalink / raw)
  To: u-boot



> On 13.01.2019, at 10:13, Chris Packham <judge.packham@gmail.com> wrote:
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Strictly speaking the “commit message” (i.e. anything beyond the summary line) is
missing, even as this is a trivial fix…

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

* [U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes
  2019-01-14 10:00   ` Philipp Tomsich
@ 2019-01-15  6:17     ` Chris Packham
  0 siblings, 0 replies; 30+ messages in thread
From: Chris Packham @ 2019-01-15  6:17 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 14, 2019 at 11:00 PM Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
>
>
>
> > On 13.01.2019, at 10:13, Chris Packham <judge.packham@gmail.com> wrote:
> >
> > Signed-off-by: Chris Packham <judge.packham@gmail.com>
>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>
> Strictly speaking the “commit message” (i.e. anything beyond the summary line) is
> missing, even as this is a trivial fix…

I struggled to come up with anything that wasn't either repeating the
headline or the actual code change. If you really want it I can send a
v2 with some more words.

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

* [U-Boot] [PATCH 01/10] Kconfig: fix spelling
  2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
@ 2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,01/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:34 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:13, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 08/10] pinctrl: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 08/10] pinctrl: " Chris Packham
@ 2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,08/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:34 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:14, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  drivers/pinctrl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 10/10] lib: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 10/10] lib: " Chris Packham
@ 2019-01-16 21:34   ` Simon Glass
  2019-01-19  2:53   ` [U-Boot] [U-Boot,10/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:34 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:14, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  lib/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes Chris Packham
@ 2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,02/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:35 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:14, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  common/spl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 04/10] x86: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 04/10] x86: " Chris Packham
@ 2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,04/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:35 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:14, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  arch/x86/cpu/qemu/Kconfig  | 2 +-
>  arch/x86/cpu/quark/Kconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 06/10] drivers: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 06/10] drivers: " Chris Packham
@ 2019-01-16 21:35   ` Simon Glass
  2019-01-19  2:52   ` [U-Boot] [U-Boot,06/10] " Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Simon Glass @ 2019-01-16 21:35 UTC (permalink / raw)
  To: u-boot

On Sun, 13 Jan 2019 at 02:14, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [U-Boot,01/10] Kconfig: fix spelling
  2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
  2019-01-16 21:34   ` Simon Glass
@ 2019-01-19  2:52   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:19PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/4752c69d/attachment.sig>

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

* [U-Boot] [U-Boot,02/10] common: spl: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes Chris Packham
  2019-01-16 21:35   ` Simon Glass
@ 2019-01-19  2:52   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:20PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/4a8198f1/attachment.sig>

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

* [U-Boot] [U-Boot,03/10] arm: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 03/10] arm: " Chris Packham
@ 2019-01-19  2:52   ` Tom Rini
  0 siblings, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:21PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/b4ef5130/attachment.sig>

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

* [U-Boot] [U-Boot,04/10] x86: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 04/10] x86: " Chris Packham
  2019-01-16 21:35   ` Simon Glass
@ 2019-01-19  2:52   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:22PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/c696b2f8/attachment.sig>

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

* [U-Boot] [U-Boot,05/10] work_92105: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 05/10] work_92105: " Chris Packham
@ 2019-01-19  2:52   ` Tom Rini
  0 siblings, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:23PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/883bdeba/attachment.sig>

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

* [U-Boot] [U-Boot,06/10] drivers: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 06/10] drivers: " Chris Packham
  2019-01-16 21:35   ` Simon Glass
@ 2019-01-19  2:52   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:24PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/ce111aae/attachment.sig>

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

* [U-Boot] [U-Boot,07/10] i2c: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 07/10] i2c: " Chris Packham
@ 2019-01-19  2:52   ` Tom Rini
  0 siblings, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:25PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/9fe9cae3/attachment.sig>

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

* [U-Boot] [U-Boot,08/10] pinctrl: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 08/10] pinctrl: " Chris Packham
  2019-01-16 21:34   ` Simon Glass
@ 2019-01-19  2:52   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:26PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/7870cd68/attachment.sig>

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

* [U-Boot] [U-Boot,09/10] video: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
  2019-01-14  9:06   ` Anatolij Gustschin
  2019-01-14 10:00   ` Philipp Tomsich
@ 2019-01-19  2:53   ` Tom Rini
  2 siblings, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:53 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:27PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Anatolij Gustschin <agust@denx.de>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/c488cd67/attachment.sig>

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

* [U-Boot] [U-Boot,10/10] lib: Kconfig: spelling fixes
  2019-01-13  9:13 ` [U-Boot] [PATCH 10/10] lib: " Chris Packham
  2019-01-16 21:34   ` Simon Glass
@ 2019-01-19  2:53   ` Tom Rini
  1 sibling, 0 replies; 30+ messages in thread
From: Tom Rini @ 2019-01-19  2:53 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 13, 2019 at 10:13:28PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/919f27d5/attachment.sig>

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

end of thread, other threads:[~2019-01-19  2:53 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13  9:13 [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Chris Packham
2019-01-13  9:13 ` [U-Boot] [PATCH 01/10] Kconfig: fix spelling Chris Packham
2019-01-16 21:34   ` Simon Glass
2019-01-19  2:52   ` [U-Boot] [U-Boot,01/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes Chris Packham
2019-01-16 21:35   ` Simon Glass
2019-01-19  2:52   ` [U-Boot] [U-Boot,02/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 03/10] arm: " Chris Packham
2019-01-19  2:52   ` [U-Boot] [U-Boot,03/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 04/10] x86: " Chris Packham
2019-01-16 21:35   ` Simon Glass
2019-01-19  2:52   ` [U-Boot] [U-Boot,04/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 05/10] work_92105: " Chris Packham
2019-01-19  2:52   ` [U-Boot] [U-Boot,05/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 06/10] drivers: " Chris Packham
2019-01-16 21:35   ` Simon Glass
2019-01-19  2:52   ` [U-Boot] [U-Boot,06/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 07/10] i2c: " Chris Packham
2019-01-19  2:52   ` [U-Boot] [U-Boot,07/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 08/10] pinctrl: " Chris Packham
2019-01-16 21:34   ` Simon Glass
2019-01-19  2:52   ` [U-Boot] [U-Boot,08/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 09/10] video: " Chris Packham
2019-01-14  9:06   ` Anatolij Gustschin
2019-01-14 10:00   ` Philipp Tomsich
2019-01-15  6:17     ` Chris Packham
2019-01-19  2:53   ` [U-Boot] [U-Boot,09/10] " Tom Rini
2019-01-13  9:13 ` [U-Boot] [PATCH 10/10] lib: " Chris Packham
2019-01-16 21:34   ` Simon Glass
2019-01-19  2:53   ` [U-Boot] [U-Boot,10/10] " Tom Rini

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