1
linux/include/asm-blackfin
Mike Frysinger 0f0625d895 Blackfin arch: remove useless mtd defines in uClinux
dont bother protecting the mtd defines as anything that incorrectly
uses it will get an error during link time anyways ... this prevents
large pointless rebuilds of most files whenever the uclinux mtd map changes state

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-08-05 17:10:58 +08:00
..
mach-bf527 Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). 2008-07-19 15:54:10 +08:00
mach-bf533 Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). 2008-07-19 15:54:10 +08:00
mach-bf537 Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). 2008-07-19 15:54:10 +08:00
mach-bf548 Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). 2008-07-19 15:54:10 +08:00
mach-bf561 Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). 2008-07-19 15:54:10 +08:00
mach-common [Blackfin] arch: fix gdb testing regression 2008-05-07 11:41:26 +08:00
.gitignore [Blackfin] arch: add include/boot .gitignore files 2008-04-25 08:29:11 +08:00
a.out.h aout: move STACK_TOP[_MAX] to asm/processor.h 2008-02-08 09:22:29 -08:00
atomic.h
auxvec.h
bfin5xx_spi.h [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support 2008-02-09 01:54:09 +08:00
bfin_simple_timer.h
bfin_sport.h
bfin-global.h Blackfin arch: remove useless mtd defines in uClinux 2008-08-05 17:10:58 +08:00
bitops.h forbid asm/bitops.h direct inclusion 2007-10-19 11:53:41 -07:00
blackfin.h Blackfin arch: Fix Anomaly hanlding, as pointed out by Mike 2007-08-03 17:56:29 +08:00
bug.h [Blackfin] arch: define our own BUG() so we can dump the blackfin hardware trace buffer 2008-04-24 08:58:44 +08:00
bugs.h
byteorder.h
cache.h
cacheflush.h Blackfin arch: to do some consolidation of common code and common name spaces 2007-10-10 23:55:26 +08:00
checksum.h [Blackfin] arch: Blackfin checksum annotations 2008-05-12 11:55:10 +08:00
cplb-mpu.h [Blackfin] arch: Initial checkin of the memory protection support. 2008-01-27 18:39:16 +08:00
cplb.h [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. 2008-04-23 08:23:51 +08:00
cplbinit.h [Blackfin] arch: Initial checkin of the memory protection support. 2008-01-27 18:39:16 +08:00
cpumask.h
cputime.h
current.h
delay.h Blackfin arch: add support for working around anomaly 05000312 2007-11-21 16:08:58 +08:00
device.h
div64.h
dma-mapping.h [Blackfin] arch: Add dma_map_page and dma_unmap_page stub for MMC SPI compiling 2008-04-23 07:41:52 +08:00
dma.h Blackfin arch: Functional power management support 2008-07-19 16:57:32 +08:00
dpmc.h Blackfin arch: Functional power management support 2008-07-19 16:57:32 +08:00
early_printk.h Blackfin arch: Initial patch to add earlyprintk support 2007-10-09 17:24:49 +08:00
elf.h Blackfin arch: Extend sram malloc to handle L2 SRAM. 2008-07-19 15:42:41 +08:00
emergency-restart.h
entry.h [Blackfin] arch: fix gdb testing regression 2008-05-07 11:41:26 +08:00
errno.h
fb.h fbdev: detect primary display device 2007-07-17 10:23:11 -07:00
fcntl.h
fixed_code.h Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 2007-10-29 18:23:28 +08:00
flat.h
futex.h
gpio.h Blackfin arch: Functional power management support 2008-07-19 16:57:32 +08:00
gptimers.h [Blackfin] arch: add support for the rest of the gptimers on the BF54x 2008-04-23 08:53:15 +08:00
hardirq.h Blackfin arch: Enable BF54x PIN/GPIO interrupts 2007-07-12 16:17:18 +08:00
hw_irq.h
io.h Blackfin arch: IO Port functions to read/write unalligned memory 2008-05-17 16:38:52 +08:00
ioctl.h
ioctls.h blackfin enable arbitary speed serial setting 2007-08-05 19:16:05 +08:00
ipcbuf.h
irq_handler.h Blackfin arch: Print out debug info, as early as possible 2007-10-09 17:31:46 +08:00
irq_regs.h
irq.h [Blackfin] arch: Cleanup abd Simplify: 2008-02-25 13:50:20 +08:00
Kbuild Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses 2007-06-21 11:34:16 +08:00
kdebug.h
kgdb.h Blackfin arch: update kgdb patch 2007-10-10 16:47:58 +08:00
kmap_types.h
l1layout.h
linkage.h
local.h
mem_map.h
mman.h Blackfin arch: clean up some coding style issues 2007-07-12 17:26:31 +08:00
mmu_context.h [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0 2008-03-05 19:02:23 -07:00
mmu.h [Blackfin] arch: Initial checkin of the memory protection support. 2008-01-27 18:39:16 +08:00
module.h Blackfin arch: Extend sram malloc to handle L2 SRAM. 2008-07-19 15:42:41 +08:00
msgbuf.h
mutex.h
nand.h [MTD] [NAND] Blackfin on-chip NAND Flash Controller driver 2007-10-13 14:36:49 +01:00
page_offset.h Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN 2007-11-23 14:28:44 +08:00
page.h PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 2008-07-24 10:47:21 -07:00
param.h
pci.h
percpu.h
pgalloc.h
pgtable.h Blackfin arch: to do some consolidation of common code and common name spaces 2007-10-10 23:55:26 +08:00
poll.h
portmux.h [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array 2008-04-24 05:04:24 +08:00
posix_types.h asm-*/posix_types.h: scrub __GLIBC__ 2008-02-08 09:22:34 -08:00
processor.h Blackfin arch: fix bug - detect 0.1 silicon revision BF527-EZKIT as 0.0 version 2008-07-19 16:56:53 +08:00
ptrace.h include/asm/ptrace.h userspace headers cleanup 2008-07-25 10:53:39 -07:00
reboot.h Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset 2007-10-11 00:29:49 +08:00
resource.h
scatterlist.h blackfin: remove sg_address() 2007-10-23 12:42:44 +02:00
sections.h
segment.h
sembuf.h
serial.h Blackfin serial driver: add extra IRQ flag for 8250 serial driver 2008-05-17 18:21:57 +08:00
setup.h
shmbuf.h
shmparam.h
sigcontext.h
siginfo.h
signal.h [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions 2008-03-07 02:37:41 +08:00
socket.h [NET]: Introducing socket mark socket option. 2008-01-31 19:27:19 -08:00
sockios.h
spinlock.h
stat.h
statfs.h
string.h Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 2007-11-21 15:34:51 +08:00
system.h Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg 2008-02-07 08:42:31 -08:00
termbits.h blackfin enable arbitary speed serial setting 2007-08-05 19:16:05 +08:00
termios.h [Blackfin] arch: remove duplicated definitions of the line discipline numbers N_* in asm-blackfin/termios.h 2008-02-02 16:14:53 +08:00
thread_info.h clean up duplicated alloc/free_thread_info 2008-07-25 10:53:28 -07:00
time.h [Blackfin] arch: Support for CPU_FREQ and NOHZ 2008-05-07 11:41:26 +08:00
timex.h [Blackfin] arch: actually implement get_cycles function 2008-04-24 05:07:29 +08:00
tlb.h
tlbflush.h remove unused flush_tlb_pgtables 2007-10-19 11:53:34 -07:00
topology.h
trace.h [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. 2008-04-23 07:17:34 +08:00
traps.h [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. 2008-01-27 15:38:56 +08:00
types.h blackfin: types: use <asm-generic/int-*.h> for the blackfin architecture 2008-05-02 16:18:20 -07:00
uaccess.h [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 2008-04-23 09:39:01 +08:00
ucontext.h
unaligned.h kernel: Move arches to use common unaligned access 2008-04-29 08:06:27 -07:00
unistd.h [Blackfin] arch: replace implied numbers with real values 2008-04-23 08:09:45 +08:00
user.h Sanitize the type of struct user.u_ar0 2008-02-07 08:42:30 -08:00