mbox

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

Message ID 1344959244-5077-1-git-send-email-vapier@gentoo.org
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Mike Frysinger Aug. 14, 2012, 3:47 p.m. UTC
The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:

  zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)

are available in the git repository at:

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

for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:

  sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)

----------------------------------------------------------------
Marek Vasut (1):
      cmd_spi: remove superfluous semicolon

Michal Simek (2):
      sf: stmicro: add support for N25Q128A
      sf: spansion: Add support for S25FL256S

Rajeshwari Shinde (1):
      sf: winbond: add W25Q32

Stephan Linz (2):
      sf: stmicro: support JEDEC standard two-byte signature
      sf: stmicro: add support N25Q128 parts

Stephen Warren (1):
      sf: winbond: fix page_size

 common/cmd_spi.c           |    2 +-
 drivers/mtd/spi/spansion.c |    7 +++++++
 drivers/mtd/spi/stmicro.c  |   39 +++++++++++++++++++++++++++------------
 drivers/mtd/spi/winbond.c  |    7 ++++++-
 4 files changed, 41 insertions(+), 14 deletions(-)

Comments

Wolfgang Denk Sept. 1, 2012, 10:24 a.m. UTC | #1
Dear Mike Frysinger,

In message <1344959244-5077-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
> 
>   zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-blackfin.git sf
> 
> for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:
> 
>   sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       cmd_spi: remove superfluous semicolon
> 
> Michal Simek (2):
>       sf: stmicro: add support for N25Q128A
>       sf: spansion: Add support for S25FL256S
> 
> Rajeshwari Shinde (1):
>       sf: winbond: add W25Q32
> 
> Stephan Linz (2):
>       sf: stmicro: support JEDEC standard two-byte signature
>       sf: stmicro: add support N25Q128 parts
> 
> Stephen Warren (1):
>       sf: winbond: fix page_size
> 
>  common/cmd_spi.c           |    2 +-
>  drivers/mtd/spi/spansion.c |    7 +++++++
>  drivers/mtd/spi/stmicro.c  |   39 +++++++++++++++++++++++++++------------
>  drivers/mtd/spi/winbond.c  |    7 ++++++-
>  4 files changed, 41 insertions(+), 14 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
Andreas Bießmann Sept. 1, 2012, 1:17 p.m. UTC | #2
Dear Mike Frysinger,

On 14.08.2012 17:47, Mike Frysinger wrote:
> The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
>
>    zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
>
> are available in the git repository at:
>
>    git://www.denx.de/git/u-boot-blackfin.git sf
>
> for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:
>
>    sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)
>
> ----------------------------------------------------------------
> Marek Vasut (1):
>        cmd_spi: remove superfluous semicolon
>
> Michal Simek (2):
>        sf: stmicro: add support for N25Q128A
>        sf: spansion: Add support for S25FL256S
>
> Rajeshwari Shinde (1):
>        sf: winbond: add W25Q32
>
> Stephan Linz (2):
>        sf: stmicro: support JEDEC standard two-byte signature
>        sf: stmicro: add support N25Q128 parts
>
> Stephen Warren (1):
>        sf: winbond: fix page_size

how about

http://patchwork.ozlabs.org/patch/177896/
and
http://patchwork.ozlabs.org/patch/178691/

I think they are required for new at91sam9x5 board support for serial 
flash booting.

Best regards

Andreas Bießmann
Bo Shen Sept. 5, 2012, 1:54 a.m. UTC | #3
Hi Mike Frysinger,

On 9/1/2012 21:17, Andreas Bießmann wrote:
> Dear Mike Frysinger,
>
> On 14.08.2012 17:47, Mike Frysinger wrote:
>> The following changes since commit
>> 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
>>
>>    zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
>>
>> are available in the git repository at:
>>
>>    git://www.denx.de/git/u-boot-blackfin.git sf
>>
>> for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:
>>
>>    sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)
>>
>> ----------------------------------------------------------------
>> Marek Vasut (1):
>>        cmd_spi: remove superfluous semicolon
>>
>> Michal Simek (2):
>>        sf: stmicro: add support for N25Q128A
>>        sf: spansion: Add support for S25FL256S
>>
>> Rajeshwari Shinde (1):
>>        sf: winbond: add W25Q32
>>
>> Stephan Linz (2):
>>        sf: stmicro: support JEDEC standard two-byte signature
>>        sf: stmicro: add support N25Q128 parts
>>
>> Stephen Warren (1):
>>        sf: winbond: fix page_size
>
> how about
>
> http://patchwork.ozlabs.org/patch/177896/
> and
> http://patchwork.ozlabs.org/patch/178691/
>
> I think they are required for new at91sam9x5 board support for serial
> flash booting.

These two patches are needed for supporting new at91sam9x5 board with 
serial flash booting.

Would these patches can be merged? Or else, the at91sam9x5 serial flash 
can not work.

Btw, in e-mail, I see you merged:  spi: add atmel at25df321 serial flash 
support (http://patchwork.ozlabs.org/patch/177896/) but I don't find it 
on your git tree.

>
> Best regards
>
> Andreas Bießmann
Bo Shen Sept. 10, 2012, 7:14 a.m. UTC | #4
Hi Mike Frysinger,

On 9/5/2012 9:54, Bo Shen wrote:
> Hi Mike Frysinger,
>
> On 9/1/2012 21:17, Andreas Bießmann wrote:
>> Dear Mike Frysinger,
>>
>> On 14.08.2012 17:47, Mike Frysinger wrote:
>>> The following changes since commit
>>> 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
>>>
>>>    zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
>>>
>>> are available in the git repository at:
>>>
>>>    git://www.denx.de/git/u-boot-blackfin.git sf
>>>
>>> for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:
>>>
>>>    sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)
>>>
>>> ----------------------------------------------------------------
>>> Marek Vasut (1):
>>>        cmd_spi: remove superfluous semicolon
>>>
>>> Michal Simek (2):
>>>        sf: stmicro: add support for N25Q128A
>>>        sf: spansion: Add support for S25FL256S
>>>
>>> Rajeshwari Shinde (1):
>>>        sf: winbond: add W25Q32
>>>
>>> Stephan Linz (2):
>>>        sf: stmicro: support JEDEC standard two-byte signature
>>>        sf: stmicro: add support N25Q128 parts
>>>
>>> Stephen Warren (1):
>>>        sf: winbond: fix page_size
>>
>> how about
>>
>> http://patchwork.ozlabs.org/patch/177896/
>> and
>> http://patchwork.ozlabs.org/patch/178691/
>>
>> I think they are required for new at91sam9x5 board support for serial
>> flash booting.
>
> These two patches are needed for supporting new at91sam9x5 board with
> serial flash booting.
>
> Would these patches can be merged? Or else, the at91sam9x5 serial flash
> can not work.
>
> Btw, in e-mail, I see you merged:  spi: add atmel at25df321 serial flash
> support (http://patchwork.ozlabs.org/patch/177896/) but I don't find it
> on your git tree.
>

Ping.

>>
>> Best regards
>>
>> Andreas Bießmann
>
Andreas Bießmann Sept. 13, 2012, 11:56 a.m. UTC | #5
Dear Mike Frysinger,

On 10.09.2012 09:14, Bo Shen wrote:
> Hi Mike Frysinger,
> 
> On 9/5/2012 9:54, Bo Shen wrote:
>> Hi Mike Frysinger,
>>
>> On 9/1/2012 21:17, Andreas Bießmann wrote:
>>> Dear Mike Frysinger,
>>>
>>> On 14.08.2012 17:47, Mike Frysinger wrote:
>>>> The following changes since commit
>>>> 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
>>>>
>>>>    zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>    git://www.denx.de/git/u-boot-blackfin.git sf
>>>>
>>>> for you to fetch changes up to
>>>> 4a4cb4e11149158c9eabb1537a1eaee7372ce491:
>>>>
>>>>    sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)
>>>>
>>>> ----------------------------------------------------------------
>>>> Marek Vasut (1):
>>>>        cmd_spi: remove superfluous semicolon
>>>>
>>>> Michal Simek (2):
>>>>        sf: stmicro: add support for N25Q128A
>>>>        sf: spansion: Add support for S25FL256S
>>>>
>>>> Rajeshwari Shinde (1):
>>>>        sf: winbond: add W25Q32
>>>>
>>>> Stephan Linz (2):
>>>>        sf: stmicro: support JEDEC standard two-byte signature
>>>>        sf: stmicro: add support N25Q128 parts
>>>>
>>>> Stephen Warren (1):
>>>>        sf: winbond: fix page_size
>>>
>>> how about
>>>
>>> http://patchwork.ozlabs.org/patch/177896/
>>> and
>>> http://patchwork.ozlabs.org/patch/178691/
>>>
>>> I think they are required for new at91sam9x5 board support for serial
>>> flash booting.
>>
>> These two patches are needed for supporting new at91sam9x5 board with
>> serial flash booting.
>>
>> Would these patches can be merged? Or else, the at91sam9x5 serial flash
>> can not work.
>>
>> Btw, in e-mail, I see you merged:  spi: add atmel at25df321 serial flash
>> support (http://patchwork.ozlabs.org/patch/177896/) but I don't find it
>> on your git tree.
>>
> 
> Ping.

Any update here?

Is it Ok for you that I pick those two patches and push them through
u-boot-atmel for this upcoming release?

Best regards

Andreas Bießmann