[U-Boot] Uboot send pull request

uboot at andestech.com uboot at andestech.com
Thu Nov 30 02:35:57 UTC 2017


 Hi Tom,

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

The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:

  Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500)

are available in the git repository at:


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

for you to fetch changes up to 872cd42e706983b2efa928ec038f1f80d5eb5e87:

  dt-bindings: spi: Add andestech atcspi200 spi binding doc (2017-11-30 09:45:29 +0800)

----------------------------------------------------------------
Rick Chen (9):
      ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.
      ae3xx: timer: Rename AE3XX to ATCPIT100
      cosmetic: atcpit100_timer: Rename function name as atcpit100
      cosmetic: atcpit100_timer: Use device api to get platdata
      dt-bindings: timer: Add andestech atcpit100 timer
      atcpit100: timer: Remove arch dependency.
      spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi
      cosmetic: atcspi200: Rename function name as atcspi200
      dt-bindings: spi: Add andestech atcspi200 spi binding doc

 configs/adp-ae3xx_defconfig                        |    4 +-
 doc/device-tree-bindings/spi/spi-atcspi200.txt     |   37 ++++++++
 doc/device-tree-bindings/timer/atcpit100_timer.txt |   31 +++++++
 drivers/spi/Kconfig                                |   10 +-
 drivers/spi/Makefile                               |    2 +-
 drivers/spi/{nds_ae3xx_spi.c => atcspi200_spi.c}   |   96 ++++++++++----------
 drivers/timer/Kconfig                              |    9 +-
 drivers/timer/Makefile                             |    2 +-
 drivers/timer/{ae3xx_timer.c => atcpit100_timer.c} |   38 ++++----
 9 files changed, 149 insertions(+), 80 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/spi-atcspi200.txt
 create mode 100644 doc/device-tree-bindings/timer/atcpit100_timer.txt
 rename drivers/spi/{nds_ae3xx_spi.c => atcspi200_spi.c} (80%)
 rename drivers/timer/{ae3xx_timer.c => atcpit100_timer.c} (67%)
warn: No branch of git://git.denx.de/u-boot-nds32.git is at:
warn:   872cd42: dt-bindings: spi: Add andestech atcspi200 spi binding doc


More information about the U-Boot mailing list