All of lore.kernel.org
 help / color / mirror / Atom feed
From: uboot at andestech.com <uboot@andestech.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Uboot send pull request
Date: Fri, 2 Dec 2016 15:44:56 +0800	[thread overview]
Message-ID: <15d4d027-4439-45ec-891f-aaad052a44e7@ATCPCS12.andestech.com> (raw)

 Hi Tom,

 Please pull the following patch from u-boot-nds32 into your tree.
 Thanks!

The following changes since commit 9ae0e14350758e6447c90615ff4df530549a45e2:

  Merge git://www.denx.de/git/u-boot-marvell (2016-12-01 09:24:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to 07ce9147e919be25d8928e54b4cd23460ff44a7f:

  nds32: Support eth DM. (2016-12-02 14:46:15 +0800)

----------------------------------------------------------------
rick (6):
      nds32: Support serial DM.
      nds32: Support timer DM.
      nds32: mmc: Support mmc DM.
      nds32: mmc: Support mmc DM.
      nds32: mmc: Support mmc DM.
      nds32: Support eth DM.

 arch/Kconfig                            |    1 +
 arch/nds32/cpu/n1213/ag101/timer.c      |    3 +-
 arch/nds32/cpu/n1213/start.S            |   13 +-
 arch/nds32/dts/Makefile                 |   14 ++
 arch/nds32/dts/ag101p.dts               |   71 ++++++++
 arch/nds32/include/asm/config.h         |    1 +
 board/AndesTech/adp-ag101p/adp-ag101p.c |    7 +-
 configs/adp-ag101p_defconfig            |   14 ++
 drivers/mmc/Kconfig                     |    7 +
 drivers/mmc/Makefile                    |    1 +
 drivers/mmc/ftsdc010_mci.c              |  106 +++++++++---
 drivers/mmc/nds32_mmc.c                 |  140 +++++++++++++++
 drivers/net/Kconfig                     |    5 +
 drivers/net/ftmac100.c                  |  281 +++++++++++++++++++++++++------
 drivers/timer/Kconfig                   |    6 +
 drivers/timer/Makefile                  |    1 +
 drivers/timer/ag101p_timer.c            |  122 ++++++++++++++
 include/configs/adp-ag101p.h            |   14 +-
 include/faraday/ftsdc010.h              |   41 +++++
 19 files changed, 752 insertions(+), 96 deletions(-)
 create mode 100644 arch/nds32/dts/Makefile
 create mode 100644 arch/nds32/dts/ag101p.dts
 create mode 100644 drivers/mmc/nds32_mmc.c
 create mode 100644 drivers/timer/ag101p_timer.c

             reply	other threads:[~2016-12-02  7:44 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161202080940epcas2p1e67429b56c97e0f8523ff599db8213ae@epcas2p1.samsung.com>
2016-12-02  7:44 ` uboot at andestech.com [this message]
2016-12-02  9:08   ` [U-Boot] Uboot send pull request Jaehoon Chung
2016-12-02 15:38     ` Tom Rini
2019-06-05 10:21 uboot at andestech.com
     [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA40CC218@ATCPCS16.andestech.com>
2019-06-05 10:31   ` Rick Chen
  -- strict thread matches above, loose matches on Subject: below --
2018-12-18 10:09 uboot at andestech.com
2018-12-23 17:31 ` Tom Rini
2018-12-05  6:32 uboot at andestech.com
2018-11-26  6:18 uboot at andestech.com
2018-11-27  3:12 ` Tom Rini
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA3A50B17@ATCPCS16.andestech.com>
2018-11-27  5:14     ` Rick Chen
2018-11-20 10:18 uboot at andestech.com
2018-11-20 14:00 ` Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA3A4C59E@ATCPCS16.andestech.com>
     [not found]     ` <CAN5B=eKcbcWGO8BYmPVdx5Yt3BZFWR6QsXo_-BxJreKcBYpcEA@mail.gmail.com>
2018-11-21  6:00       ` Rick Chen
2018-11-21  7:18         ` Bin Meng
2018-11-21  8:53           ` Rick Chen
2018-11-21  9:09             ` Rick Chen
2018-11-27  9:54             ` Bin Meng
2018-11-29 11:23               ` Rick Chen
2018-11-20 14:06 ` Auer, Lukas
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA3A4C7A8@ATCPCS16.andestech.com>
2018-11-21  9:37     ` Rick Chen
2018-11-21 13:09       ` Auer, Lukas
2018-11-22  8:38         ` Rick Chen
2018-11-22  9:18           ` Auer, Lukas
2018-11-22  9:42             ` Rick Chen
2018-11-22 10:16               ` Auer, Lukas
2018-11-20 17:38 ` Tom Rini
2018-10-03 10:16 uboot at andestech.com
2018-10-03 15:58 ` Tom Rini
2018-05-30  8:33 uboot at andestech.com
2018-05-31  2:10 ` Tom Rini
2018-05-29  6:56 uboot at andestech.com
2018-05-29 15:00 ` Tom Rini
2018-03-30  7:05 uboot at andestech.com
2018-04-01 13:19 ` Tom Rini
2017-11-30  2:35 uboot at andestech.com
2017-11-30 15:33 ` Tom Rini
2017-09-28  5:25 uboot at andestech.com
2017-09-29 14:25 ` Tom Rini
2017-09-21  2:45 uboot at andestech.com
2017-09-22 14:17 ` Tom Rini
2017-09-13  1:39 uboot at andestech.com
2017-09-13  2:53 ` Tom Rini
2017-06-01  1:31 uboot at andestech.com
2017-05-24  1:36 uboot at andestech.com
2017-05-27  0:36 ` Tom Rini
2017-05-22  7:00 uboot at andestech.com
2017-05-23  0:18 ` Tom Rini
2016-09-29  8:22 uboot at andestech.com
2016-10-01 12:58 ` Tom Rini
2016-01-21  6:48 uboot at andestech.com
2016-01-21 16:50 ` Tom Rini
2016-01-21  6:01 uboot at andestech.com
2014-10-07  7:21 uboot at andestech.com

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=15d4d027-4439-45ec-891f-aaad052a44e7@ATCPCS12.andestech.com \
    --to=uboot@andestech.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 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.