aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-9/+10
2014-06-12blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)Gravatar Brian Norris 7-9/+7
2014-06-11Revert "blackfin: dma: current count mmr is read only"Gravatar Steven Miao 1-0/+2
2014-06-10bf533: fix build error: add linux/gpio.hGravatar Steven Miao 1-0/+1
2014-06-06blackfin/ptrace: call find_vma with the mmap_sem heldGravatar Davidlohr Bueso 1-2/+6
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-10/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-12/+5
2014-06-03Merge tag 'spi-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 3-269/+18
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 7-7/+0
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigGravatar Naoki MATSUMOTO 7-7/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-5/+0
2014-05-21ftrace: Make CALLER_ADDRx macros more genericGravatar AKASHI Takahiro 1-10/+1
2014-04-18arch,blackfin: Convert smp_mb__*()Gravatar Peter Zijlstra 2-12/+5
2014-04-14spi: spi-adi-v3: convert to use common clk frameworkGravatar Scott Jiang 1-0/+7
2014-04-14spi: convert spi-bfin-v3.c to a multiplatform driverGravatar Scott Jiang 2-269/+11
2014-04-12Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 37-1473/+1115
2014-04-12blackfin: cleanup board filesGravatar Steven Miao 28-1209/+1089
2014-04-12bf609: clock: drop unused clock bit set/clear functionsGravatar Steven Miao 1-18/+0
2014-04-12Blackfin: bf537: rename "CONFIG_ADT75"Gravatar Paul Bolle 1-1/+1
2014-04-12Blackfin: bf537: rename "CONFIG_AD7314"Gravatar Paul Bolle 1-2/+2
2014-04-12Blackfin: bf537: rename ad2s120x ->ad2s1200Gravatar Paul Bolle 1-7/+7
2014-04-12blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"Gravatar Paul Bolle 1-1/+1
2014-04-12blackfin: dma: current count mmr is read onlyGravatar Sonic Zhang 1-2/+0
2014-04-12bfin_crc: Move architecture independant crc header file out of the blackfin f...Gravatar Sonic Zhang 1-125/+0
2014-04-12bf54x: drop unuesd HOST status,control,timeout registers bit define macrosGravatar Steven Miao 2-60/+0
2014-04-12blackfin: portmux: cleanup head fileGravatar Steven Miao 1-6/+4
2014-04-11Blackfin: remove "config IP_CHECKSUM_L1"Gravatar Paul Bolle 1-8/+0
2014-04-11blackfin: Remove GENERIC_GPIO config option againGravatar Paul Bolle 1-3/+0
2014-04-11blackfin:Use generic /proc/interrupts implementationGravatar Thomas Gleixner 2-30/+10
2014-04-11blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"Gravatar Paul Bolle 1-1/+1
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-124/+20
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+1
2014-04-01Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+0
2014-03-09i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driverGravatar Sonic Zhang 1-2/+21
2014-03-09i2c: bfin-twi: move bits macros and structs in header from arch include to ge...Gravatar Sonic Zhang 2-125/+2
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initGravatar Jiri Slaby 1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Gravatar Jiri Slaby 1-3/+0
2014-02-10pinctrl: Move pint PM storage structure out of blackfin architecture.Gravatar Sonic Zhang 1-9/+0
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-3/+3
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2014-01-29Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 34-83/+166
2014-01-29From: Eunbong Song <eunb.song@samsung.com>Gravatar Steven Miao 12-12/+0
2014-01-29Add platfrom device resource for bfin-sport on bf533 stampGravatar Aaron Wu 1-1/+46
2014-01-29fix build error for bf527-ezkit_defconfig for old siliconGravatar Aaron Wu 1-0/+1
2014-01-29blackfin: Support L1 SRAM parity checking feature on bf60xGravatar Sonic Zhang 4-21/+37
2014-01-29blackfin: bf609: update the anomaly list to Nov 2013Gravatar Sonic Zhang 1-10/+44
2014-01-29blackfin: delete non-required instances of <linux/init.h>Gravatar Paul Gortmaker 3-3/+0
2014-01-29From: Paul Walmsley <pwalmsley@nvidia.com>Gravatar Steven Miao 1-1/+2