linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Cercueil <paul@crapouillou.net>
To: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>
Cc: Sam Ravnborg <sam@ravnborg.org>,
	od@zcrc.me, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Paul Cercueil <paul@crapouillou.net>
Subject: [PATCH v3 12/12] drm/ingenic: Bump driver to version 1.1
Date: Thu, 16 Jul 2020 18:38:46 +0200	[thread overview]
Message-ID: <20200716163846.174790-12-paul@crapouillou.net> (raw)
In-Reply-To: <20200716163846.174790-1-paul@crapouillou.net>

Bump version to 1.1 and set date to 2020-07-16.

v3: New patch

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/ingenic/ingenic-drm-drv.c b/drivers/gpu/drm/ingenic/ingenic-drm-drv.c
index 443c5a30396d..304fc9923229 100644
--- a/drivers/gpu/drm/ingenic/ingenic-drm-drv.c
+++ b/drivers/gpu/drm/ingenic/ingenic-drm-drv.c
@@ -599,9 +599,9 @@ static struct drm_driver ingenic_drm_driver_data = {
 	.driver_features	= DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
 	.name			= "ingenic-drm",
 	.desc			= "DRM module for Ingenic SoCs",
-	.date			= "20190422",
+	.date			= "20200716",
 	.major			= 1,
-	.minor			= 0,
+	.minor			= 1,
 	.patchlevel		= 0,
 
 	.fops			= &ingenic_drm_fops,
-- 
2.27.0


  parent reply	other threads:[~2020-07-16 16:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16 16:38 [PATCH v3 01/12] drm/ingenic: Fix incorrect assumption about plane->index Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 02/12] dt-bindings: display: Convert ingenic,lcd.txt to YAML Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 03/12] dt-bindings: display: Add ingenic,ipu.yaml Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 04/12] drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 05/12] drm/ingenic: Add missing CR in debug strings Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 06/12] drm/ingenic: Set DMA descriptor chain address in probe Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 07/12] drm/ingenic: Move register definitions to ingenic-drm.h Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 08/12] drm/ingenic: Use dmam_alloc_coherent() Paul Cercueil
2020-07-16 16:38 ` [PATCH v3 09/12] drm/ingenic: Add support for OSD mode Paul Cercueil
2020-07-16 17:41   ` Sam Ravnborg
2020-07-16 16:38 ` [PATCH v3 10/12] drm/ingenic: Add support for the IPU Paul Cercueil
2020-07-16 17:37   ` Sam Ravnborg
2020-07-16 16:38 ` [PATCH v3 11/12] drm/ingenic: Support multiple panels/bridges Paul Cercueil
2020-07-16 16:38 ` Paul Cercueil [this message]
2020-07-16 17:43 ` [PATCH v3 01/12] drm/ingenic: Fix incorrect assumption about plane->index Sam Ravnborg
2020-07-16 20:25   ` Paul Cercueil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200716163846.174790-12-paul@crapouillou.net \
    --to=paul@crapouillou.net \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=od@zcrc.me \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).