public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Sat, 4 Jun 2016 09:03:27 -0700	[thread overview]
Message-ID: <5752FBCF.3040802@nxp.com> (raw)

Tom,

The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:

  spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to 23d4e5ba49b878e01321be2af4e94f73389f4958:

  freescale: Tweak various Makefiles to remove redundancy, fix aesthetics
(2016-06-03 22:14:27 -0700)

----------------------------------------------------------------
Robert P. J. Day (2):
      arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.
      freescale: Tweak various Makefiles to remove redundancy, fix aesthetics

Shengzhou Liu (1):
      board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl boot

Sumit Garg (1):
      powerpc/board: SPL: Enable malloc flag in global data.

mario.six at gdsys.cc (4):
      dm: gpio: Add driver for MPC85XX GPIO controller
      dm: gpio: Add methods for open drain setting
      dm: gpio: Implement open drain for MPC85XX GPIO
      dm: test: Add GPIO open drain tests

 arch/powerpc/cpu/mpc512x/fixed_sdram.c       |    2 +-
 arch/powerpc/cpu/mpc8260/cpu_init.c          |    2 +-
 arch/powerpc/cpu/mpc8260/ether_fcc.c         |    8 +-
 arch/powerpc/cpu/mpc83xx/cpu_init.c          |    2 +-
 arch/powerpc/cpu/mpc83xx/speed.c             |    2 +-
 arch/powerpc/cpu/mpc85xx/ether_fcc.c         |    2 +-
 arch/powerpc/cpu/mpc8xx/fec.c                |    4 +-
 arch/powerpc/cpu/ppc4xx/reginfo.c            |    2 +-
 arch/powerpc/cpu/ppc4xx/sdram.c              |    4 +-
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h |    2 +
 arch/powerpc/include/asm/immap_85xx.h        |    2 +
 arch/sandbox/include/asm/gpio.h              |   20 +++
 board/freescale/b4860qds/Makefile            |    6 +-
 board/freescale/b4860qds/ddr.c               |    8 +-
 board/freescale/b4860qds/spl.c               |    1 +
 board/freescale/bsc9131rdb/Makefile          |   16 +-
 board/freescale/bsc9132qds/Makefile          |    9 +-
 board/freescale/c29xpcie/Makefile            |    6 +-
 board/freescale/c29xpcie/spl.c               |    1 +
 board/freescale/p1010rdb/Makefile            |   12 +-
 board/freescale/p1010rdb/spl.c               |    1 +
 board/freescale/p1022ds/Makefile             |   12 +-
 board/freescale/p1022ds/spl.c                |    1 +
 board/freescale/p1_p2_rdb_pc/Makefile        |   17 +-
 board/freescale/p1_p2_rdb_pc/spl.c           |    1 +
 board/freescale/p2041rdb/Makefile            |    2 +-
 board/freescale/t102xqds/Makefile            |    2 +-
 board/freescale/t102xqds/ddr.c               |    5 +-
 board/freescale/t102xqds/spl.c               |    1 +
 board/freescale/t102xrdb/Makefile            |    2 +-
 board/freescale/t102xrdb/ddr.c               |    4 +-
 board/freescale/t102xrdb/spl.c               |    1 +
 board/freescale/t104xrdb/ddr.c               |    7 +-
 board/freescale/t104xrdb/spl.c               |    1 +
 board/freescale/t208xqds/Makefile            |    6 +-
 board/freescale/t208xqds/ddr.c               |    5 +-
 board/freescale/t208xqds/spl.c               |    1 +
 board/freescale/t208xrdb/Makefile            |    6 +-
 board/freescale/t208xrdb/ddr.c               |    6 +-
 board/freescale/t208xrdb/spl.c               |    1 +
 board/freescale/t4qds/Makefile               |    6 +-
 board/freescale/t4qds/ddr.c                  |    7 +-
 board/freescale/t4qds/spl.c                  |    1 +
 board/freescale/t4rdb/Makefile               |    9 +-
 board/freescale/t4rdb/ddr.c                  |    5 +-
 board/freescale/t4rdb/spl.c                  |    1 +
 drivers/gpio/Kconfig                         |   26 +++
 drivers/gpio/Makefile                        |    1 +
 drivers/gpio/gpio-uclass.c                   |   32 ++++
 drivers/gpio/mpc85xx_gpio.c                  |  228 ++++++++++++++++++++++++++
 drivers/gpio/sandbox.c                       |   35 ++++
 include/asm-generic/gpio.h                   |   34 ++++
 test/dm/gpio.c                               |    7 +
 53 files changed, 478 insertions(+), 107 deletions(-)
 create mode 100644 drivers/gpio/mpc85xx_gpio.c

Thanks.

York

             reply	other threads:[~2016-06-04 16:03 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-04 16:03 York Sun [this message]
2016-06-06 11:16 ` [U-Boot] Please pull u-boot-mpc85xx master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-01-24 16:25 York Sun
2019-01-25 15:16 ` Tom Rini
2018-10-30 19:21 York Sun
2018-10-31 14:44 ` Tom Rini
2018-09-28 15:35 York Sun
2018-09-30  2:27 ` Tom Rini
2018-07-31 17:25 York Sun
2018-08-01 15:05 ` Tom Rini
2018-07-31 17:12 York Sun
2018-07-31 17:16 ` York Sun
2017-12-08 16:59 York Sun
2017-12-09  1:35 ` Tom Rini
2017-06-13 17:02 York Sun
2017-06-15 13:01 ` Tom Rini
2017-02-01 16:19 york sun
2017-02-02  3:20 ` Tom Rini
2017-01-25  5:26 york sun
2017-01-26  3:00 ` Tom Rini
2016-12-20 17:15 york sun
2016-12-22  2:30 ` Tom Rini
2016-12-04 17:02 york sun
2016-12-04 23:00 ` Tom Rini
2016-11-29 22:18 york sun
2016-11-30 14:12 ` Tom Rini
2016-10-15 17:02 york sun
2016-10-18  0:08 ` Tom Rini
2016-07-22  0:17 york sun
2016-07-23  0:09 ` Tom Rini
2016-07-25 18:52 ` Scott Wood
2016-07-25 19:02   ` york sun
2016-05-25  3:37 York Sun
2016-05-26 15:49 ` Tom Rini
2016-04-08 22:45 York Sun
2016-04-11 15:00 ` Tom Rini
2016-02-26 18:51 york sun
2016-02-26 19:09 ` Tom Rini
2016-01-25 20:49 york sun
2016-01-26 22:44 ` Tom Rini
     [not found] <568BFBF0.3040605@freescale.com>
2016-01-05 18:21 ` York Sun
     [not found] <563A9399.80500@freescale.com>
2015-11-04 23:45 ` Tom Rini
2015-11-02 21:06 York Sun
2015-11-02 23:17 ` Tom Rini
2015-09-02 15:26 York Sun
2015-09-02 21:58 ` Tom Rini
2015-07-31 16:00 York Sun
2015-08-01 14:47 ` Tom Rini
2015-05-05 16:55 York Sun
2015-05-05 23:59 ` Tom Rini
2015-04-20 21:05 York Sun
2015-04-22 15:52 ` Tom Rini
2015-03-05 20:20 York Sun
2015-03-06 15:43 ` Tom Rini
2015-01-23  0:49 York Sun
2015-01-23 21:57 ` Tom Rini
2014-12-16 17:24 York Sun
2014-12-17  0:45 ` Tom Rini
2014-12-05 16:10 York Sun
2014-12-08 21:41 ` Tom Rini
2014-07-23 20:19 York Sun
2014-07-28 19:03 ` Tom Rini
2014-06-05 21:30 York Sun
2014-06-05 22:50 ` Tom Rini
2014-05-16 22:12 York Sun
2014-05-19 12:47 ` Tom Rini
2014-04-23 22:45 York Sun
2014-04-25 19:44 ` Tom Rini
2014-02-03 17:04 York Sun
2014-02-04 22:05 ` Tom Rini
2014-01-03 23:57 York Sun
2014-01-07 17:16 ` Tom Rini

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=5752FBCF.3040802@nxp.com \
    --to=york.sun@nxp.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