aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-15Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-0/+2
2010-08-14defconfig reductionSam Ravnborg24-31110/+10
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg1-2/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-12BFIN: Fix gen_nand probe structures contentsMarek Vasut2-0/+2
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+0
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds83-1859/+2459
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2010-08-06Blackfin: gpio: add a debounce stubMike Frysinger1-0/+5
2010-08-06Blackfin: update defconfigsMike Frysinger20-377/+1062
2010-08-06Blackfin: remove CONFIG_MEM_GENERIC_BOARDChristian Dietrich2-23/+0
2010-08-06Blackfin: dpmc: punt unnecessary RTC_ISTAT clearingMichael Hennerich1-24/+0
2010-08-06Blackfin: unify rotary encoder bitmasksMike Frysinger4-295/+73
2010-08-06Blackfin: unify SDH/RSI bitmasksMike Frysinger4-397/+117
2010-08-06Blackfin: BF54x: tweak DMAC MMR naming to match other portsMike Frysinger2-12/+12
2010-08-06Blackfin: TWI: clean up the MMR namesMike Frysinger8-134/+70
2010-08-06Blackfin: add EVT_OVERRIDE/IPRIO core MMR helpersMike Frysinger2-4/+5
2010-08-06Blackfin: add support for dynamic ftraceMike Frysinger5-9/+181
2010-08-06Blackfin: add support for LZO compressed kernelsMike Frysinger3-3/+12
2010-08-06Blackfin: portmux: fix peripheral map overflow when requesting pinsMichael Hennerich1-1/+1
2010-08-06Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger optionsMichael Hennerich5-0/+359
2010-08-06Blackfin: gpio/portmux: clean up whitespace corruptionMike Frysinger15-323/+323
2010-08-06Blackfin: make sure mmiowb inserts a write barrier with SSYNCMichael Hennerich1-1/+7
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich3-10/+27
2010-08-06Blackfin: BF51x: fix handling of PH8 (the "internal" SPI0SEL4 pin)Mike Frysinger2-2/+3
2010-08-06Blackfin: add a GPIO_DEFAULT_BOOT_SPI_CSMike Frysinger7-0/+7
2010-08-06Blackfin: fix typo in hweight asmMike Frysinger1-1/+1
2010-08-06Blackfin: BF51x: fix typo in HWAIT pin defineMike Frysinger1-1/+1
2010-08-06Blackfin: BF54x: add ifdef protection to gpio headerMike Frysinger1-0/+10
2010-08-06Blackfin: gpio: unify & clean up reserved map handlingMike Frysinger1-51/+56
2010-08-06Blackfin: allow cache funcs to be in L1 for IFLUSH Anomaly 05000491Mike Frysinger3-11/+20
2010-08-06Blackfin: update anomaly lists to latest public infoMike Frysinger7-24/+85
2010-08-06Blackfin: merge anomalies 475 and 220 to follow official listsMike Frysinger1-7/+1
2010-08-06Blackfin: move MPU anomaly check to common locationMike Frysinger2-5/+5
2010-08-06Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger1-6/+1
2010-08-06Blackfin: stub fpregs dumpingMike Frysinger1-0/+1
2010-08-06Blackfin: new dynamic bfin read/write mmr helpersMike Frysinger1-0/+17
2010-08-06Blackfin: punt NFC MMR bitsMike Frysinger2-141/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song1-3/+0
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek144-5620/+14505
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg1-2/+2
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-3/+0
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1