summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0723-270/+64
|\
| * Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-2920-252/+17
| |\
| | * arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-0120-253/+17
| | * spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior2010-12-011-1/+2
| * | Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely2010-12-293-18/+47
| |\ \
| | * | spi: davinci: add additional commentsBrian Niebuhr2010-11-181-0/+32
| | * | spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr2010-11-183-3/+0
| | * | spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr2010-11-181-0/+1
| | * | spi: davinci: do not allocate DMA channels during SPI device setupSekhar Nori2010-11-181-1/+0
| | * | spi: davinci: always start transmit DMABrian Niebuhr2010-11-182-0/+2
| | * | spi: davinci: add support for interrupt modeBrian Niebuhr2010-11-181-0/+4
| | * | spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr2010-11-183-4/+0
| | * | spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-181-0/+2
| | * | spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-183-11/+8
| | * | spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-181-1/+0
| | * | spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-181-0/+3
| | * | spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-183-3/+0
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0730-97/+250
|\ \ \ \
| * | | | x86: udelay: Use this_cpu_read to avoid address calculationChristoph Lameter2011-01-041-1/+1
| * | | | x86: Use this_cpu_inc_return for nmi counterTejun Heo2010-12-301-2/+1
| * | | | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-3010-27/+26
| * | | | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-3016-62/+57
| * | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-182-37/+153
| |\ \ \ \
| | * | | | cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter2010-12-181-6/+15
| | * | | | x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2010-12-182-1/+109
| | * | | | percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-36/+35
| * | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-1782-659/+1004
| |\ \ \ \ \ | | |/ / / /
| | * | | | x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+43
| * | | | | xen: Use this_cpu_opsChristoph Lameter2010-12-174-11/+11
| * | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-7/+7
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-2/+3
|\ \ \ \ \ \
| * | | | | | sh: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
| * | | | | | arm/sharpsl: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+2
OpenPOWER on IntegriCloud