drm: Fix misspellings of "Analog Devices"
According to https://www.analog.com/, the company name is spelled "Analog Devices". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200416103058.15269-4-geert+renesas@glider.be
This commit is contained in:
committed by
Daniel Vetter
parent
f0adbc382b
commit
add0aff201
@@ -6,7 +6,7 @@ config DRM_I2C_ADV7511
|
|||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
select DRM_MIPI_DSI
|
select DRM_MIPI_DSI
|
||||||
help
|
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
|
config DRM_I2C_ADV7511_AUDIO
|
||||||
bool "ADV7511 HDMI Audio driver"
|
bool "ADV7511 HDMI Audio driver"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* drm kms/fb cma (contiguous memory allocator) helper functions
|
* 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 <lars@metafoo.de>
|
* Author: Lars-Peter Clausen <lars@metafoo.de>
|
||||||
*
|
*
|
||||||
* Based on udl_fbdev.c
|
* Based on udl_fbdev.c
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* Based on the KMS/FB CMA helpers
|
* Based on the KMS/FB CMA helpers
|
||||||
* Copyright (C) 2012 Analog Device Inc.
|
* Copyright (C) 2012 Analog Devices Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/console.h>
|
#include <linux/console.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user