Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MIPS: fix SPDX license identifier in remaining arch header files | Daniel Schwierzeck | 2016-01-16 | -1/+5 |
| | | | | | | | Add a SPDX license identifier to MIPS header files where it is still missing. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | |||
* | MIPS: sync I/O related header files with linux-4.4 | Daniel Schwierzeck | 2016-01-16 | -0/+27 |
Mainly sync asm/io.h to get a working ioremap() implementation as well as the full set of I/O accessors. Pull in additional header files to make this work. Furthermore port over the directory 'arch/mips/include/asm/mach-generic/' with contains default definitions for I/O and memory spaces and default implementations for mapping those spaces. All files in that directory can be overwritten by a SoC/machine. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |