All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>,
	devel@driverdev.osuosl.org, w@1wt.eu,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] misc: Move panel driver out of staging
Date: Tue, 2 Feb 2016 22:29:11 +0530	[thread overview]
Message-ID: <20160202165911.GA13924@sudip-laptop> (raw)
In-Reply-To: <20160202162320.GA25704@kroah.com>

On Tue, Feb 02, 2016 at 08:23:20AM -0800, Greg KH wrote:
> On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija Stanojevic wrote:
> > Move panel driver from drivers/staging/panel to drivers/misc.
> > 
> > Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> > ---
> >  drivers/misc/Kconfig                      |  278 ++++
> >  drivers/misc/Makefile                     |    1 +
> >  drivers/misc/panel.c                      | 2445 +++++++++++++++++++++++++++++
> >  drivers/staging/Kconfig                   |    2 -
> >  drivers/staging/Makefile                  |    1 -
> >  drivers/staging/panel/Kconfig             |  278 ----
> >  drivers/staging/panel/Makefile            |    1 -
> >  drivers/staging/panel/TODO                |    8 -
> >  drivers/staging/panel/lcd-panel-cgram.txt |   24 -
> >  drivers/staging/panel/panel.c             | 2445 -----------------------------
> >  10 files changed, 2724 insertions(+), 2759 deletions(-)
> >  create mode 100644 drivers/misc/panel.c
> >  delete mode 100644 drivers/staging/panel/Kconfig
> >  delete mode 100644 drivers/staging/panel/Makefile
> >  delete mode 100644 drivers/staging/panel/TODO
> >  delete mode 100644 drivers/staging/panel/lcd-panel-cgram.txt
> >  delete mode 100644 drivers/staging/panel/panel.c
> 
> 
> Can you generate a patch like this with the -M option to git
> format-patch?  It will show the files being moved, not being deleted and
> added again, making it much easier to see that nothing is changing
> during the move.

while at it please modify the MAINTAINERS file also.

regards
sudip

      parent reply	other threads:[~2016-02-02 16:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 14:38 [PATCH] misc: Move panel driver out of staging Ksenija Stanojevic
2016-02-02 16:23 ` Greg KH
2016-02-02 16:48   ` Ksenija Stanojević
2016-02-02 17:14     ` Greg KH
2016-02-02 17:19       ` Ksenija Stanojević
2016-02-02 17:44         ` Greg KH
2016-02-02 18:13           ` Ksenija Stanojević
2016-02-02 16:59   ` Sudip Mukherjee [this message]

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=20160202165911.GA13924@sudip-laptop \
    --to=sudipm.mukherjee@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=ksenija.stanojevic@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=w@1wt.eu \
    /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.