Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: pl111: Credit where credit is due

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.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200609200446.153209-1-linus.walleij@linaro.org

+9
+9
drivers/gpu/drm/pl111/pl111_versatile.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 + /* 4 + * Versatile family (ARM reference designs) handling for the PL11x. 5 + * This is based on code and know-how in the previous frame buffer 6 + * driver in drivers/video/fbdev/amba-clcd.c: 7 + * Copyright (C) 2001 ARM Limited, by David A Rusling 8 + * Updated to 2.5 by Deep Blue Solutions Ltd. 9 + * Major contributions and discoveries by Russell King. 10 + */ 11 + 3 12 #include <linux/amba/clcd-regs.h> 4 13 #include <linux/bitops.h> 5 14 #include <linux/device.h>