aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-ebsa110
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King11-396/+0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <[email protected]>
2007-05-12[ARM] Use new get_irqnr_preambleRussell King1-1/+1
Use the new get_irqnr_preamble macro to move the address of the IRQ controller outside the IRQ handling loop. Signed-off-by: Russell King <[email protected]>
2007-04-21[ARM] EBSA110: Add readsw/readsl/writesw/writeslRussell King1-0/+8
Signed-off-by: Russell King <[email protected]>
2007-02-17[ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_userDan Williams1-0/+6
get_irqnr_preamble allows machines to take some action before entering the get_irqnr_and_base loop. On iop we enable cp6 access. arch_ret_to_user is added to the userspace return path to allow individual architectures to take actions, like disabling coprocessor access, before the final return to userspace. Per Nicolas Pitre's note, there is no need to cp_wait on the return to user as the latency to return is sufficient. Signed-off-by: Dan Williams <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-11-20[ARM] ebsa110: fix warnings generated by asm/arch/io.hRussell King1-5/+11
Remove two warnings: drivers/serial/8250_early.c:136: warning: unused variable 'mapsize' include/linux/io.h:47: warning: passing argument 1 of '__readb' discards qualifiers from pointer target type Signed-off-by: Russell King <[email protected]>
2006-04-07[ARM] ebsa110: Fix incorrect serial port addressRussell King1-1/+1
Signed-off-by: Russell King <[email protected]>
2006-04-07[ARM] Fix ebsa110 debug macrosRussell King1-1/+1
Was including debug-8250.h rather than debug-8250.S Signed-off-by: Russell King <[email protected]>
2006-04-07[ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King2-3/+6
FLUSH_BASE must be visible to arch/arm/mm/init.c in order for the memory region to be setup. Move these definitions from asm-arm/arch-*/hardware.h into asm-arm/arch-*/memory.h where mm stuff can see them. Signed-off-by: Russell King <[email protected]>
2006-03-28[ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King1-23/+24
As per the corresponding change to the serial drivers, arrange for ARM decompressors to give CRLF. Move the common putstr code into misc.c such that machines only need to supply "putc" and "flush" functions. Signed-off-by: Russell King <[email protected]>
2006-03-21[ARM] Collect 8250-based debug implementations togetherRussell King1-16/+3
Several ARM machine implementations used an 8250 compatible port for debugging purposes, and indepdently implemented the low level debug macros every time. Provide a common implementation and convert these implementations to use this version. Signed-off-by: Russell King <[email protected]>
2006-03-21[ARM] Move HZ definition into KconfigRussell King1-4/+0
Move the HZ definition into Kconfig, and set appropriate defaults for platforms. Remove mostly empty asm/arch/param.h include file. Signed-off-by: Russell King <[email protected]>
2006-01-04[ARM] Remove definition of MAX_DMA_CHANNELS to zeroRussell King1-7/+0
Since we now only build arch/arm/kernel/dma.c on machine types which set ISA_DMA_API, we don't need to define MAX_DMA_CHANNELS to 0 to indicate this - this definition becomes superfluous. Remove it. Signed-off-by: Russell King <[email protected]>
2006-01-04[ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.hRussell King1-1/+0
Signed-off-by: Russell King <[email protected]>
2005-11-21[ARM] ebsa110: __arch_ioremap should be 3 argsRussell King1-1/+1
Signed-off-by: Russell King <[email protected]>
2005-10-29[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm codeNicolas Pitre1-1/+1
Patch from Nicolas Pitre This patch allows for assorted type of cleanups by letting assembly code use the same set of defines for constant values and avoid duplicated definitions that might not always be in sync, or that might simply be confusing due to the different names for the same thing. Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: Russell King <[email protected]>
2005-05-03[PATCH] ARM: cleanup vmalloc start/offset macrosRussell King1-11/+0
VMALLOC_START and VMALLOC_OFFSET are common between all ARM machine classes. Move them into include/asm-arm/pgtable.h, but allow a machine class to override them if required. Signed-off-by: Russell King <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds12-0/+408
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!