Commit Graph

454 Commits (e1e5770bb63fb9d71619a68f52cb0ba4b2ae58a6)

Author SHA1 Message Date
Michael Hennerich 314c98d589 Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one fails 18 years ago
Michael Hennerich 31430ba58a Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.H 18 years ago
Michael Hennerich 6782ea9ae8 Blackfin arch: Add label to call new GPIO API 18 years ago
Michael Hennerich 40d63406a0 Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resources 18 years ago
Michael Hennerich b2d1583f8e Blackfin arch: Advertise GENERIC_GPIO and remove duplicated GENERIC_CALIBRATE_DELAY 18 years ago
Mike Frysinger e208f83a7a Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves 18 years ago
Mike Frysinger d5148ffa60 Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync() 18 years ago
Mike Frysinger 1aafd90912 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 18 years ago
Bryan Wu c6c4d7bbbb Blackfin arch: update platform driver resource information to all board files 18 years ago
Yoann Padioleau dd00cc486a some kmalloc/memset ->kzalloc (tree wide) 18 years ago
Michael Hennerich 50e163ce8e Blackfin arch: add error message when IRQ no available 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
Bernd Schmidt f1b927dc85 Blackfin arch: Load P0 before storing through it 18 years ago
Sonic Zhang 64c5cb8608 Blackfin arch: fix KGDB bug, dont forget last parameter. 18 years ago
Mike Frysinger e2dd3f1ecd Blackfin arch: add selections for BF544 and BF542 18 years ago
Mike Frysinger e5b6bd61f2 Blackfin arch: use bfin_read_SWRST() now that BF561 provides it 18 years ago
Mike Frysinger 315a8e34f7 Blackfin arch: setup aliases for some core Core A MMRs 18 years ago
Bryan Wu db0fa20645 Blackfin arch: add missing CONFIG_LARGE_ALLOCS when upstream merging 18 years ago
Mike Frysinger 798b77095d Blackfin arch: as pointed out by Robert P. J. Day, update the CPU_FREQ name to match current Kconfig 18 years ago
Mike Frysinger 5cf77a5fd0 Blackfin arch: extract the entry point from the linked kernel 18 years ago
Bryan Wu c04d66bbbd Blackfin arch: clean up some coding style issues 18 years ago
Mike Frysinger 1d1894749c Blackfin arch: combine the common code of free_initrd_mem and free_initmem 18 years ago
Michael Hennerich 5610db61cf Blackfin arch: Add Support for Peripheral PortMux and resouce allocation 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
Michael Hennerich 157cc5aad9 Blackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x by default 18 years ago
Alex Landau f40d24d909 Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routines 18 years ago
Michael Hennerich 9be343c5bc Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x arch 18 years ago
Mike Frysinger 9401e618c8 Blackfin arch: scrub dead code 18 years ago
Mike Frysinger 4a3207a333 Blackfin arch: update board defconfig files 18 years ago
Michael Hennerich cefe658bca Blackfin arch: add BF54x missing GPIO access functions 18 years ago
Michael Hennerich e3f2300036 Blackfin arch: Some memory and code optimizations - Fix SYS_IRQS 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
Michael Hennerich 1c5d2265a8 Blackfin arch: add missing implementations SIC_IWR crosses several registers 18 years ago
Mike Frysinger f8ffe652a0 Blackfin arch: need to rename function after moving to match new internal dma API 18 years ago
Bernd Schmidt 7adfb58fbd Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses 18 years ago
Mike Frysinger 0ba9e350a2 Blackfin arch: new kernel config for BF548-EZKIT 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
Robin Getz 4bf3f3cbb6 Blackfin arch: update ANOMALY handling 18 years ago
Mike Frysinger de6a9520d4 Blackfin arch: redo our linker script a bit 18 years ago