aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/aspeed
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 17:52:40 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:12:07 +0000
commit16849bbe0c8a79277e1a682dcb42eafd2025959c (patch)
treec403325be069d0945aac7f3d48ed96e40b36dde3 /src/drivers/aspeed
parent1afe286367857471482660583fd784d9b8a7211c (diff)
treewide: split off license text, remove extra copyright notices
Copyright notices are best stored in AUTHORS Change-Id: Ib9025c58987ee2f7db600e038f5d3e4edc69aacc Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41203 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/aspeed')
-rw-r--r--src/drivers/aspeed/common/ast_i2c.c10
-rw-r--r--src/drivers/aspeed/common/ast_mode.c14
-rw-r--r--src/drivers/aspeed/common/ast_mode_corebootfb.c11
3 files changed, 10 insertions, 25 deletions
diff --git a/src/drivers/aspeed/common/ast_i2c.c b/src/drivers/aspeed/common/ast_i2c.c
index 0838d10fcb..a8cfc54a91 100644
--- a/src/drivers/aspeed/common/ast_i2c.c
+++ b/src/drivers/aspeed/common/ast_i2c.c
@@ -1,11 +1,4 @@
/*
- * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
- *
- * Copyright 2012 Red Hat Inc.
- * Parts based on xf86-video-ast
- * Copyright (c) 2005 ASPEED Technology Inc.
- * Copyright Dave Airlie <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
@@ -29,6 +22,9 @@
*
*/
+/*
+ * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
+ */
#include <delay.h>
#include <device/i2c_simple.h>
diff --git a/src/drivers/aspeed/common/ast_mode.c b/src/drivers/aspeed/common/ast_mode.c
index 2b6cedae3c..ef76ab3a77 100644
--- a/src/drivers/aspeed/common/ast_mode.c
+++ b/src/drivers/aspeed/common/ast_mode.c
@@ -1,12 +1,4 @@
/*
- * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
- *
- * Copyright 2012 Red Hat Inc.
- * Parts based on xf86-video-ast
- * Copyright (c) 2005 ASPEED Technology Inc.
- * Copyright Dave Airlie <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
- *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
@@ -26,10 +18,12 @@
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial portions
* of the Software.
- *
- * Please try to keep as close as possible to the upstream source.
*/
+/*
+ * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
+ * Please try to keep as close as possible to the upstream source.
+ */
#include "ast_drv.h"
#include "ast_tables.h"
diff --git a/src/drivers/aspeed/common/ast_mode_corebootfb.c b/src/drivers/aspeed/common/ast_mode_corebootfb.c
index 2ec85ac31f..071ff7f0ff 100644
--- a/src/drivers/aspeed/common/ast_mode_corebootfb.c
+++ b/src/drivers/aspeed/common/ast_mode_corebootfb.c
@@ -1,12 +1,4 @@
/*
- * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
- *
- * Copyright 2012 Red Hat Inc.
- * Parts based on xf86-video-ast
- * Copyright (c) 2005 ASPEED Technology Inc.
- * Copyright Dave Airlie <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
- *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
@@ -29,6 +21,9 @@
*
*/
+/*
+ * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
+ */
#include <edid.h>
#include "ast_drv.h"