From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] Please pull u-boot-nios/master
Date: Thu, 12 Nov 2015 08:36:57 +0800 [thread overview]
Message-ID: <87d1vgnjdi.fsf@wytron.com.tw> (raw)
Hi Tom,
Please pull,
The following changes since commit b375219e732f044e7f48b676fa4e36e7c29d81e1:
ARM: uniphier: drop UniPhier specific SMP code (2015-11-11 23:35:35 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-nios.git master
for you to fetch changes up to 038be18fd95aa6283eafb85ceabc0b880976424b:
nios2: add 3c120 and 10m50 devboards MAINTAINERS (2015-11-12 08:26:59 +0800)
----------------------------------------------------------------
Thomas Chou (15):
dm: implement a MTD uclass
cfi_flash: convert to driver model
nios2: use cfi flash driver model
nios2: add memcpy_fromio and memcpy_toio
mtd: add altera quadspi driver
nios2: nios2-generic: do not allocate rx buf in net.c
net: zap altera_tse_initialize prototypes
net: altera_tse: factor out stop mac func
net: altera_tse: wait sgdma in altera_tse_recv
net: altera_tse: add priv ops to prepare msgdma support
net: altera_tse: add mSG-DMA support
nios2: add 10m50 devboard support
nios2: rename board nios2-generic to 3c120_devboard
nios2: change README.nios2 to use 10m50 as template
nios2: add 3c120 and 10m50 devboards MAINTAINERS
arch/nios2/dts/10m50_devboard.dts | 267 ++++++++++++++++++++
arch/nios2/include/asm/io.h | 4 +
board/altera/nios2/MAINTAINERS | 13 +
configs/10m50_defconfig | 26 ++
.../{nios2-generic_defconfig => 3c120_defconfig} | 4 +-
doc/README.nios2 | 14 +-
doc/device-tree-bindings/mtd/altera_qspi.txt | 35 +++
doc/device-tree-bindings/mtd/mtd-physmap.txt | 88 +++++++
drivers/mtd/Kconfig | 32 +++
drivers/mtd/Makefile | 2 +
drivers/mtd/altera_qspi.c | 273 +++++++++++++++++++++
drivers/mtd/cfi_flash.c | 78 ++++++
drivers/mtd/mtd-uclass.c | 21 ++
drivers/net/altera_tse.c | 237 +++++++++++++++---
drivers/net/altera_tse.h | 80 +++++-
include/configs/10m50_devboard.h | 103 ++++++++
.../configs/{nios2-generic.h => 3c120_devboard.h} | 6 +-
include/dm/uclass-id.h | 1 +
include/flash.h | 3 +
include/linux/mtd/mtd.h | 2 +
include/mtd.h | 23 ++
include/netdev.h | 3 -
22 files changed, 1269 insertions(+), 46 deletions(-)
create mode 100644 arch/nios2/dts/10m50_devboard.dts
create mode 100644 board/altera/nios2/MAINTAINERS
create mode 100644 configs/10m50_defconfig
rename configs/{nios2-generic_defconfig => 3c120_defconfig} (88%)
create mode 100644 doc/device-tree-bindings/mtd/altera_qspi.txt
create mode 100644 doc/device-tree-bindings/mtd/mtd-physmap.txt
create mode 100644 drivers/mtd/altera_qspi.c
create mode 100644 drivers/mtd/mtd-uclass.c
create mode 100644 include/configs/10m50_devboard.h
rename include/configs/{nios2-generic.h => 3c120_devboard.h} (96%)
create mode 100644 include/mtd.h
next reply other threads:[~2015-11-12 0:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 0:36 Thomas Chou [this message]
2015-11-12 2:23 ` [U-Boot] [PULL] Please pull u-boot-nios/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 13:24 Thomas Chou
2015-11-18 13:38 ` Tom Rini
2015-12-06 3:35 Thomas Chou
2015-12-19 1:54 Thomas Chou
2015-12-21 14:35 ` Tom Rini
2015-12-28 1:38 Thomas Chou
2015-12-29 1:36 ` Tom Rini
2016-02-06 7:17 Thomas Chou
2016-02-08 20:45 ` 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=87d1vgnjdi.fsf@wytron.com.tw \
--to=thomas@wytron.com.tw \
--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