2020-04-16 17:26:55

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH trivial 0/6] Fix misspellings of "Analog Devices"

Hi all,

In several files the company also known as ADI is spelled as "Analog
Device". However, according to https://www.analog.com/, the company
name is spelled "Analog Devices".

Hence this patch series, one per subsystem, fixes these misspellings.

Thanks for your comments!

Geert Uytterhoeven (6):
dt-bindings: Fix misspellings of "Analog Devices"
dma: Fix misspelling of "Analog Devices"
drm: Fix misspellings of "Analog Devices"
iio: Fix misspellings of "Analog Devices"
ALSA: Fix misspellings of "Analog Devices"
ASoC: Fix misspellings of "Analog Devices"

.../devicetree/bindings/display/bridge/adi,adv7123.txt | 4 ++--
.../devicetree/bindings/display/bridge/adi,adv7511.txt | 4 ++--
Documentation/devicetree/bindings/dma/adi,axi-dmac.txt | 2 +-
Documentation/devicetree/bindings/iio/dac/ad5755.txt | 2 +-
drivers/dma/Kconfig | 2 +-
drivers/gpu/drm/bridge/adv7511/Kconfig | 2 +-
drivers/gpu/drm/drm_fb_cma_helper.c | 2 +-
drivers/gpu/drm/tegra/fb.c | 2 +-
drivers/iio/adc/ad7791.c | 2 +-
drivers/iio/trigger/iio-trig-hrtimer.c | 2 +-
drivers/staging/iio/Documentation/overview.txt | 2 +-
sound/isa/ad1816a/ad1816a.c | 2 +-
sound/pci/ac97/ac97_patch.c | 2 +-
sound/pci/hda/Kconfig | 4 ++--
sound/soc/codecs/ad1980.c | 2 +-
sound/soc/codecs/ad73311.c | 2 +-
sound/soc/codecs/wm8782.c | 2 +-
17 files changed, 20 insertions(+), 20 deletions(-)

--
2.17.1

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2020-04-16 17:27:42

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH trivial 3/6] drm: Fix misspellings of "Analog Devices"

According to https://www.analog.com/, the company name is spelled
"Analog Devices".

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
drivers/gpu/drm/bridge/adv7511/Kconfig | 2 +-
drivers/gpu/drm/drm_fb_cma_helper.c | 2 +-
drivers/gpu/drm/tegra/fb.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/bridge/adv7511/Kconfig b/drivers/gpu/drm/bridge/adv7511/Kconfig
index 47d4eb9e845d085c..f46a5e26b5dd6406 100644
--- a/drivers/gpu/drm/bridge/adv7511/Kconfig
+++ b/drivers/gpu/drm/bridge/adv7511/Kconfig
@@ -6,7 +6,7 @@ config DRM_I2C_ADV7511
select REGMAP_I2C
select DRM_MIPI_DSI
help
- Support for the Analog Device ADV7511(W)/13/33/35 HDMI encoders.
+ Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.

config DRM_I2C_ADV7511_AUDIO
bool "ADV7511 HDMI Audio driver"
diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c
index 9801c0333eca29e9..cb2349ad338d953b 100644
--- a/drivers/gpu/drm/drm_fb_cma_helper.c
+++ b/drivers/gpu/drm/drm_fb_cma_helper.c
@@ -2,7 +2,7 @@
/*
* drm kms/fb cma (contiguous memory allocator) helper functions
*
- * Copyright (C) 2012 Analog Device Inc.
+ * Copyright (C) 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <[email protected]>
*
* Based on udl_fbdev.c
diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c
index b8a328f538626e7a..2b0666ac681b8721 100644
--- a/drivers/gpu/drm/tegra/fb.c
+++ b/drivers/gpu/drm/tegra/fb.c
@@ -4,7 +4,7 @@
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
*
* Based on the KMS/FB CMA helpers
- * Copyright (C) 2012 Analog Device Inc.
+ * Copyright (C) 2012 Analog Devices Inc.
*/

#include <linux/console.h>
--
2.17.1

2020-04-17 15:06:09

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH trivial 3/6] drm: Fix misspellings of "Analog Devices"

On Thu, Apr 16, 2020 at 12:30:55PM +0200, Geert Uytterhoeven wrote:
> According to https://www.analog.com/, the company name is spelled
> "Analog Devices".
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Queued for 5.8 in drm-misc-next, thanks for your patch.
-Daniel

> ---
> drivers/gpu/drm/bridge/adv7511/Kconfig | 2 +-
> drivers/gpu/drm/drm_fb_cma_helper.c | 2 +-
> drivers/gpu/drm/tegra/fb.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/bridge/adv7511/Kconfig b/drivers/gpu/drm/bridge/adv7511/Kconfig
> index 47d4eb9e845d085c..f46a5e26b5dd6406 100644
> --- a/drivers/gpu/drm/bridge/adv7511/Kconfig
> +++ b/drivers/gpu/drm/bridge/adv7511/Kconfig
> @@ -6,7 +6,7 @@ config DRM_I2C_ADV7511
> select REGMAP_I2C
> select DRM_MIPI_DSI
> help
> - Support for the Analog Device ADV7511(W)/13/33/35 HDMI encoders.
> + Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
>
> config DRM_I2C_ADV7511_AUDIO
> bool "ADV7511 HDMI Audio driver"
> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c
> index 9801c0333eca29e9..cb2349ad338d953b 100644
> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> @@ -2,7 +2,7 @@
> /*
> * drm kms/fb cma (contiguous memory allocator) helper functions
> *
> - * Copyright (C) 2012 Analog Device Inc.
> + * Copyright (C) 2012 Analog Devices Inc.
> * Author: Lars-Peter Clausen <[email protected]>
> *
> * Based on udl_fbdev.c
> diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c
> index b8a328f538626e7a..2b0666ac681b8721 100644
> --- a/drivers/gpu/drm/tegra/fb.c
> +++ b/drivers/gpu/drm/tegra/fb.c
> @@ -4,7 +4,7 @@
> * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
> *
> * Based on the KMS/FB CMA helpers
> - * Copyright (C) 2012 Analog Device Inc.
> + * Copyright (C) 2012 Analog Devices Inc.
> */
>
> #include <linux/console.h>
> --
> 2.17.1
>

--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch