mbox

[U-Boot] Pull request u-boot-blackfin.git (sf branch)

Message ID 1309282783-27244-1-git-send-email-vapier@gentoo.org
State Rejected
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://www.denx.de/git/u-boot-blackfin.git sf

Message

Mike Frysinger June 28, 2011, 5:39 p.m. UTC
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:

  Prepare v2011.06 (2011-06-27 22:22:42 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git sf

Macpaul Lin (1):
      sf: macronix: add MX25L4005 and MX25L8005

Mike Frysinger (6):
      sf: unify write enable commands
      sf: unify write funcs
      sf: kill off now-unused local state
      sf: eon/stmicro: inline useless ID defines
      sf: unify write disable commands
      sf: sst: support newer standardized flashes

Shaohui Xie (1):
      sf: spansion: add support for S25FL129P_64K

Simon Guinot (1):
      sf: macronix: disable write protection when initializing

 drivers/mtd/spi/eon.c                |  102 ++++------------------------
 drivers/mtd/spi/macronix.c           |  126 +++++++++++++++-------------------
 drivers/mtd/spi/ramtron.c            |    2 +-
 drivers/mtd/spi/spansion.c           |  107 ++++++-----------------------
 drivers/mtd/spi/spi_flash.c          |   59 ++++++++++++++++-
 drivers/mtd/spi/spi_flash_internal.h |   25 +++++++
 drivers/mtd/spi/sst.c                |   26 ++++++-
 drivers/mtd/spi/stmicro.c            |  124 ++++++----------------------------
 drivers/mtd/spi/winbond.c            |  104 ++++------------------------
 include/spi_flash.h                  |    5 +-
 10 files changed, 232 insertions(+), 448 deletions(-)

Comments

Wolfgang Denk June 29, 2011, 9:16 p.m. UTC | #1
Dear Mike Frysinger,

In message <1309282783-27244-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
> 
>   Prepare v2011.06 (2011-06-27 22:22:42 +0200)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git sf

These patches (as is) were just posted a few hours ago.  You are
supposed to allow for a couple of days for reeview before sending a
pull request.

Ignored.

Best regards,

Wolfgang Denk
Mike Frysinger June 30, 2011, 3:35 p.m. UTC | #2
On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>>
>>   Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>>
>> are available in the git repository at:
>>   git://www.denx.de/git/u-boot-blackfin.git sf
>
> These patches (as is) were just posted a few hours ago.  You are
> supposed to allow for a couple of days for reeview before sending a
> pull request.

all the patches in this series are unchanged from the ones posted
months ago (except for one that i noted, but that was a minor rebase)
-mike
Simon Guinot July 8, 2011, 8:54 a.m. UTC | #3
Hi Mike and Wolfgang,

On Thu, Jun 30, 2011 at 11:35:55AM -0400, Mike Frysinger wrote:
> On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> > Mike Frysinger wrote:
> >> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
> >>
> >>   Prepare v2011.06 (2011-06-27 22:22:42 +0200)
> >>
> >> are available in the git repository at:
> >>   git://www.denx.de/git/u-boot-blackfin.git sf
> >
> > These patches (as is) were just posted a few hours ago.  You are
> > supposed to allow for a couple of days for reeview before sending a
> > pull request.
> 
> all the patches in this series are unchanged from the ones posted
> months ago (except for one that i noted, but that was a minor rebase)

Then, what is the status for this SF patches ?
How to get them merged with mainline ?

Regards,

Simon
Mike Frysinger July 8, 2011, 8:40 p.m. UTC | #4
On Friday, July 08, 2011 04:54:09 Simon Guinot wrote:
> On Thu, Jun 30, 2011 at 11:35:55AM -0400, Mike Frysinger wrote:
> > On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> > > Mike Frysinger wrote:
> > >> The following changes since commit
> > >> b1af6f532e0d348b153d5c148369229d24af361a:
> > >> 
> > >>   Prepare v2011.06 (2011-06-27 22:22:42 +0200)
> > >> 
> > >> are available in the git repository at:
> > >>   git://www.denx.de/git/u-boot-blackfin.git sf
> > > 
> > > These patches (as is) were just posted a few hours ago.  You are
> > > supposed to allow for a couple of days for reeview before sending a
> > > pull request.
> > 
> > all the patches in this series are unchanged from the ones posted
> > months ago (except for one that i noted, but that was a minor rebase)
> 
> Then, what is the status for this SF patches ?
> How to get them merged with mainline ?

Wolfgang wont take my pull requests for these, so i'll have to wait for him to 
pick them one by one out of patchwork.

you could try taking them out of patchwork and send Wolfgang a pull request.  
maybe he'll accept it from you.  here's the order:
http://patchwork.ozlabs.org/patch/103939/
http://patchwork.ozlabs.org/patch/103936/
http://patchwork.ozlabs.org/patch/92646/
http://patchwork.ozlabs.org/patch/92760/
http://patchwork.ozlabs.org/patch/103938/
http://patchwork.ozlabs.org/patch/92643/
http://patchwork.ozlabs.org/patch/92761/
http://patchwork.ozlabs.org/patch/92762/
http://patchwork.ozlabs.org/patch/103937/
-mike
Simon Guinot July 13, 2011, 10:36 a.m. UTC | #5
On Fri, Jul 08, 2011 at 04:40:37PM -0400, Mike Frysinger wrote:
> On Friday, July 08, 2011 04:54:09 Simon Guinot wrote:
> > On Thu, Jun 30, 2011 at 11:35:55AM -0400, Mike Frysinger wrote:
> > > On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> > > > Mike Frysinger wrote:
> > > >> The following changes since commit
> > > >> b1af6f532e0d348b153d5c148369229d24af361a:
> > > >> 
> > > >>   Prepare v2011.06 (2011-06-27 22:22:42 +0200)
> > > >> 
> > > >> are available in the git repository at:
> > > >>   git://www.denx.de/git/u-boot-blackfin.git sf
> > > > 
> > > > These patches (as is) were just posted a few hours ago.  You are
> > > > supposed to allow for a couple of days for reeview before sending a
> > > > pull request.
> > > 
> > > all the patches in this series are unchanged from the ones posted
> > > months ago (except for one that i noted, but that was a minor rebase)
> > 
> > Then, what is the status for this SF patches ?
> > How to get them merged with mainline ?
> 
> Wolfgang wont take my pull requests for these, so i'll have to wait for him to 
> pick them one by one out of patchwork.
> 
> you could try taking them out of patchwork and send Wolfgang a pull request.  
> maybe he'll accept it from you.  here's the order:
> http://patchwork.ozlabs.org/patch/103939/
> http://patchwork.ozlabs.org/patch/103936/
> http://patchwork.ozlabs.org/patch/92646/
> http://patchwork.ozlabs.org/patch/92760/
> http://patchwork.ozlabs.org/patch/103938/
> http://patchwork.ozlabs.org/patch/92643/
> http://patchwork.ozlabs.org/patch/92761/
> http://patchwork.ozlabs.org/patch/92762/
> http://patchwork.ozlabs.org/patch/103937/

I have tried but I suspect Wolfgang will not accept a such pull request.

Wolfgang, this patches are needed and there is no point to drop them
down like this. Could you please explain how to get them mainlined ?

Thanks in advance.

Simon
Wolfgang Denk July 13, 2011, 10:46 a.m. UTC | #6
Dear Simon Guinot,

In message <20110713103646.GB16297@kw.sim.vm.gnt> you wrote:
> 
> Wolfgang, this patches are needed and there is no point to drop them
> down like this. Could you please explain how to get them mainlined ?

Sorry, but this is not at the top of my priority list at the moment.

Best regards,

Wolfgang Denk