#
3459f0d7 |
| 12-Dec-2014 |
Ingo Molnar <mingo@kernel.org> |
Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
|
#
a4a26e8e |
| 09-Dec-2014 |
Linus Torvalds <torvalds@linux-foundation.org> |
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) arc
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 ...
show more ...
|
Revision tags: v3.18, v3.18-rc7, v3.18-rc6 |
|
#
61810325 |
| 20-Nov-2014 |
Ley Foon Tan <lftan@altera.com> |
nios2: include linux/type.h in io.h
This is require for __iomem definition.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
|
#
065a1134 |
| 20-Nov-2014 |
Ley Foon Tan <lftan@altera.com> |
nios2: move include asm-generic/io.h to end of file
Move asm-generic/io.h to end of file to override functions like phys_to_virt, virt_to_phys in asm-generic/io.h. This is due to recent commit 9216e
nios2: move include asm-generic/io.h to end of file
Move asm-generic/io.h to end of file to override functions like phys_to_virt, virt_to_phys in asm-generic/io.h. This is due to recent commit 9216efaf introduced new way to override functions by checking for the existence of a macro with the same of the function.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
show more ...
|
#
25f23253 |
| 20-Nov-2014 |
Ley Foon Tan <lftan@altera.com> |
nios2: remove include asm-generic/iomap.h from io.h
Don't need asm-generic/iomap.h and asm-generic/io.h added default ioread8/16/32 iowrite8/16/32 implementation.
Signed-off-by: Ley Foon Tan <lftan
nios2: remove include asm-generic/iomap.h from io.h
Don't need asm-generic/iomap.h and asm-generic/io.h added default ioread8/16/32 iowrite8/16/32 implementation.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
show more ...
|
#
568f6ba0 |
| 20-Nov-2014 |
Ley Foon Tan <lftan@altera.com> |
nios2: remove unnecessary space before define
Remove extra space between # and define.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
|
Revision tags: v3.18-rc5, v3.18-rc4 |
|
#
6b8baec4 |
| 06-Nov-2014 |
Ley Foon Tan <lftan@altera.com> |
nios2: I/O Mapping
This patch adds several definitions for I/O accessors and ioremap().
Signed-off-by: Ley Foon Tan <lftan@altera.com>
|