Skip to content

Commit

Permalink
drm: pl111: Credit where credit is due
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Linus Walleij committed Jun 29, 2020
1 parent 2ddef17 commit 3f1f698
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/gpu/drm/pl111/pl111_versatile.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 3f1f698

Please sign in to comment.