summaryrefslogtreecommitdiff
path: root/arch/blackfin/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2014-06-10Revert "blackfin: dma: current count mmr is read only"Steven Miao1-0/+2
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-10/+1
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+5
2014-06-03Merge tag 'spi-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-258/+0
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-21ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro1-10/+1
2014-04-18arch,blackfin: Convert smp_mb__*()Peter Zijlstra2-12/+5
2014-04-14spi: convert spi-bfin-v3.c to a multiplatform driverScott Jiang1-258/+0
2014-04-13Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-133/+4
2014-04-12blackfin: dma: current count mmr is read onlySonic Zhang1-2/+0
2014-04-12bfin_crc: Move architecture independant crc header file out of the blackfin f...Sonic Zhang1-125/+0
2014-04-12blackfin: portmux: cleanup head fileSteven Miao1-6/+4
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-124/+19
2014-04-02Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0
2014-03-09i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driverSonic Zhang1-2/+21
2014-03-09i2c: bfin-twi: move bits macros and structs in header from arch include to ge...Sonic Zhang1-125/+1
2014-02-10pinctrl: Move pint PM storage structure out of blackfin architecture.Sonic Zhang1-9/+0
2014-02-10locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-10locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-3/+3
2014-01-30Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-30/+36
2014-01-29blackfin: Support L1 SRAM parity checking feature on bf60xSonic Zhang1-0/+1
2014-01-29arch: blackfin: uapi: be sure of "_UAPI" prefix for all guard macrosChen Gang11-30/+35
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-24Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds1-0/+2
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-17/+1
2013-12-18lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+2
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+0
2013-11-16Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+4
2013-11-15blackfin: adi gpio driver and pinctrl driver supportSonic Zhang4-144/+41
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-3/+0
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-139/+37
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-23blackfin: pinctrl-adi2: Enable PINCTRL framework for BF54x and BF60x.Sonic Zhang1-2/+17
2013-09-19blackfin: gpio: Remove none gpio lib code.Sonic Zhang1-137/+20
2013-09-13blackfin: scb: Add system crossbar init code.Steven Miao1-0/+21
2013-07-10Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2013-07-09bf609: rename bfin6xx_spi to bfin_spi3Scott Jiang1-2/+2
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-1/+0
2013-05-10Merge tag 'for-linus' of git://github.com/realmz/blackfin-linuxLinus Torvalds5-2/+43
2013-05-09bfin cache: dcplb map: add 16M dcplb map for BF60xSteven Miao1-0/+2
2013-05-09blackfin: smp: fix smp build after drop asm/system.hSteven Miao2-0/+3
2013-05-07bf609: rsi: Add bf609 rsi MMR macro and board platform data.Sonic Zhang1-2/+29
2013-05-07blackfin: dmc: Improve DDR2 write through in DMC effict controller.Sonic Zhang1-0/+9
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+0
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0