aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/arch-v32/mach-fs
Commit message (Collapse)AuthorAge
* CRISv32: ETRAXFS: Fix recursive spinlockJesper Nilsson2014-12-19
| | | | | | | | | | Move pinmux alloc/dealloc code into functions that don't take the spinlock so we can use from code that has the spinlock already. CRISv32 has no working SMP, so spinlocks becomes a NOP, so deadlock was never seen. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
* CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-03
| | | | | | | The VCS simulator was a tool used in the development of the chip and is no longer used or necessary. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
* CRIS: Add include guardJesper Nilsson2010-08-04
| | | | Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
* CRIS: Machine dependent memmap.hJesper Nilsson2010-08-04
| | | | | | | Move the old one to mach-fs and replace with a new one that only include the correct one for the machine architecture. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
* CRIS: Machine dependent dma.hJesper Nilsson2010-08-04
| | | | | | | Move the old one to mach-fs and replace with a new one that only include the correct one for the machine architecture. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
* [CRIS] Move header files from include to arch/cris/include.Jesper Nilsson2008-10-29
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>