aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds2-1/+4
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-22Blackfin: enable atomic64_t supportMike Frysinger1-0/+2
2011-03-22Blackfin: wire up new syncfs syscallMike Frysinger1-1/+2
2011-03-18Blackfin: wire up new syscallsMike Frysinger1-1/+4
2011-03-18Blackfin/ipipe: restore pipeline bits in irqflagsPhilippe Gerum1-10/+77
2011-03-18Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum2-65/+41
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang1-1/+6
2011-03-18Blackfin: SMP: implement cpu_freq supportGraf Yang2-1/+4
2011-03-18Blackfin: add bfin_write_{or,and} helpersMike Frysinger1-2/+14
2011-02-03serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlockSonic Zhang1-0/+2
2011-01-10Blackfin: dpmc.h: pull in new pll.hMike Frysinger1-0/+2
2011-01-10Blackfin: unify pll.h headersMike Frysinger1-0/+86
2011-01-10Blackfin: SMP: relocate blackfin_core_id() definitionGraf Yang2-4/+3
2011-01-10Blackfin: SMP: fix build breakage in cache.hMike Frysinger1-0/+2
2011-01-10Blackfin: SMP: add missing arch_{read,write}_lock_flags helpersGraf Yang1-0/+4
2011-01-10Blackfin: SMP: fix asm/bitops.h errorsMike Frysinger1-0/+2
2011-01-10Blackfin: SMP: rename the arch_xxx lock funcs to __raw_xxxGraf Yang2-12/+15
2011-01-10serial: bfin_5xx: move resources into board filesSonic Zhang1-0/+12
2011-01-10Blackfin: push gpio (port) defines into common headersMike Frysinger10-0/+250
2011-01-10Blackfin: dma: constify MMR pointer arrayMike Frysinger1-1/+1
2011-01-10Blackfin: bfin_dma.h: start a header for DMA MMR layoutMike Frysinger2-34/+92
2011-01-10Blackfin: switch to asm-generic/io.hMike Frysinger1-201/+37
2011-01-10asm-generic/io.h: add reads[bwl]/writes[bwl] helpersMike Frysinger1-30/+0
2011-01-10Blackfin: bfin_serial.h: unify heavily duplicated serial codeMike Frysinger1-0/+263
2010-10-26m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter1-8/+0
2010-10-25Blackfin: fix inverted anomaly 05000481 logicMike Frysinger1-1/+1
2010-10-25Blackfin: ppi/spi/twi headers: add missing __BFP undefMike Frysinger3-0/+6
2010-10-25Blackfin: bfin_twi.h: start a common TWI headerMike Frysinger1-0/+43
2010-10-22Blackfin: bfin_spi.h: add MMR peripheral layoutMike Frysinger1-0/+19
2010-10-22Blackfin: bfin_ppi.h: start a common PPI/EPPI headerMike Frysinger1-0/+51
2010-10-22Blackfin: bfin_can.h: add missing VERSION/VERSION2 MMRsMike Frysinger1-3/+6
2010-10-22Blackfin: H8606: move 8250 irqflags to platform resourcesMike Frysinger1-1/+0
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang4-1/+26
2010-10-22Blackfin: workaround anomaly 05000481 (corruption with ITEST MMRs)Robin Getz1-3/+6
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds4-144/+149
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger1-68/+0
2010-10-18spi/bfin_spi: redo GPIO CS handlingBarry Song1-1/+2
2010-10-18Blackfin: SPI: expand SPI bitmasksMike Frysinger1-4/+7
2010-10-18spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger1-1/+0
2010-10-07Fix IRQ flag handling namingDavid Howells1-12/+0
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells4-147/+157
2010-10-07Blackfin: Add missing dep to asm/irqflags.hDavid Howells1-1/+8
2010-08-27Blackfin: punt duplicate SPORT MMR definesMike Frysinger1-6/+0
2010-08-23Blackfin: wire up new fanotify/prlimit64 syscallsMike Frysinger1-1/+4
2010-08-23Blackfin: fix hweight breakageMike Frysinger1-7/+10
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg1-2/+2
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0