aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: make ROM_BASE depend on ROMKERNELMike Frysinger2008-11-181-0/+1
* Blackfin arch: noMMU CPLB lookup tables can be in L1 SRAMMike Frysinger2008-11-182-10/+10
* Blackfin arch: do not include init sections in the kernel lock down as it get...Mike Frysinger2008-11-181-1/+1
* Blackfin arch: change return valueMike Frysinger2008-11-181-12/+6
* Blackfin arch: remove pointless define IN_KERNELMike Frysinger2008-11-182-6/+4
* Blackfin arch: unify cplbinfo filesMike Frysinger2008-11-186-363/+201
* Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger2008-11-181-0/+1
* Blackfin arch: remove BFIN_DMA_5XX optionMike Frysinger2008-11-182-9/+1
* Blackfin arch: add mmiowb() as some drivers expectMike Frysinger2008-11-181-0/+2
* Blackfin arch: Fix BUG - Kernel does not link when CONFIG_CPU_FREQ_STAT=mMichael Hennerich2008-11-181-0/+6
* Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger2008-11-182-3/+3
* Blackfin arch: use generic xor.hMike Frysinger2008-11-181-0/+1
* Blackfin arch: cleanup the time.c codeMike Frysinger2008-11-181-65/+36
* Blackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULTMike Frysinger2008-11-181-2/+3
* Blackfin arch: do not define decode_instruction if hwtrace is turned offMike Frysinger2008-11-181-2/+2
* Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger2008-11-185-17/+17
* Blackfin arch: move out irq related functionsMike Frysinger2008-11-1811-100/+101
* Blackfin arch: move the PORT registers downMike Frysinger2008-11-181-44/+42
* Blackfin arch: introduce an IM_MEM macro to kgdbMike Frysinger2008-11-181-70/+35
* Blackfin arch: fix off-by-one errors on end of memory rangeMike Frysinger2008-11-181-4/+4
* Blackfin arch: delete unused vars and add parenthesis to fixup warningsMike Frysinger2008-11-181-14/+12
* Blackfin arch: move fixed code into init sectionMike Frysinger2008-11-181-1/+5
* Blackfin arch: remove superficial check on blackfin watchdogMike Frysinger2008-11-181-4/+0
* Blackfin arch: set PM_WAKEUP_GPIO_NUMBER default to 2 for everyoneMike Frysinger2008-11-181-1/+1
* Blackfin arch: delay PLL_CTL/VR_CTL wrappersMike Frysinger2008-11-187-341/+365
* Blackfin arch: dont export ack_bad_irq as no one else doesMike Frysinger2008-11-181-1/+0
* Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger2008-11-182-2/+2
* Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other archesMike Frysinger2008-11-182-2/+2
* Blackfin arch: delete old comments and NO_IRQ defineMike Frysinger2008-11-181-40/+1
* Blackfin arch: overlay thread.usp over PT_USPMike Frysinger2008-11-181-3/+5
* Blackfin arch: rewrite blackfin_invalidate_entire_dcache functionMike Frysinger2008-11-183-37/+25
* Blackfin arch: make ADI board names consistentMike Frysinger2008-11-1811-11/+11
* Blackfin arch: Fix bug - hardware breakpoint doesn't always work in kgdbSonic Zhang2008-11-181-11/+1
* Blackfin arch: fix unused warning for some blackfin derivativesMike Frysinger2008-11-181-0/+2
* Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BA...Bryan Wu2008-11-182-2/+4
* Blackfin arch: SMP supporting patchset: some other misc codeGraf Yang2009-01-078-4/+123
* Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-1814-309/+580
* Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang2008-11-1812-219/+275
* Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...Graf Yang2009-01-0725-192/+1435
* Blackfin arch: SMP supporting patchset: BF561 related codeGraf Yang2009-01-079-3/+1459
* Blackfin arch: use physmap in board resources rather than legacy config methodMike Frysinger2008-11-182-1/+46
* Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...Michael Hennerich2008-11-183-30/+140
* Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handlingMichael Hennerich2008-11-181-125/+66
* Blackfin arch: workaround bug: spi_mmc driver working in dma mode may hang th...Yi Li2008-11-181-1/+1
* Blackfin arch: remove useless SSYNC() in irq priority codeMike Frysinger2008-11-181-4/+0
* Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu2008-11-183-18/+20
* Blackfin arch: enable i2c_bfin_twi0_device in cm_bf548 boardMike Frysinger2008-11-181-1/+1
* Blackfin arch: Enable ISP1760 USB Host Driver in platform device initializati...Michael Hennerich2008-11-186-192/+154
* Blackfin arch: fixup get_user() macrosMike Frysinger2008-11-181-43/+31
* Blackfin arch: do not bother initializing the first 4kMike Frysinger2008-11-181-12/+0