summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger2009-01-073-366/+156Star
| * | | | Blackfin arch: check pointers in safe_dma_memcpyMike Frysinger2009-01-071-3/+10
| * | | | Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific codeMike Frysinger2009-01-072-11/+8Star
| * | | | Blackfin arch: ADP5588 QWERTY I2C Keyboard Input device driverMichael Hennerich2009-01-071-0/+94
| * | | | Blackfin arch: cleanup - use scm for changelog, not file headersMike Frysinger2009-01-078-195/+27Star
| * | | | Blackfin arch: Add basic irq stack checking for BlackfinRobin Getz2009-01-074-1/+40
| * | | | Blackfin arch: Set TWI/I2C Clock to 100kHzMike Frysinger2009-01-0710-10/+10
| * | | | Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...Mike Frysinger2009-01-071-2/+2
| * | | | Blackfin arch: Add BF537-STAMP platform support for ENC28J60 SPI Ethernet MACMichael Hennerich2009-01-071-0/+19
| * | | | Blackfin arch: remove #if check on L2_LENGTHMike Frysinger2009-01-071-5/+1Star
| * | | | Blackfin arch: Retire old spi_mmc driverYi Li2009-01-074-83/+0Star
| * | | | Blackfin arch: add mmc_spi support to BF537-STAMPYi Li2009-01-071-0/+39
| * | | | Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger2009-01-0717-23/+23
| * | | | Blackfin arch: fix bug - kernel build fails with undefined reference to pm_ov...Michael Hennerich2009-01-071-1/+1
| * | | | Blackfin arch: Use reads/writes instead of ins/outs directlySonic Zhang2009-01-071-6/+6
| * | | | Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan2009-01-072-3/+3
| * | | | Blackfin arch: implement support for /proc/dmaGraf Yang2009-01-071-4/+40
| * | | | Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-0717-105/+92Star
| * | | | Blackfin arch: get oprofile work for user spaceGraf Yang2009-01-076-25/+21Star
| * | | | Blackfin arch: fix bugs in linker script when using upstream binutilsBernd Schmidt2009-01-071-2/+6
| * | | | Blackfin arch: Remove all traces of the relocation stackBernd Schmidt2009-01-071-132/+7Star
| * | | | Blackfin arch: tweak the BUG_ON() check to allow for equal valuesMike Frysinger2009-01-071-4/+4
| * | | | Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich2009-01-077-262/+379
| * | | | Blackfin arch: cleanup the header file commentsMike Frysinger2009-01-071-19/+9Star
| * | | | Blackfin arch: rewrite cplbinfo to use seq filesMike Frysinger2009-01-071-125/+191
| * | | | Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich2009-01-0726-2842/+260Star
| * | | | Blackfin arch: add simple-gpio resources to all adi/tinyboardsMike Frysinger2009-01-076-0/+90
| * | | | Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang2009-01-073-18/+91
| * | | | Blackfin arch: do not allow L2 to be cached on BF561 SMPMike Frysinger2009-01-071-1/+1
| * | | | Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger2009-01-072-2/+0Star
| * | | | Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 nowMichael Hennerich2008-11-181-3/+4
| * | | | Blackfin arch: Request the gpio resource when making it as an irq pin, avoidi...Graf Yang2008-11-182-3/+16
| * | | | Blackfin arch: Add code to free gpio when shutdown irqGraf Yang2008-11-181-1/+5
| * | | | Blackfin arch: fix bug - reboot fails on BF527Mike Frysinger2008-11-182-2/+8
| * | | | Blackfin arch: add ANOMALY_05000435 to our headersMike Frysinger2008-11-186-0/+7
| * | | | Blackfin arch: only define HI/LO macros for assembly filesMike Frysinger2008-11-181-5/+5
| * | | | Blackfin arch: add BUG_ON() checks to make sure we dont overflow the cplb tablesMike Frysinger2008-11-181-1/+10
| * | | | Blackfin arch: make ROM_BASE depend on ROMKERNELMike Frysinger2008-11-181-0/+1
| * | | | Blackfin arch: noMMU CPLB lookup tables can be in L1 SRAMMike Frysinger2008-11-182-10/+10
| * | | | Blackfin arch: do not include init sections in the kernel lock down as it get...Mike Frysinger2008-11-181-1/+1
| * | | | Blackfin arch: change return valueMike Frysinger2008-11-181-12/+6Star
| * | | | Blackfin arch: remove pointless define IN_KERNELMike Frysinger2008-11-182-6/+4Star
| * | | | Blackfin arch: unify cplbinfo filesMike Frysinger2008-11-186-363/+201Star
| * | | | Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger2008-11-181-0/+1
| * | | | Blackfin arch: remove BFIN_DMA_5XX optionMike Frysinger2008-11-182-9/+1Star
| * | | | Blackfin arch: add mmiowb() as some drivers expectMike Frysinger2008-11-181-0/+2
| * | | | Blackfin arch: Fix BUG - Kernel does not link when CONFIG_CPU_FREQ_STAT=mMichael Hennerich2008-11-181-0/+6
| * | | | Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger2008-11-182-3/+3
| * | | | Blackfin arch: use generic xor.hMike Frysinger2008-11-181-0/+1
| * | | | Blackfin arch: cleanup the time.c codeMike Frysinger2008-11-181-65/+36Star