All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: devel@driverdev.osuosl.org, Joe Perches <joe@perches.com>,
	linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/9] fix sm7xxfb
Date: Wed, 17 Jun 2015 21:43:51 -0700	[thread overview]
Message-ID: <20150618044351.GA26238@kroah.com> (raw)
In-Reply-To: <1434540288-8289-1-git-send-email-sudipm.mukherjee@gmail.com>

On Wed, Jun 17, 2015 at 04:54:39PM +0530, Sudip Mukherjee wrote:
> fixing the few remaining issues of sm7xxfb before sending the patch to
> remove it from staging.
> Also attempted to setup a tree and all the patches of this series are
> available there for you.
> 
> 
> The following changes since commit f0feeaff9c60bfb3dbadf09da15d70cf35700f29:
> 
>   staging: wilc1000: remove unwanted code (2015-06-16 19:23:25 -0700)
> 
> are available in the git repository at:
> 
>   git://git.vectorindia.net/staging staging-testing

Sorry, I don't take git pulls for staging patches.


WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: devel@driverdev.osuosl.org, Joe Perches <joe@perches.com>,
	linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/9] fix sm7xxfb
Date: Thu, 18 Jun 2015 04:43:51 +0000	[thread overview]
Message-ID: <20150618044351.GA26238@kroah.com> (raw)
In-Reply-To: <1434540288-8289-1-git-send-email-sudipm.mukherjee@gmail.com>

On Wed, Jun 17, 2015 at 04:54:39PM +0530, Sudip Mukherjee wrote:
> fixing the few remaining issues of sm7xxfb before sending the patch to
> remove it from staging.
> Also attempted to setup a tree and all the patches of this series are
> available there for you.
> 
> 
> The following changes since commit f0feeaff9c60bfb3dbadf09da15d70cf35700f29:
> 
>   staging: wilc1000: remove unwanted code (2015-06-16 19:23:25 -0700)
> 
> are available in the git repository at:
> 
>   git://git.vectorindia.net/staging staging-testing

Sorry, I don't take git pulls for staging patches.


  parent reply	other threads:[~2015-06-18  4:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17 11:24 [PATCH v2 0/9] fix sm7xxfb Sudip Mukherjee
2015-06-17 11:36 ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 1/9] staging: sm7xxfb: declare struct as const Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 2/9] staging: sm7xxfb: remove numvgamodes Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 3/9] staging: sm7xxfb: add newline Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 4/9] staging: sm7xxfb: no space after cast Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 5/9] staging: sm7xxfb: fix alignment Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-19 14:45   ` Dan Carpenter
2015-06-19 14:45     ` Dan Carpenter
2015-06-17 11:24 ` [PATCH v2 6/9] staging: sm7xxfb: reduce indention Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-17 11:24 ` [PATCH v2 7/9] staging: sm7xxfb: move mode table Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-19 14:48   ` Dan Carpenter
2015-06-19 14:48     ` Dan Carpenter
2015-06-17 11:24 ` [PATCH v2 8/9] staging: sm7xxfb: fix indention Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-19 14:50   ` Dan Carpenter
2015-06-19 14:50     ` Dan Carpenter
2015-06-17 11:24 ` [PATCH v2 9/9] staging: sm7xxfb: fix camelcase Sudip Mukherjee
2015-06-17 11:36   ` Sudip Mukherjee
2015-06-19 14:51   ` Dan Carpenter
2015-06-19 14:51     ` Dan Carpenter
2015-06-18  4:43 ` Greg Kroah-Hartman [this message]
2015-06-18  4:43   ` [PATCH v2 0/9] fix sm7xxfb Greg Kroah-Hartman
2015-06-18  4:45   ` Greg Kroah-Hartman
2015-06-18  4:45     ` Greg Kroah-Hartman
2015-06-18  8:37     ` Sudip Mukherjee
2015-06-18  8:49       ` Sudip Mukherjee

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=20150618044351.GA26238@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=joe@perches.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.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.