All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arch/nios2 update for v4.12
@ 2017-05-12  3:10 Ley Foon Tan
  0 siblings, 0 replies; only message in thread
From: Ley Foon Tan @ 2017-05-12  3:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lftan.linux@gmail.com, Linux Kernel Mailing List

Hi Linus

Here is nios2 update for v4.12.

This including nios2 fixes/enhancements and adding nios2 R2 support.

Regards
Ley Foon


The following changes since commit 13e0988140374123bead1dd27c287354cb95108e:

  docs: complete bumping minimal GNU Make version to 3.81 (2017-05-06 18:49:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git tags/nios2-v4.12-rc1

for you to fetch changes up to e118c3fec9c0d8d2a96462c4c035305dc952e402:

  nios2: remove custom early console implementation (2017-05-11 17:44:21 +0800)

----------------------------------------------------------------
nios2 update for v4.12-rc1

nios2: remove custom early console implementation
nios2: use generic strncpy_from_user() and strnlen_user()
nios2: Add CDX support
nios2: Add BMX support
nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2
nios2: implement flush_dcache_mmap_lock/unlock
nios2: enable earlycon support
nios2: constify irq_domain_ops
nios2: remove wrapper header for cmpxchg.h
nios2: add .gitignore entries for auto-generated files

----------------------------------------------------------------
Julien Beraud (1):
      nios2: implement flush_dcache_mmap_lock/unlock

Ley Foon Tan (1):
      nios2: use generic strncpy_from_user() and strnlen_user()

Marek Vasut (3):
      nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2
      nios2: Add BMX support
      nios2: Add CDX support

Tobias Klauser (5):
      nios2: add .gitignore entries for auto-generated files
      nios2: remove wrapper header for cmpxchg.h
      nios2: constify irq_domain_ops
      nios2: enable earlycon support
      nios2: remove custom early console implementation

 arch/nios2/Kconfig                     |   2 +
 arch/nios2/Kconfig.debug               |   1 -
 arch/nios2/Makefile                    |   5 ++
 arch/nios2/boot/.gitignore             |   2 +
 arch/nios2/boot/dts/10m50_devboard.dts |   3 +-
 arch/nios2/include/asm/Kbuild          |   1 +
 arch/nios2/include/asm/cacheflush.h    |   6 +-
 arch/nios2/include/asm/cmpxchg.h       |  14 ----
 arch/nios2/include/asm/cpuinfo.h       |   2 +
 arch/nios2/include/asm/prom.h          |  22 ------
 arch/nios2/include/asm/setup.h         |   2 -
 arch/nios2/include/asm/uaccess.h       |   7 +-
 arch/nios2/kernel/.gitignore           |   1 +
 arch/nios2/kernel/Makefile             |   1 -
 arch/nios2/kernel/cpuinfo.c            |  18 ++++-
 arch/nios2/kernel/early_printk.c       | 118 ---------------------------------
 arch/nios2/kernel/irq.c                |   2 +-
 arch/nios2/kernel/prom.c               |  49 --------------
 arch/nios2/kernel/setup.c              |   6 +-
 arch/nios2/mm/uaccess.c                |  33 ---------
 arch/nios2/platform/Kconfig.platform   |  26 ++++++++
 21 files changed, 69 insertions(+), 252 deletions(-)
 create mode 100644 arch/nios2/boot/.gitignore
 delete mode 100644 arch/nios2/include/asm/cmpxchg.h
 delete mode 100644 arch/nios2/include/asm/prom.h
 create mode 100644 arch/nios2/kernel/.gitignore
 delete mode 100644 arch/nios2/kernel/early_printk.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-12  3:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12  3:10 [GIT PULL] arch/nios2 update for v4.12 Ley Foon Tan

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.