aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger3-22/+66
2007-08-05Blackfin arch: all our other ports call this SIZE rather than SPI_LENMike Frysinger2-2/+2
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the kernelMike Frysinger11-45/+107
2007-08-05Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriateMike Frysinger2-0/+2
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 Zhang2-1/+15
2007-08-05Blackfin arch: kill ezkit548 compiling warningBryan Wu1-0/+1
2007-08-05Blackfin arch: update BOOT_LOADMike Frysinger1-3/+4
2007-08-05Blackfin arch: fix up header for BF533Robin Getz1-54/+0
2007-08-05Blackfin arch: remove spurious KERN_EMERG log level in outputMike Frysinger1-2/+1
2007-08-27Blackfin arch: bug fixing restore mach dependent ASYNC memory sizeMichael Hennerich1-2/+8
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz31-391/+289
2007-08-03Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger4-31/+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 Huang2-0/+11
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz9-20/+259
2007-08-03Blackfin arch: Fix CCLK and SCLK checksRobin Getz13-420/+242
2007-10-11Blackfin serial driver: use new GPIO APIMichael Hennerich1-20/+19
2007-08-03Blackfin arch: Some cosmetics based on LKML feedback from Joe PerchesMichael Hennerich2-46/+81
2007-07-25Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger4-4/+4
2007-07-24Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one failsMichael Hennerich2-4/+17
2007-08-27Blackfin arch: Fix define - SPORT0_DTPRI is first functionMichael Hennerich1-1/+1
2007-08-05Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't be probed in BF561-EZBryan Wu1-1/+1
2007-07-25Blackfin arch: bug fixing, add missing BF533_FAMILY GPIO_PFx definitionBryan Wu1-0/+18
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 Hennerich2-20/+72
2007-07-24Blackfin arch: Advertise GENERIC_GPIO and remove duplicated GENERIC_CALIBRATE_DELAYMichael Hennerich1-1/+1
2007-07-24Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpioMichael Hennerich5-0/+21
2007-08-05Blackfin arch: update to latest anomaly sheetsMike Frysinger4-5/+55
2007-08-03Blackfin arch: Fix Anomaly hanlding, as pointed out by MikeRobin Getz1-25/+7
2007-08-03Blackfin arch: fix typo... we want csync in CSYNC(), not ssyncMike Frysinger1-1/+1
2007-07-25Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselvesMike Frysinger9-92/+92
2007-07-25Blackfin arch: reorganize headers slightly so we can be sure things are defined early enoughMike Frysinger5-12/+13
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger6-15/+15
2007-07-25Blackfin arch: update BF54x anomaly listMike Frysinger1-0/+3
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger25-706/+875
2007-07-24Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changesMike Frysinger4-266/+174
2007-10-11Blackfin arch: update platform driver resource information to all board filesBryan Wu10-165/+1448
2007-10-09Linux 2.6.23Linus Torvalds1-1/+1
2007-10-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds6-11/+12
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust1-1/+3
2007-10-09sata_mv: correct S/G table limitsJeff Garzik1-3/+6
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-08Correct Makefile rule for generating custom keymapMaarten Bressers1-1/+1
2007-10-08ISDN: Fix data access out of array boundsKarsten Keil1-2/+3
2007-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-13/+22