Commit Graph

147 Commits (fea5fa875eb235dc186b1f5184eb36abc63e26cc)

Author SHA1 Message Date
Mike Frysinger 36208059c1 Blackfin arch: reclaim a few bytes from the end of our init section 18 years ago
Robin Getz 9f336a5326 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 18 years ago
Robin Getz aa770aa790 Blackfin arch: Fix random crash issue found by Michael. 18 years ago
Robin Getz 7728ec33fa Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition 18 years ago
Mike Frysinger 4ad1ec7154 Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API 18 years ago
Robin Getz 226eb1ef52 Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. 18 years ago
Robin Getz 885be03b06 Blackfin arch: fix bug: kernel prints out error message twice 18 years ago
Adrian Bunk 82861924a5 blackfin: fix sg fallout 18 years ago
Jens Axboe 58b053e4ce Update arch/ to use sg helpers 18 years ago
Mike Frysinger da27abb799 Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled 18 years ago
Bryan Wu 452af71f36 Blackfin arch: dma add some API and cleanup bf54x DMA definition 18 years ago
Mike Frysinger 780431e397 Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component 18 years ago
Mike Frysinger 2f6cf7bfc6 Blackfin arch: add functions for converting between sclks and usecs 18 years ago
Mike Frysinger 066954a389 Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage 18 years ago
Bernd Schmidt c1e7399da7 Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls 18 years ago
Robin Getz 73b0c0b0c1 Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else 18 years ago
Michael Hennerich 590031450a Blackfin arch: add new processor ADSP-BF52x arch/mach support 18 years ago
Alexey Dobriyan 1bcf548293 Consolidate PTRACE_DETACH 18 years ago
Michael Hennerich cda6a20b68 Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi> 18 years ago
Michael Hennerich c58c2140f0 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver 18 years ago
Bryan Wu d31c5ab147 Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch 18 years ago
Bernd Schmidt bc41bb1165 Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL, 0 } fails on Blackfin 18 years ago
Bernd Schmidt ef4a47db52 Blackfin arch: Export strcpy - occasionally get module link failures otherwise 18 years ago
Michael Hennerich 1a7d91d651 Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopy 18 years ago
Michael Hennerich 2b39331a28 Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323 18 years ago
Robin Getz 337d390b3a Blackfin arch: Print out debug info, as early as possible 18 years ago
Robin Getz ce3afa1c04 Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out 18 years ago
Robin Getz 2ebcade590 Blackfin arch: fix endless loop bug when a double fault happens 18 years ago
Robin Getz 0ae53640b5 Blackfin arch: Initial patch to add earlyprintk support 18 years ago
Bryan Wu b7b2d344e7 Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archs 18 years ago
Mike Frysinger c11b5776bf Blackfin arch: add more common defines for output sections 18 years ago
Bryan Wu fb282a72f1 Blackfin arch: cleanup IO and DMA_IO API function definitions according to other arches 18 years ago
Mike Frysinger b5c0e2e806 Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz) 18 years ago
Michael Hennerich 2714d9a6d1 Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset 18 years ago
Michael Hennerich 2acde90230 Blackfin arch: a few things still use bfin_read_PORT_FER() 18 years ago
Robin Getz 02f13f9d5c Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START 18 years ago
Michael Hennerich d2b11a468a Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single file 18 years ago
Michael Hennerich 4d5f4ed3fb Blackfin arch: extract gpio number from PIN function 18 years ago
Mike Frysinger 168f1212c0 Blackfin arch: rewrite our reboot code in C 18 years ago
Mike Frysinger 27d875f2c1 Blackfin arch: vmlinux.lds.S, break up our .init into separate sections 18 years ago
Mike Frysinger fbeb7370b6 Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sections 18 years ago
Mike Frysinger 1ffe6646ba Blackfin arch: add an exception request/free api 18 years ago
Mike Frysinger f0b5d12f2b Blackfin arch: allow people to select the feature that is unavailable to the kernel 18 years ago
Jie Zhang 2615639758 Blackfin arch: Allow ptrace access the fixed code. 18 years ago
Sonic Zhang 8a26ac7043 Blackfin arch: Add DMA API to set curr descriptor address 18 years ago
Mike Frysinger b4055d733d Blackfin arch: remove spurious KERN_EMERG log level in output 18 years ago
Robin Getz 3bebca2d20 Blackfin arch: to do some consolidation of common code and common name spaces 18 years ago
Michael Hennerich a924db7c00 Blackfin arch: Add option to priorize DMA over Core 18 years ago
Roy Huang 1d945e2b3e Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording function 18 years ago
Robin Getz 518039bc24 Blackfin arch: Add ability to expend the hardware trace buffer 18 years ago