aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-03Blackfin arch: Some cosmetics based on LKML feedback from Joe PerchesMichael Hennerich2-46/+81
2007-07-24Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one failsMichael Hennerich2-4/+17
2007-07-24Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.HMichael Hennerich1-2/+2
2007-07-24Blackfin arch: Add label to call new GPIO APIMichael Hennerich2-6/+6
2007-10-10Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resourcesMichael Hennerich1-15/+72
2007-07-24Blackfin arch: Advertise GENERIC_GPIO and remove duplicated GENERIC_CALIBRATE_DELAYMichael Hennerich1-1/+1
2007-07-25Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselvesMike Frysinger9-92/+92
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger1-4/+4
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger14-52/+51
2007-10-11Blackfin arch: update platform driver resource information to all board filesBryan Wu10-165/+1448
2007-10-09[MIPS] Au1000: set the PCI controller IO baseFlorian Fainelli1-0/+1
2007-10-09[MIPS] Alchemy: Fix USB initialization.Florian Fainelli4-10/+10
2007-10-09[MIPS] IP32: Fix fatal typo in address computation.Giuseppe Sacco1-1/+1
2007-10-07Longhaul: add auto enabled "revid_errata" optionRafal Bilski1-3/+57