summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
...
* | | Blackfin: pm: drop irq save/restore in standby and suspend to mem callbackSteven Miao2011-01-101-10/+0
* | | Blackfin: dpmc.h: pull in new pll.hMike Frysinger2011-01-101-0/+2
* | | Blackfin: bf54x: add MMR layout for PINTMike Frysinger2011-01-101-0/+22
* | | Blackfin: bf561: SMP: add multicore pll handlersMike Frysinger2011-01-101-0/+53
* | | Blackfin: unify pll.h headersMike Frysinger2011-01-108-435/+93
* | | Blackfin: SMP: rewrite IPI handling to avoid memory allocationYi Li2011-01-103-133/+97
* | | Blackfin: SMP: relocate blackfin_core_id() definitionGraf Yang2011-01-102-4/+3
* | | Blackfin: SMP: fix build breakage in cache.hMike Frysinger2011-01-101-0/+2
* | | Blackfin: SMP: add missing arch_{read,write}_lock_flags helpersGraf Yang2011-01-101-0/+4
* | | Blackfin: bf561: fix mem_map.h SMP overridesGraf Yang2011-01-101-7/+9
* | | Blackfin: SMP: tweak platform_request_ipi() usageGraf Yang2011-01-103-3/+5
* | | Blackfin: SMP: fix asm/bitops.h errorsMike Frysinger2011-01-101-0/+2
* | | Blackfin: SMP: fix cpumask misbehaviorGraf Yang2011-01-101-6/+1
* | | Blackfin: SMP: rename the arch_xxx lock funcs to __raw_xxxGraf Yang2011-01-102-12/+15
* | | serial: bfin_5xx: move resources into board filesSonic Zhang2011-01-101-0/+12
* | | Blackfin: bf561: update a few more SIC_SYSCR locationsMike Frysinger2011-01-102-14/+14
* | | Blackfin: drop asm/irq.h include from mach headersMike Frysinger2011-01-107-21/+0
* | | Blackfin: bf51x/bf52x: drop redundant "base" def/cdef headerMike Frysinger2011-01-108-4953/+4893
* | | Blackfin: clean up mach header includesMike Frysinger2011-01-1045-2142/+1990
* | | Blackfin: bf533: merge fio_flag back into normal mach headersMike Frysinger2011-01-102-55/+41
* | | Blackfin: bf561-ezkit: add SMP defconfigMike Frysinger2011-01-101-0/+113
* | | Blackfin: bf533: convert boards to gpio frameworkMike Frysinger2011-01-103-22/+22
* | | Blackfin: push gpio (port) defines into common headersMike Frysinger2011-01-1024-601/+282
* | | Blackfin: bf54x: drop unused legacy MMR namesMike Frysinger2011-01-102-24/+0
* | | Blackfin: dma: constify MMR pointer arrayMike Frysinger2011-01-108-8/+8
* | | Blackfin: standardize DMAC traffic control MMRs & MDMA MMRsMike Frysinger2011-01-1015-973/+698
* | | Blackfin: bfin_dma.h: start a header for DMA MMR layoutMike Frysinger2011-01-102-34/+92
* | | Blackfin: switch to asm-generic/io.hMike Frysinger2011-01-101-201/+37
* | | asm-generic/io.h: add reads[bwl]/writes[bwl] helpersMike Frysinger2011-01-101-30/+0
* | | Blackfin: bfin_serial.h: unify heavily duplicated serial codeMike Frysinger2011-01-1029-1024/+377
* | | Blackfin: musb-boards: push clkin value to platform resourcesBob Liu2011-01-106-0/+6
* | | Blackfin: SMP: fix hotplug building after irq header shuffleGraf Yang2011-01-101-0/+2
* | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-167-7/+17
|\ \ \ | |_|/ |/| |
| * | usb: musb: split blackfin to its own platform_driverFelipe Balbi2010-12-107-7/+7
| * | usb: musb: trivial search and replace patchFelipe Balbi2010-12-107-7/+7
| * | usb: musb: add names for IRQs in structure resourceHema Kalliguddi2010-12-015-0/+10
| |/
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-1/+2
|\
| * debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-1/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-7/+0
|\ \
| * \ Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1296-31932/+1425
| |\ \
| * | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-7/+0
* | | | ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim2010-10-271-6/+7
* | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
| |_|/ |/| |
* | | m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter2010-10-261-8/+0
* | | Blackfin: fix inverted anomaly 05000481 logicMike Frysinger2010-10-251-1/+1
* | | Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECKMike Frysinger2010-10-253-118/+0
* | | Blackfin: ppi/spi/twi headers: add missing __BFP undefMike Frysinger2010-10-253-0/+6
* | | Blackfin: update defconfigsMike Frysinger2010-10-2526-26/+42
* | | Blackfin: bfin_twi.h: start a common TWI headerMike Frysinger2010-10-251-0/+43
OpenPOWER on IntegriCloud