Commit Graph

78 Commits (8380770c842faef3001e44662953d64ad9a93663)

Author SHA1 Message Date
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
Michael Hennerich 8c61362377 Blackfin arch: Some cosmetics based on LKML feedback from Joe Perches 18 years ago
Michael Hennerich 314c98d589 Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one fails 18 years ago
Mike Frysinger 1aafd90912 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 18 years ago
Bernd Schmidt 8be80ed3f7 Blackfin arch: Initialize the exception vectors early in the boot process 18 years ago
Bryan Wu d6e274ddb5 Blackfin arch: fix a compiling warning about dma-mapping 18 years ago
Bernd Schmidt 0fa63ad7d1 Blackfin arch: fix bug which unaligns the init thread's stack and causes the current macro to fail. 18 years ago
Sonic Zhang 64c5cb8608 Blackfin arch: fix KGDB bug, dont forget last parameter. 18 years ago
Mike Frysinger e5b6bd61f2 Blackfin arch: use bfin_read_SWRST() now that BF561 provides it 18 years ago
Mike Frysinger 520473b077 Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded values 18 years ago
Sonic Zhang b07af760c9 Blackfin arch: fix bug set dma_address properly in dma_map_sg 18 years ago
Mike Frysinger 9401e618c8 Blackfin arch: scrub dead code 18 years ago
Michael Hennerich 34e0fc89bd Blackfin arch: Enable BF54x PIN/GPIO interrupts 18 years ago
Mike Frysinger 1f83b8f148 Blackfin arch: cleanup warnings from checkpatch -- no functional changes 18 years ago
Robin Getz da1f95b4c4 Blackfin arch: Fix up remaining printks with proper log levels 18 years ago
Jie Zhang de3025f4e2 Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration 18 years ago
Robin Getz 669b792c77 Blackfin arch: Clean up trace buffer handling, No major functional changes. 18 years ago
Bernd Schmidt 29440a2b4c Blackfin arch: Start untangling the CPLB handling code. 18 years ago
Sonic Zhang 474f1a667d Blackfin arch: kgdb specific code 18 years ago