aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-6/+0
2007-10-13Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich1-3/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-3/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+0
2007-10-12USB: re-remove <linux/usb_sl811.h>David Brownell3-3/+3
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq coreThomas Renninger1-2/+0
2007-10-04Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi>Michael Hennerich1-8/+11
2007-10-04Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driverMichael Hennerich1-31/+241
2007-09-23Blackfin arch: add some missing syscallBryan Wu1-4/+19
2007-08-27Blackfin arch: Update/Fix PM support add new pm_ops validMichael Hennerich1-0/+6
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu4-0/+5
2007-10-10Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL_STARTRobin Getz1-18/+0
2007-10-10Blackfin arch: fix typo in register nameMike Frysinger1-1/+1
2007-10-10Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL, 0 } fails on BlackfinBernd Schmidt1-1/+2
2007-10-10Blackfin arch: Export strcpy - occasionally get module link failures otherwiseBernd Schmidt1-0/+1
2007-10-10Blackfin arch: the load address is not safe to point to as a workaround for ANOMALY 05000281Robin Getz1-4/+13
2007-10-10Blackfin arch: show_mem can not be marked as init, since it is called during OOM conditionRobin Getz1-1/+1
2007-10-10Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopyMichael Hennerich1-9/+30
2007-10-10Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323Michael Hennerich1-70/+107
2007-10-09Blackfin arch: Print out debug info, as early as possibleRobin Getz6-6/+122
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print outRobin Getz2-21/+25
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz2-15/+62
2007-10-09Blackfin arch: Initial patch to add earlyprintk supportRobin Getz3-0/+176
2007-10-09Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archsBryan Wu1-6/+6
2007-10-11Blackfin arch: add more common defines for output sectionsMike Frysinger1-0/+6
2007-09-12Blackfin arch: cleanup IO and DMA_IO API function definitions according to other archesBryan Wu1-3/+3
2007-09-12Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)Mike Frysinger1-1/+1
2007-10-11Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_resetMichael Hennerich1-0/+78
2007-08-28Blackfin arch: Remove legacy supportMichael Hennerich1-27/+0
2007-10-11Blackfin arch: a few things still use bfin_read_PORT_FER()Michael Hennerich1-0/+15
2007-08-27Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_STARTRobin Getz2-248/+0
2007-08-28Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single fileMichael Hennerich4-407/+216
2007-08-27Blackfin arch: extract gpio number from PIN functionMichael Hennerich1-2/+4
2007-10-11Blackfin arch: rewrite our reboot code in CMike Frysinger7-350/+19
2007-08-27Blackfin arch: vmlinux.lds.S, break up our .init into separate sectionsMike Frysinger1-15/+27
2007-10-11Blackfin arch: Board defconfig updatingBryan Wu6-845/+901
2007-08-27Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sectionsMike Frysinger1-1/+3
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger2-22/+58
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the kernelMike Frysinger10-44/+103
2007-08-05Blackfin arch: Allow ptrace access the fixed code.Jie Zhang1-6/+18
2007-08-05Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang1-1/+14
2007-08-05Blackfin arch: update BOOT_LOADMike Frysinger1-3/+4
2007-08-05Blackfin arch: remove spurious KERN_EMERG log level in outputMike Frysinger1-2/+1
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz16-76/+84
2007-08-03Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger3-30/+0
2007-08-03Blackfin arch: Add option to priorize DMA over CoreMichael Hennerich2-0/+12
2007-08-05Blackfin arch: Add support for the M25P16 SPI FLashMichael Hennerich1-0/+2
2007-10-10Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording functionRoy Huang1-0/+10
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz8-11/+213
2007-08-03Blackfin arch: Fix CCLK and SCLK checksRobin Getz8-64/+174