Commit Graph

213 Commits (16444a8a40d4c7b4f6de34af0cae1f76a4f6c901)

Author SHA1 Message Date
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
Bernd Schmidt 7adfb58fbd Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses 18 years ago
Roy Huang 24a07a1241 Blackfin arch: initial supporting for BF548-EZKIT 18 years ago
Robin Getz 86b73c8cfc Blackfin arch: match kernel startup messaage with new linker script 18 years ago
Robin Getz c5d88d9e25 Blackfin arch: update printk to use KERN_EMERG and reformat crash output 18 years ago
Mike Frysinger de6a9520d4 Blackfin arch: redo our linker script a bit 18 years ago
Michael Hennerich 581d62ab30 Blackfin arch: fix bug can not wakeup from sleep via push buttons 18 years ago
Mike Frysinger 5e10b4a653 Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line 18 years ago
Michael Hennerich e7613aab91 Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1 18 years ago
Aubrey Li 5af4c2b367 Blackfin arch: try to split up functions like this into smaller units according to LKML review 18 years ago
Mike Frysinger 51be24c351 Blackfin arch: add proper ENDPROC() 18 years ago
Mike Frysinger 52a078120c Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running 18 years ago
Robin Getz 5716e514ed Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label. 18 years ago
Simon Arlott d2d50aa97d Blackfin arch: spelling fixes 18 years ago
Aubrey Li ac1bd53c06 Blackfin arch: DMA code minor naming convention fix 18 years ago
Mike Frysinger a9c59c2746 Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it 18 years ago
Aubrey Li 5f9a3e8998 Blackfin arch: dma_memcpy borken for > 64K 18 years ago
Mike Frysinger c0fc525dcc Blackfin arch: move board specific setup out of common init code and into the board specific init code 18 years ago