public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@sphairon.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/master
Date: Thu, 26 May 2016 02:13:38 +0200	[thread overview]
Message-ID: <57463FB2.3070708@sphairon.com> (raw)

Hi Tom,

here is another batch of MIPS updates.

The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 4349b55b9953d0bb591f13ca9985edf591348ced:

  mips: ath79: ar933x: Avoid warning with gcc5 (2016-05-26 01:34:14 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      mips: Allow overriding start.S in SPL
      mips: Drop JZ4740 remnants

Paul Burton (6):
      fdt: Support for ISA busses
      fdt: Document the rest of struct of_bus
      dm: ns16550: Don't map_physmem for I/O ports
      malta: Tidy up UART address selection
      malta: Use device model & tree for UART
      MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig

Wills Wang (2):
      mips: ath79: ar933x: Fix ethernet PHY mismatch
      mips: ath79: ar933x: Avoid warning with gcc5

 Kconfig                                         |    2 +-
 arch/mips/Kconfig                               |    4 +
 arch/mips/Makefile                              |    6 +
 arch/mips/dts/Makefile                          |    1 +
 arch/mips/dts/mti,malta.dts                     |   32 ++++
 arch/mips/include/asm/global_data.h             |    8 -
 arch/mips/include/asm/jz4740.h                  | 1150 -------------------------------------------------------------------------------------------------------------
 arch/mips/mach-ath79/ar933x/ddr.c               |    2 +
 arch/mips/mach-ath79/include/mach/ar71xx_regs.h |    1 +
 arch/mips/mach-ath79/reset.c                    |    3 +-
 board/dbau1x00/Kconfig                          |    3 +
 board/imgtec/malta/Kconfig                      |    3 +
 board/imgtec/malta/malta.c                      |   13 --
 board/microchip/pic32mzda/Kconfig               |    3 +
 board/micronas/vct/Kconfig                      |    3 +
 board/pb1x00/Kconfig                            |    3 +
 board/qca/ap121/Kconfig                         |    3 +
 board/qca/ap143/Kconfig                         |    3 +
 board/qemu-mips/Kconfig                         |    4 +
 board/tplink/wdr4300/Kconfig                    |    3 +
 common/fdt_support.c                            |  120 +++++++++++-
 configs/malta_defconfig                         |    2 +
 configs/maltael_defconfig                       |    2 +
 drivers/core/Kconfig                            |   23 +++
 drivers/serial/ns16550.c                        |   10 +-
 include/configs/ap121.h                         |    2 -
 include/configs/ap143.h                         |    2 -
 include/configs/dbau1x00.h                      |    6 -
 include/configs/malta.h                         |    9 +-
 include/configs/pb1x00.h                        |    6 -
 include/configs/pic32mzdask.h                   |    1 -
 include/configs/qemu-mips.h                     |    1 -
 include/configs/qemu-mips64.h                   |    1 -
 include/configs/tplink_wdr4300.h                |    2 -
 include/configs/vct.h                           |    1 -
 35 files changed, 230 insertions(+), 1208 deletions(-)
 create mode 100644 arch/mips/dts/mti,malta.dts
 delete mode 100644 arch/mips/include/asm/jz4740.h

             reply	other threads:[~2016-05-26  0:13 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-26  0:13 Daniel Schwierzeck [this message]
2016-05-26 15:49 ` [U-Boot] [GIT PULL] u-boot-mips/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-09-23 16:58 Daniel Schwierzeck
2018-09-24 15:01 ` Tom Rini
2018-08-08 15:31 Daniel Schwierzeck
2018-08-10  3:27 ` Tom Rini
2017-11-28 21:13 Daniel Schwierzeck
2017-11-29  4:23 ` Tom Rini
2016-11-30 18:13 Daniel Schwierzeck
2016-11-30 19:01 ` Tom Rini
2016-11-30 19:21   ` Daniel Schwierzeck
2016-12-01  0:45 ` Tom Rini
2016-09-21 15:49 Daniel Schwierzeck
2016-09-22 15:35 ` Tom Rini
2016-06-10 10:52 Daniel Schwierzeck
2016-06-19 14:01 ` Tom Rini
2016-05-31  9:36 Daniel Schwierzeck
2016-05-31 14:50 ` Tom Rini
2016-04-19 11:24 Daniel Schwierzeck
2016-04-21 11:25 ` Tom Rini
2016-03-09 11:01 Daniel Schwierzeck
2016-03-10 16:01 ` Tom Rini
2016-01-16 20:45 Daniel Schwierzeck
2016-01-17  3:00 ` Tom Rini
2015-11-06 13:10 Daniel Schwierzeck
2015-11-07 13:18 ` Tom Rini
2015-08-24 11:24 Daniel Schwierzeck
2015-08-24 13:43 ` Tom Rini
2015-08-24 15:47   ` Daniel Schwierzeck
2015-07-02  9:34 Daniel Schwierzeck
2015-07-10 12:55 ` Tom Rini
2015-04-24 10:20 Daniel Schwierzeck
2015-04-28 14:51 ` Tom Rini
2015-01-30 14:42 Daniel Schwierzeck
2015-02-02 18:57 ` Tom Rini
2015-01-21 13:14 Daniel Schwierzeck
2015-01-23 21:56 ` Tom Rini
2014-11-27 15:25 Daniel Schwierzeck
2014-11-27 18:09 ` Tom Rini
2014-10-31 18:50 Daniel Schwierzeck
2014-11-04  2:33 ` Tom Rini
2014-04-20 11:28 Daniel Schwierzeck
2014-04-21  8:37 ` Masahiro Yamada
2014-04-21  9:10   ` Daniel Schwierzeck
2014-04-21  9:46     ` Masahiro Yamada
2014-04-23 15:15 ` Tom Rini
2014-03-04 22:49 Daniel Schwierzeck
2014-03-05  0:03 ` Tom Rini
2013-11-26 23:56 Daniel Schwierzeck
2013-12-02 16:12 ` Tom Rini
2013-11-15 23:03 Daniel Schwierzeck
2013-11-17 19:17 ` Tom Rini
2013-11-09 20:53 Daniel Schwierzeck
2013-11-11 17:30 ` Tom Rini
2013-11-11 19:00   ` Daniel Schwierzeck
2013-11-11 19:11     ` Tom Rini
2013-11-11 19:13 ` Tom Rini
2013-08-13 10:42 Daniel Schwierzeck
2013-08-13 13:13 ` Tom Rini
2013-07-23 22:42 Daniel Schwierzeck
2013-07-25 13:06 ` Tom Rini
2013-01-31  0:21 Daniel Schwierzeck
2013-01-31  0:30 ` Tom Rini
2013-01-16 10:11 Daniel Schwierzeck
2013-01-21 21:08 ` Tom Rini
2012-12-12 13:00 Daniel Schwierzeck
2012-12-12 13:52 ` Tom Rini
2012-12-08 20:57 Daniel Schwierzeck
2012-12-10 15:07 ` Tom Rini
2012-11-27 23:19 Daniel Schwierzeck
2012-11-28 13:04 ` Tom Rini
2012-10-16 22:01 Daniel Schwierzeck
2012-10-17 21:10 ` Tom Rini
2012-06-03 22:04 Daniel Schwierzeck
2012-06-07 21:39 ` 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=57463FB2.3070708@sphairon.com \
    --to=daniel.schwierzeck@sphairon.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