mbox

[U-Boot] Pull request - fpga

Message ID 520887B5.8040104@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git fpga

Message

Michal Simek Aug. 12, 2013, 6:59 a.m. UTC
Hi Tom,

please pull these two patches to your tree.
Both patches targets Zynq fpga code.

Thanks,
Michal


The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:

  nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git fpga

for you to fetch changes up to 5f93227ce02d9cafa11704c807a80dcbde129f8c:

  fpga: zynqpl: Clear loopback mode during device init (2013-08-12 08:52:01 +0200)

----------------------------------------------------------------
Michal Simek (1):
      fpga: zynqpl: Add support for zc7100 device.

Soren Brinkmann (1):
      fpga: zynqpl: Clear loopback mode during device init

 board/xilinx/zynq/board.c | 4 ++++
 drivers/fpga/zynqpl.c     | 6 +++++-
 include/zynqpl.h          | 5 +++++
 3 files changed, 14 insertions(+), 1 deletion(-)

Comments

Tom Rini Aug. 12, 2013, 4 p.m. UTC | #1
On Mon, Aug 12, 2013 at 08:59:01AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these two patches to your tree.
> Both patches targets Zynq fpga code.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:
> 
>   nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git fpga
> 
> for you to fetch changes up to 5f93227ce02d9cafa11704c807a80dcbde129f8c:
> 
>   fpga: zynqpl: Clear loopback mode during device init (2013-08-12 08:52:01 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (1):
>       fpga: zynqpl: Add support for zc7100 device.
> 
> Soren Brinkmann (1):
>       fpga: zynqpl: Clear loopback mode during device init
> 
>  board/xilinx/zynq/board.c | 4 ++++
>  drivers/fpga/zynqpl.c     | 6 +++++-
>  include/zynqpl.h          | 5 +++++
>  3 files changed, 14 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!