[PATCH 1/4] drm: pl111: Credit where credit is due
Linus Walleij
linus.walleij at linaro.org
Tue Jun 9 20:04:43 UTC 2020
This moves over some of the credit for the development of this
driver from the old fbdev driver that I used as reference when
getting this in place.
Cc: Russell King <linux at armlinux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
drivers/gpu/drm/pl111/pl111_versatile.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/gpu/drm/pl111/pl111_versatile.c b/drivers/gpu/drm/pl111/pl111_versatile.c
index 64f01a4e6767..1127082e9a60 100644
--- a/drivers/gpu/drm/pl111/pl111_versatile.c
+++ b/drivers/gpu/drm/pl111/pl111_versatile.c
@@ -1,5 +1,14 @@
// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Versatile family (ARM reference designs) handling for the PL11x.
+ * This is based on code and know-how in the previous frame buffer
+ * driver in drivers/video/fbdev/amba-clcd.c:
+ * Copyright (C) 2001 ARM Limited, by David A Rusling
+ * Updated to 2.5 by Deep Blue Solutions Ltd.
+ * Major contributions and discoveries by Russell King.
+ */
+
#include <linux/amba/clcd-regs.h>
#include <linux/bitops.h>
#include <linux/device.h>
--
2.25.4
More information about the dri-devel
mailing list