Commit Graph

490 Commits (17de50b7f71d176375e9d4d67ffce42482e5515f)

Author SHA1 Message Date
Bernd Schmidt 7795566495 [Blackfin] arch: Give the DMA base registers a more descriptive name 17 years ago
Bernd Schmidt ac86a97853 [Blackfin] arch: Consistently export base_addr for all Blackfin variants. 17 years ago
Bernd Schmidt 37fa24212e [Blackfin] arch: Allow AD1836A board to be connected, either to SPORT2 or SPORT3. 17 years ago
Mike Frysinger 764cb81cdc [Blackfin] arch: actually implement get_cycles function 17 years ago
Mike Frysinger 8cab0288c6 [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings 17 years ago
Mike Frysinger 3132b58679 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files 17 years ago
Mike Frysinger 8b6eb473c5 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header 17 years ago
Mike Frysinger 681793711a [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array 17 years ago
Mike Frysinger 5d1617b247 [Blackfin] arch: merge ip0x-specific board changes 17 years ago
Peter Korsgaard f950f605b9 [Blackfin] arch: USB header files are now located under linux/usb/. 17 years ago
Graf Yang 6ed8394230 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. 17 years ago
Michael Hennerich db68254f06 [Blackfin] arch: Apply Bluetechnix vendor patch 17 years ago
Bernd Schmidt d5adb029ef [Blackfin] arch: This allows XIP to work with FD-PIC. 17 years ago
Bernd Schmidt 1ebc723cf0 [Blackfin] arch: support the reserved memory region in the MPU code 17 years ago
Bernd Schmidt d56daae9be [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 17 years ago
Bernd Schmidt 697a9d65aa [Blackfin] arch: a rather old performance improvement for the signal handling code 17 years ago
Mike Frysinger 5af29f5958 [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver 17 years ago
Mike Frysinger 7b8aa36e56 [Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in line 17 years ago
Mike Frysinger 2973951c96 [Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source 17 years ago
Bryan Wu 1bee1a660a [Blackfin] arch: boards and machines defconfig updates 17 years ago
Harvey Harrison b85d858b40 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 17 years ago
Meihui Fan c5b50df8f0 [Blackfin] arch: fix bug - make sure we check the right L1 length 17 years ago
Meihui Fan 6eceb0d4da [Blackfin] arch: add support for the rest of the gptimers on the BF54x 17 years ago
Mike Frysinger 0e184c6b4f [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. 17 years ago
Mike Frysinger 618835a0e3 [Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normally 17 years ago
Mike Frysinger 6a42a91019 [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) 17 years ago
Bernd Schmidt b4bb68f7d0 [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. 17 years ago
Bernd Schmidt 2a0c4fdb66 [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. 17 years ago
Bernd Schmidt dbfe44f02b [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. 17 years ago
Robin Getz 904656cda1 [Blackfin] arch: fix bug - grab locks when not atomic 17 years ago
Robin Getz 9a62ca40fd [Blackfin] arch: fix bug - when we crash, current is not valid 17 years ago
Bryan Wu 81d9c7f27d [Blackfin] arch: add i2c board info struct and move to new-style i2c interface 17 years ago
Mike Frysinger d171c23327 [Blackfin] arch: fix up gpio code style -- no functional changes 17 years ago
Mike Frysinger f85c4abdbc [Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printk 17 years ago
Mike Frysinger 793dc27b51 [Blackfin] arch: conditionally enable flash resources since it requests the async memory bank 17 years ago
Yi Li 2e8d7965e6 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. 17 years ago
Bernd Schmidt 9df7a8f622 [Blackfin] arch: remove NOTES from linker script 17 years ago
Mike Frysinger 56ce835b60 [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens 17 years ago
Mike Frysinger f692940101 [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable 17 years ago
Mike Frysinger 0ddeeca25c [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions 17 years ago
Mike Frysinger 1307a65130 [Blackfin] arch: turn generic time on by default 17 years ago
Mike Frysinger b4e2d18f73 [Blackfin] arch: add board bluetechnix kernel defconfigs to kernel 17 years ago
Vitja Makarov 8b5f79f9d7 [Blackfin] arch: initial generic time and clock sources 17 years ago
Jan Blunck cf28b4863f d_path: Make d_path() use a struct path 17 years ago
Peter Zijlstra aa02cd2d9b xtime_lock vs update_process_times 17 years ago
Sam Ravnborg ec7748b59e ide: introduce HAVE_IDE 17 years ago
Mike Frysinger 67f2d33ec0 [Blackfin] arch: fix build fails only include header files when enabled 17 years ago
Jan Engelhardt 03a44825be procfs: constify function pointer tables 17 years ago
David Howells 1eb1141123 aout: remove unnecessary inclusions of {asm, linux}/a.out.h 17 years ago
Bernhard Walle 72a7fe3967 Introduce flags for reserve_bootmem() 17 years ago