public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - microblaze
Date: Mon, 4 Feb 2013 11:42:43 -0500	[thread overview]
Message-ID: <20130204164243.GH27802@bill-the-cat> (raw)
In-Reply-To: <510F9AD0.7090106@monstr.eu>

On Mon, Feb 04, 2013 at 12:26:08PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull all these changes to your tree.
> The major change is remove really ancient i2c driver + helper files
> for this driver.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 6ad77d88e57f6ab815ec7e85c5ac329054318c73:
>   Marek Vasut (1):
>         vfat: Fix mkcksum argument sizes
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Alexey Brodkin (1):
>       block: systemace: Added missing "else" in "ace_writew"
> 
> David Holsgrove (1):
>       microblaze: Add muldi3.c which contains routines for _muldi3
> 
> Jason Wu (1):
>       spi: xilinx_spi: Perform software reset during slave setup
> 
> Michal Simek (5):
>       common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM
>       board: xilinx: Remove unused ancient i2c driver
>       board: xilinx: Remove common folder
>       common: cmd_bdinfo: Fix compilation warning for microblaze
>       microblaze: Remove FSL support from generic board
> 
>  arch/microblaze/lib/Makefile                       |    1 +
>  arch/microblaze/lib/muldi3.c                       |   91 ++
>  board/xilinx/common/xbasic_types.c                 |  165 ---
>  board/xilinx/common/xbasic_types.h                 |  283 -----
>  board/xilinx/common/xbuf_descriptor.h              |  252 ----
>  board/xilinx/common/xdma_channel.c                 |  738 -----------
>  board/xilinx/common/xdma_channel.h                 |  291 -----
>  board/xilinx/common/xdma_channel_i.h               |  110 --
>  board/xilinx/common/xdma_channel_sg.c              | 1317 --------------------
>  board/xilinx/common/xio.h                          |   81 --
>  board/xilinx/common/xipif_v1_23_b.c                |  331 -----
>  board/xilinx/common/xipif_v1_23_b.h                |  746 -----------
>  board/xilinx/common/xpacket_fifo_v1_00_b.c         |  448 -------
>  board/xilinx/common/xpacket_fifo_v1_00_b.h         |  306 -----
>  board/xilinx/common/xstatus.h                      |  347 -----
>  board/xilinx/common/xversion.c                     |  350 ------
>  board/xilinx/common/xversion.h                     |   97 --
>  .../xilinx/microblaze-generic/microblaze-generic.c |   20 -
>  board/xilinx/xilinx_iic/xiic_l.c                   |  484 -------
>  board/xilinx/xilinx_iic/xiic_l.h                   |  150 ---
>  board/xilinx/zynq/Makefile                         |    3 -
>  common/cmd_bdinfo.c                                |   27 +-
>  drivers/block/systemace.c                          |    4 +-
>  drivers/spi/xilinx_spi.c                           |    2 +
>  drivers/spi/xilinx_spi.h                           |    3 +
>  include/configs/microblaze-generic.h               |    4 -
>  26 files changed, 121 insertions(+), 6530 deletions(-)
>  create mode 100644 arch/microblaze/lib/muldi3.c
>  delete mode 100644 board/xilinx/common/xbasic_types.c
>  delete mode 100644 board/xilinx/common/xbasic_types.h
>  delete mode 100644 board/xilinx/common/xbuf_descriptor.h
>  delete mode 100644 board/xilinx/common/xdma_channel.c
>  delete mode 100644 board/xilinx/common/xdma_channel.h
>  delete mode 100644 board/xilinx/common/xdma_channel_i.h
>  delete mode 100644 board/xilinx/common/xdma_channel_sg.c
>  delete mode 100644 board/xilinx/common/xio.h
>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.c
>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.h
>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.c
>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.h
>  delete mode 100644 board/xilinx/common/xstatus.h
>  delete mode 100644 board/xilinx/common/xversion.c
>  delete mode 100644 board/xilinx/common/xversion.h
>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.c
>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.h

Applied to u-boot/master and sorry about the delay!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130204/26a250ed/attachment.pgp>

  reply	other threads:[~2013-02-04 16:42 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 11:07 [U-Boot] Pull request - microblaze Michal Simek
2012-11-09 15:51 ` Tom Rini
2013-02-04 11:26 ` Michal Simek
2013-02-04 16:42   ` Tom Rini [this message]
2013-02-04 16:44     ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09  9:16 Michal Simek
2013-05-09  9:23 ` Michal Simek
2013-05-09 11:58   ` Tom Rini
2013-04-30  9:26 Michal Simek
2013-04-30 15:44 ` Tom Rini
2013-05-01  7:45   ` Michal Simek
2013-05-01 14:40     ` Tom Rini
2011-09-07 11:44 Michal Simek
2011-09-07 20:31 ` Wolfgang Denk
2011-10-03  6:28 ` Michal Simek
2011-10-03  7:20   ` Michal Simek
2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
2011-10-04 19:38     ` Wolfgang Denk
2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
2011-10-12 20:43         ` Wolfgang Denk
2011-10-24  6:00         ` Michal Simek
2011-10-27 22:14           ` Wolfgang Denk
2012-02-23 11:26         ` Michal Simek
2012-02-26 21:20           ` Wolfgang Denk
2012-03-27 12:19         ` Michal Simek
2012-03-30 16:03           ` Wolfgang Denk
2012-07-31  5:26           ` Michal Simek
2012-07-31 20:07             ` Wolfgang Denk
2012-08-03 13:31               ` Michal Simek
2012-09-12 10:13           ` Michal Simek
2012-09-18 14:49             ` Tom Rini
2011-01-10  8:00 Michal Simek
2011-01-12  8:59 ` Michal Simek
2011-01-12 22:45   ` Wolfgang Denk
2011-01-13  6:49     ` Michal Simek
2011-01-12 22:52 ` Wolfgang Denk
2011-02-15 14:18 ` Michal Simek
2011-02-15 20:43   ` Wolfgang Denk
2011-02-16  6:38     ` Michal Simek
2011-02-16  8:15       ` Wolfgang Denk
2011-02-16  9:46         ` Michal Simek
2010-10-12  6:56 Michal Simek
2010-10-12 18:47 ` Wolfgang Denk
2010-10-13  4:53   ` Michal Simek
2010-11-15 10:53     ` Stephan Linz
2008-12-10  8:49 Michal Simek
2008-12-12 23:25 ` Wolfgang Denk

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=20130204164243.GH27802@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox