From cd91c7e9c32213b6f67d4ab8f82cf1a46449b338 Mon Sep 17 00:00:00 2001
From: Maxime Ripard <mripard@kernel.org>
Date: Fri, 5 Jul 2024 16:05:00 +0200
Subject: [PATCH] Create Initial README

Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000..d9dedb62b7ed3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# DRM-Misc Kernel Repository 
+
+This kernel tree handles all drivers but the "big" (amd, nvidia, intel) ones,
+with a few exceptions, and most of the common infrastructure work.
+
+This branch is there to hold our templates and Gitlab configuration, chances
+are you want to look at either the
+[drm-misc-next](https://gitlab.freedesktop.org/drm/misc/kernel/-/tree/drm-misc-next)
+or
+[drm-misc-fixes](https://gitlab.freedesktop.org/drm/misc/kernel/-/tree/drm-misc-fixes)
+branches.
-- 
GitLab