aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24bf609: reuse bf5xx-i2s-pcm.c as i2s pcm driverScott Jiang1-2/+2
2012-07-24bf561: add capabilities in adv7183_inputsScott Jiang1-0/+3
2012-07-24bf609: convert vs6624 blank_clocks to black_pixelsScott Jiang1-1/+1
2012-07-24blackfin: fix musb macro nameBob Liu2-4/+4
2012-07-24cleanup: sec and linkport only built on bf60xSteven Miao1-0/+2
2012-07-24bfin: pint: add pint suspend and resumeSteven Miao1-0/+4
2012-07-24bf60x: pm: add pint suspend and resume supportSteven Miao5-21/+76
2012-07-24bf609: add HDMI support for adv7842Scott Jiang1-7/+20
2012-07-24bf609: add CVBS and S-Video support for adv7842Scott Jiang1-5/+18
2012-07-24gpiokeys: add gpio keyboard platform deviceSteven Miao1-0/+22
2012-07-24bf60x: pm: pass wakeup paramSteven Miao1-9/+10
2012-07-24bf60x: pm: add smc nor flash syscore opsSteven Miao2-1/+25
2012-07-24bfin: simple_timer: add READ_COUNTER ioctl and add NOIRQ timer modeSteven Miao1-0/+6
2012-07-24blackfin: bf609-ezkit: add probe_type for norflashBob Liu1-0/+3
2012-07-24i2c: i2c-bfin-twi: Always access 16 bit MMR by bfin 16 bit access Macro.Sonic Zhang1-2/+2
2012-07-24bf609: add ssm2602 support on bf609 platformScott Jiang1-0/+5
2012-07-24blackfin: mach-common: ints-priority add irq_set_wakeBob Liu1-1/+5
2012-07-24v4l2: add adv7842 video decoder driverScott Jiang1-0/+99
2012-07-24cache: enable L2 sram icache in menuconfigSteven Miao1-1/+1
2012-07-24cpufreq: change debug message level to show clock change errorSteven Miao2-2/+3
2012-07-24bf60x: Add wake up latency bench for deep sleep mode.Sonic Zhang1-0/+2
2012-07-24bfin: pm: add deepsleep for bf60xSonic Zhang7-127/+197
2012-07-24irq: set cgu event handle to fasteoi handleSteven Miao1-1/+1
2012-07-24blackfin: Kconfig: fix ROM range for bf60xBob Liu1-1/+2
2012-07-24bfin: reorg clock init steps for bf609Bob Liu4-133/+224
2012-07-24bfin-dma: only use MDMA3 on bf609Steven Miao1-2/+2
2012-07-24bf609: bfin_crc: Remove unused CRC TX DMA platform resources.Sonic Zhang1-5/+0
2012-07-24pm: dpmc macro typo fixSteven Miao1-1/+1
2012-07-24bf60x: bfin_crc: move structure bfin_crc out of head file.Sonic Zhang1-14/+0
2012-07-24bf60x: Enable Blackfin CRC crypto driver by default.Sonic Zhang1-0/+2
2012-07-24bf609: crypto: Add blackfin crypto crc driver platform data.Sonic Zhang1-0/+41
2012-07-24blackfin: Call sg_for_each to pass through the whole sg list.Sonic Zhang1-4/+6
2012-07-24bfin: add 32M, 16M and 8M uncached DMA region optionsScott Jiang2-1/+13
2012-07-24bf609: change ad7877 cs and irq pinScott Jiang1-4/+4
2012-07-16arch: Use eth_random_addrJoe Perches1-1/+1
2012-07-02pwm: Move Blackfin PWM driver to PWM frameworkThierry Reding3-111/+0
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-1/+0
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-52/+19
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01whack-a-mole with TIF_FREEZEAl Viro1-2/+0
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2-3/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1