All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - microblaze
Date: Tue, 31 Jul 2012 07:26:58 +0200	[thread overview]
Message-ID: <50176CA2.6000303@monstr.eu> (raw)
In-Reply-To: <4F71B03A.8050204@monstr.eu>

Dear Wolfgang Denk,

Please pull these patches to your repository. There will be one simple merge conflict
around SPI makefile which is easy to resolve.

dts/ patch is acked by Simon

Thanks,
Michal


The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9:
   u-boot at lakedaemon.net (1):
         ext2load: increase read speed

are available in the git repository at:

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

Michal Simek (6):
       microblaze: Add gpio.h
       microblaze: Move individual board linker scripts to common script in cpu tree.
       microblaze: Remove extern from board.c
       microblaze: Move __udelay implementation
       microblaze: Call serial multi initialization
       microblaze: intc: Clear interrupt code

Stephan Linz (9):
       microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION
       microblaze: Avoid compile error on systems without cfi flash
       microblaze: Enable ubi support
       microblaze: Expand and correct configuration comments
       microblaze: Add missing undefs for UBI and UBIFS
       fdt: Add board specific dts inclusion
       microblaze: Wire up dts configuration
       spi: microblaze: Adds driver for Xilinx SPI controller
       microblaze: Wire up SPI driver

  arch/microblaze/config.mk                          |    2 +
  arch/microblaze/cpu/interrupts.c                   |   88 +++++----
  arch/microblaze/cpu/start.S                        |    2 -
  arch/microblaze/cpu/timer.c                        |   21 ++-
  .../microblaze/cpu}/u-boot.lds                     |    0
  arch/microblaze/include/asm/gpio.h                 |   41 ++++
  arch/microblaze/include/asm/microblaze_intc.h      |    3 +
  arch/microblaze/lib/Makefile                       |    1 -
  arch/microblaze/lib/board.c                        |   15 +-
  arch/microblaze/lib/time.c                         |   42 ----
  board/xilinx/dts/microblaze.dts                    |    1 +
  board/xilinx/microblaze-generic/dts/microblaze.dts |    7 +
  drivers/spi/Makefile                               |    1 +
  drivers/spi/xilinx_spi.c                           |  214 ++++++++++++++++++++
  drivers/spi/xilinx_spi.h                           |  135 ++++++++++++
  dts/Makefile                                       |    3 +-
  include/configs/microblaze-generic.h               |  129 ++++++++++--
  17 files changed, 594 insertions(+), 111 deletions(-)
  rename {board/xilinx/microblaze-generic => arch/microblaze/cpu}/u-boot.lds (100%)
  create mode 100644 arch/microblaze/include/asm/gpio.h
  create mode 100644 board/xilinx/dts/microblaze.dts
  create mode 100644 board/xilinx/microblaze-generic/dts/microblaze.dts
  create mode 100644 drivers/spi/xilinx_spi.c
  create mode 100644 drivers/spi/xilinx_spi.h

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

  parent reply	other threads:[~2012-07-31  5:26 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-07 11:44 [U-Boot] Pull request - microblaze 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 [this message]
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
  -- 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
2012-11-09 11:07 Michal Simek
2012-11-09 15:51 ` Tom Rini
2013-02-04 11:26 ` Michal Simek
2013-02-04 16:42   ` Tom Rini
2013-02-04 16:44     ` Michal Simek
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=50176CA2.6000303@monstr.eu \
    --to=monstr@monstr.eu \
    --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 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.