[U-Boot] Uboot send pull request

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

On 12/02/2016 04:44 PM, uboot@andestech.com wrote:
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.
Even though I don't know how Tom thinks about this PR, I don't agree this PR. There are no review and ack about your patches.
Best Regards, Jaehoon Chung
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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On Fri, Dec 02, 2016 at 06:08:53PM +0900, Jaehoon Chung wrote:
On 12/02/2016 04:44 PM, uboot@andestech.com wrote:
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.
Even though I don't know how Tom thinks about this PR, I don't agree this PR. There are no review and ack about your patches.
Indeed, these were just posted and haven't gotten any review comments from anyone yet, it's a bit too soon to pull, thanks!
participants (3)
-
Jaehoon Chung
-
Tom Rini
-
uboot@andestech.com