All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: corbet@lwn.net, rdunlap@infradead.org,
	gregkh@linuxfoundation.org, daniel@ffwll.ch,
	yuanmingbuaa@gmail.com, w@1wt.eu, nopitydays@gmail.com,
	zhangyunhai@nsfocus.com, luto@amacapital.net,
	torvalds@linux-foundation.org,
	Bhaskar Chowdhury <unixbhaskar@gmail.com>
Subject: [PATCH v4 0/4] docs: fb: Removed framebuffer scrollback related documentations
Date: Thu, 17 Sep 2020 15:56:11 +0530	[thread overview]
Message-ID: <cover.1600333774.git.unixbhaskar@gmail.com> (raw)


In this patch series, documentation get in sync with the code removal
of scrollback,by this commit 50145474f6ef ("fbcon: remove soft scrollback code"),
by eliminating the information related to it.


Changes since V3:

Remove the wrong commit hash and messages from all the 4 patches i.e 
Commit 973c096f6a85(vgacon: remove software scrollback support)
from the patches as suggested by Willy and Greg.

Patch 1: Remove the documentation related to framebuffer scrollback from the file
   fbcon.rst

Patch 2: Remove the documentation  boot option for scrollback from the file matroxfb.rst

Patch 3: Remove the documentation scrollback option from sstfb.rst file.

Patch 4: Remove the documentation scrollback option from vesafb.rst file. 

Bhaskar Chowdhury (4):
  Remove framebuffer scrollback boot option
  Remove matroxfb scrollback boot option
  Remove sstfb scrollback boot option
  Remove vesafb scrollback boot option

 Documentation/fb/fbcon.rst    | 21 +++++++--------------
 Documentation/fb/matroxfb.rst |  2 --
 Documentation/fb/sstfb.rst    |  3 ---
 Documentation/fb/vesafb.rst   |  2 --
 4 files changed, 7 insertions(+), 21 deletions(-)

-- 
2.28.0


WARNING: multiple messages have this Message-ID (diff)
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: corbet@lwn.net, rdunlap@infradead.org,
	gregkh@linuxfoundation.org, daniel@ffwll.ch,
	yuanmingbuaa@gmail.com, w@1wt.eu, nopitydays@gmail.com,
	zhangyunhai@nsfocus.com, luto@amacapital.net,
	torvalds@linux-foundation.org,
	Bhaskar Chowdhury <unixbhaskar@gmail.com>
Subject: [PATCH v4 0/4] docs: fb: Removed framebuffer scrollback related documentations
Date: Thu, 17 Sep 2020 10:38:11 +0000	[thread overview]
Message-ID: <cover.1600333774.git.unixbhaskar@gmail.com> (raw)


In this patch series, documentation get in sync with the code removal
of scrollback,by this commit 50145474f6ef ("fbcon: remove soft scrollback code"),
by eliminating the information related to it.


Changes since V3:

Remove the wrong commit hash and messages from all the 4 patches i.e 
Commit 973c096f6a85(vgacon: remove software scrollback support)
from the patches as suggested by Willy and Greg.

Patch 1: Remove the documentation related to framebuffer scrollback from the file
   fbcon.rst

Patch 2: Remove the documentation  boot option for scrollback from the file matroxfb.rst

Patch 3: Remove the documentation scrollback option from sstfb.rst file.

Patch 4: Remove the documentation scrollback option from vesafb.rst file. 

Bhaskar Chowdhury (4):
  Remove framebuffer scrollback boot option
  Remove matroxfb scrollback boot option
  Remove sstfb scrollback boot option
  Remove vesafb scrollback boot option

 Documentation/fb/fbcon.rst    | 21 +++++++--------------
 Documentation/fb/matroxfb.rst |  2 --
 Documentation/fb/sstfb.rst    |  3 ---
 Documentation/fb/vesafb.rst   |  2 --
 4 files changed, 7 insertions(+), 21 deletions(-)

-- 
2.28.0

             reply	other threads:[~2020-09-17 10:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 10:26 Bhaskar Chowdhury [this message]
2020-09-17 10:38 ` [PATCH v4 0/4] docs: fb: Removed framebuffer scrollback related documentations Bhaskar Chowdhury
2020-09-17 10:26 ` [PATCH 1/4] docs: fb: Remove framebuffer scrollback boot option Bhaskar Chowdhury
2020-09-17 10:38   ` Bhaskar Chowdhury
2020-09-17 10:26 ` [PATCH 2/4] docs: fb: Remove matroxfb " Bhaskar Chowdhury
2020-09-17 10:38   ` Bhaskar Chowdhury
2020-09-17 10:26 ` [PATCH 3/4] docs: fb: Remove sstfb " Bhaskar Chowdhury
2020-09-17 10:38   ` Bhaskar Chowdhury
2020-09-17 10:26 ` [PATCH 4/4] docs: fb: Remove vesafb " Bhaskar Chowdhury
2020-09-17 10:38   ` Bhaskar Chowdhury
2020-09-17 16:38 ` [PATCH v4 0/4] docs: fb: Removed framebuffer scrollback related documentations Greg KH
2020-09-17 16:38   ` Greg KH
2020-09-24 16:59 ` Jonathan Corbet
2020-09-24 16:59   ` Jonathan Corbet

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=cover.1600333774.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=corbet@lwn.net \
    --cc=daniel@ffwll.ch \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=nopitydays@gmail.com \
    --cc=rdunlap@infradead.org \
    --cc=torvalds@linux-foundation.org \
    --cc=w@1wt.eu \
    --cc=yuanmingbuaa@gmail.com \
    --cc=zhangyunhai@nsfocus.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.