Merge tag 'nios2-v3.19-rc1' of git://git.rocketboards.org/linux-socfpga-next
Pull Altera Nios II processor support from Ley Foon Tan: "Here is the Linux port for Nios II processor (from Altera) arch/nios2/ tree for v3.19. The patchset has been discussed on the kernel mailing lists since April and has gone through 6 revisions of review. The additional changes since then have been mostly further cleanups and fixes when merged with other trees. The arch code is in arch/nios2 and one asm-generic change (acked by Arnd)" Arnd Bergmann says: "I've reviewed the architecture port in the past and it looks good in its latest version" Acked-by: Arnd Bergmann <arnd@arndb.de> * tag 'nios2-v3.19-rc1' of git://git.rocketboards.org/linux-socfpga-next: (40 commits) nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOL nios2: Add missing NR_CPUS to Kconfig nios2: asm-offsets: Remove unused definition TI_TASK nios2: Remove write-only struct member from nios2_timer nios2: Remove unused extern declaration of shm_align_mask nios2: include linux/type.h in io.h nios2: move include asm-generic/io.h to end of file nios2: remove include asm-generic/iomap.h from io.h nios2: remove unnecessary space before define nios2: fix error handling of irq_of_parse_and_map nios2: Use IS_ENABLED instead of #ifdefs to check config symbols nios2: Build infrastructure Documentation: Add documentation for Nios2 architecture MAINTAINERS: Add nios2 maintainer nios2: ptrace support nios2: Module support nios2: Nios2 registers nios2: Miscellaneous header files nios2: Cpuinfo handling nios2: Time keeping ...
Showing
Documentation/nios2/README
0 → 100644
arch/nios2/Kconfig
0 → 100644
arch/nios2/Kconfig.debug
0 → 100644
arch/nios2/Makefile
0 → 100644
arch/nios2/boot/Makefile
0 → 100644
arch/nios2/boot/install.sh
0 → 100644
arch/nios2/boot/linked_dtb.S
0 → 100644
arch/nios2/include/asm/elf.h
0 → 100644
arch/nios2/include/asm/io.h
0 → 100644
arch/nios2/include/asm/irq.h
0 → 100644
arch/nios2/include/asm/mmu.h
0 → 100644
arch/nios2/include/asm/tlb.h
0 → 100644
arch/nios2/kernel/Makefile
0 → 100644
arch/nios2/kernel/cpuinfo.c
0 → 100644
arch/nios2/kernel/entry.S
0 → 100644
arch/nios2/kernel/head.S
0 → 100644
arch/nios2/kernel/insnemu.S
0 → 100644
arch/nios2/kernel/irq.c
0 → 100644
arch/nios2/kernel/module.c
0 → 100644
arch/nios2/kernel/process.c
0 → 100644
arch/nios2/kernel/prom.c
0 → 100644
arch/nios2/kernel/ptrace.c
0 → 100644
arch/nios2/kernel/setup.c
0 → 100644
arch/nios2/kernel/signal.c
0 → 100644
arch/nios2/kernel/time.c
0 → 100644
arch/nios2/kernel/traps.c
0 → 100644
arch/nios2/lib/Makefile
0 → 100644
arch/nios2/lib/delay.c
0 → 100644
arch/nios2/lib/memcpy.c
0 → 100644
arch/nios2/lib/memmove.c
0 → 100644
arch/nios2/lib/memset.c
0 → 100644
arch/nios2/mm/Makefile
0 → 100644
arch/nios2/mm/cacheflush.c
0 → 100644
arch/nios2/mm/dma-mapping.c
0 → 100644
arch/nios2/mm/extable.c
0 → 100644
arch/nios2/mm/fault.c
0 → 100644
arch/nios2/mm/init.c
0 → 100644
arch/nios2/mm/ioremap.c
0 → 100644
arch/nios2/mm/mmu_context.c
0 → 100644
arch/nios2/mm/pgtable.c
0 → 100644
arch/nios2/mm/tlb.c
0 → 100644
arch/nios2/mm/uaccess.c
0 → 100644
arch/nios2/platform/Makefile
0 → 100644
Please register or sign in to comment