Blackfin arch: update header to match new location
[safe/jmp/linux-2.6] / arch /
2009-01-07 Graf YangBlackfin arch: update header to match new location
2009-01-07 Jean DelvareBlackfin arch: Fix typo (channel)
2009-01-07 Bernd SchmidtBlackfin arch: Replace C version of 64 bit multiply...
2009-01-07 Mike FrysingerBlackfin arch: remove unused members of dma_channel...
2009-01-07 Robin GetzBlackfin arch: Update some inline assembly, tweak some...
2009-01-07 Mike FrysingerBlackfin arch: stub out pgprot_noncached() like other...
2009-01-07 Nick AndrewBlackfin arch: Fix incorrect use of loose in cpufreq.c
2009-01-07 Mike FrysingerBlackfin arch: add __must_check markings to our user...
2009-01-07 Mike FrysingerBlackfin arch: dma code: cannot simply OR the ndsize
2009-01-07 Mike FrysingerBlackfin arch: add bfin_read_MDMA_S0_CONFIG compat...
2009-01-07 Bernd SchmidtBlackfin arch: fix bug - crashes in tcp_v4_send_reset
2009-01-07 Mike FrysingerBlackfin arch: push cache flushing up to dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: request_dma() returns 0 on success,...
2009-01-07 Mike FrysingerBlackfin arch: desc_ptr is a pointer, so declare it...
2009-01-07 Mike FrysingerBlackfin arch: move most dma functions into static...
2009-01-07 Mike FrysingerBlackfin arch: dma header file: strip down includes...
2009-01-07 Mike FrysingerBlackfin arch: set_dma_callback: do not store .irq
2009-01-07 Mike FrysingerBlackfin arch: drop irq_callback from struct dma_channel
2009-01-07 Mike FrysingerBlackfin arch: drop custom dma_interrupt_t and just...
2009-01-07 Mike FrysingerBlackfin arch: include linux/mm.h since we use PAGE_ALI...
2009-01-07 Mike FrysingerBlackfin arch: enable DEBUG_KERNEL for ADI boards
2009-01-07 Mike FrysingerBlackfin arch: rewrite dma_memcpy() and dma in/out...
2009-01-07 Mike FrysingerBlackfin arch: check pointers in safe_dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: push bf561 PERIPHERAL_MAP oddity into...
2009-01-07 Michael HennerichBlackfin arch: ADP5588 QWERTY I2C Keyboard Input devic...
2009-01-07 Mike FrysingerBlackfin arch: cleanup - use scm for changelog, not...
2009-01-07 Robin GetzBlackfin arch: Add basic irq stack checking for Blackfin
2009-01-07 Mike FrysingerBlackfin arch: Set TWI/I2C Clock to 100kHz
2009-01-07 Mike FrysingerBlackfin arch: dma_memcpy() - do not return NULL when...
2009-01-07 Michael HennerichBlackfin arch: Add BF537-STAMP platform support for...
2009-01-07 Mike FrysingerBlackfin arch: remove #if check on L2_LENGTH
2009-01-07 Yi LiBlackfin arch: Retire old spi_mmc driver
2009-01-07 Yi LiBlackfin arch: add mmc_spi support to BF537-STAMP
2009-01-07 Mike FrysingerBlackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_D...
2009-01-07 Michael HennerichBlackfin arch: fix bug - kernel build fails with undefi...
2009-01-07 Sonic ZhangBlackfin arch: Use reads/writes instead of ins/outs...
2009-01-07 Michael McTernanBlackfin arch: add const to some function prototype...
2009-01-07 Graf YangBlackfin arch: implement support for /proc/dma
2009-01-07 Graf YangBlackfin arch: smp patch cleanup from LKML review
2009-01-07 Graf YangBlackfin arch: get oprofile work for user space
2009-01-07 Bernd SchmidtBlackfin arch: fix bugs in linker script when using...
2009-01-07 Bernd SchmidtBlackfin arch: Remove all traces of the relocation...
2009-01-07 Mike FrysingerBlackfin arch: tweak the BUG_ON() check to allow for...
2009-01-07 Michael HennerichBlackfin arch: gpio.h split into machine subfolders...
2009-01-07 Mike FrysingerBlackfin arch: cleanup the header file comments
2009-01-07 Mike FrysingerBlackfin arch: rewrite cplbinfo to use seq files
2009-01-07 Michael HennerichBlackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK...
2009-01-07 Mike FrysingerBlackfin arch: add simple-gpio resources to all adi...
2009-01-07 Graf YangBlackfin arch: Allow a gpio pin be requested both as...
2009-01-07 Mike FrysingerBlackfin arch: do not allow L2 to be cached on BF561 SMP
2009-01-07 Mike FrysingerBlackfin arch: delete now unused "cclk" member of black...
2008-11-18 Michael HennerichBlackfin arch: Fix bug - change cpufreq doesn't take...
2008-11-18 Graf YangBlackfin arch: Request the gpio resource when making...
2008-11-18 Graf YangBlackfin arch: Add code to free gpio when shutdown irq
2008-11-18 Mike FrysingerBlackfin arch: fix bug - reboot fails on BF527
2008-11-18 Mike FrysingerBlackfin arch: add ANOMALY_05000435 to our headers
2008-11-18 Mike FrysingerBlackfin arch: only define HI/LO macros for assembly...
2008-11-18 Mike FrysingerBlackfin arch: add BUG_ON() checks to make sure we...
2008-11-18 Mike FrysingerBlackfin arch: make ROM_BASE depend on ROMKERNEL
2008-11-18 Mike FrysingerBlackfin arch: noMMU CPLB lookup tables can be in L1...
2008-11-18 Mike FrysingerBlackfin arch: do not include init sections in the...
2008-11-18 Mike FrysingerBlackfin arch: change return value
2008-11-18 Mike FrysingerBlackfin arch: remove pointless define IN_KERNEL
2008-11-18 Mike FrysingerBlackfin arch: unify cplbinfo files
2008-11-18 Mike FrysingerBlackfin arch: define BASE_BAUD like everyone else
2008-11-18 Mike FrysingerBlackfin arch: remove BFIN_DMA_5XX option
2008-11-18 Mike FrysingerBlackfin arch: add mmiowb() as some drivers expect
2008-11-18 Michael HennerichBlackfin arch: Fix BUG - Kernel does not link when...
2008-11-18 Mike FrysingerBlackfin arch: rename cache_lock() to bfin_cache_lock()
2008-11-18 Mike FrysingerBlackfin arch: use generic xor.h
2008-11-18 Mike FrysingerBlackfin arch: cleanup the time.c code
2008-11-18 Mike FrysingerBlackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULT
2008-11-18 Mike FrysingerBlackfin arch: do not define decode_instruction if...
2008-11-18 Mike FrysingerBlackfin arch: rename irq_flags to bfin_irq_flags
2008-11-18 Mike FrysingerBlackfin arch: move out irq related functions
2008-11-18 Mike FrysingerBlackfin arch: move the PORT registers down
2008-11-18 Mike FrysingerBlackfin arch: introduce an IM_MEM macro to kgdb
2008-11-18 Mike FrysingerBlackfin arch: fix off-by-one errors on end of memory...
2008-11-18 Mike FrysingerBlackfin arch: delete unused vars and add parenthesis...
2008-11-18 Mike FrysingerBlackfin arch: move fixed code into init section
2008-11-18 Mike FrysingerBlackfin arch: remove superficial check on blackfin...
2008-11-18 Mike FrysingerBlackfin arch: set PM_WAKEUP_GPIO_NUMBER default to...
2008-11-18 Mike FrysingerBlackfin arch: delay PLL_CTL/VR_CTL wrappers
2008-11-18 Mike FrysingerBlackfin arch: dont export ack_bad_irq as no one else...
2008-11-18 Mike FrysingerBlackfin arch: move SIC_SYSIRQ() to the one file that...
2008-11-18 Mike FrysingerBlackfin arch: move ack_bad_irq() prototype to hardirq...
2008-11-18 Mike FrysingerBlackfin arch: delete old comments and NO_IRQ define
2008-11-18 Mike FrysingerBlackfin arch: overlay thread.usp over PT_USP
2008-11-18 Mike FrysingerBlackfin arch: rewrite blackfin_invalidate_entire_dcach...
2008-11-18 Mike FrysingerBlackfin arch: make ADI board names consistent
2008-11-18 Sonic ZhangBlackfin arch: Fix bug - hardware breakpoint doesn...
2008-11-18 Mike FrysingerBlackfin arch: fix unused warning for some blackfin...
2008-11-18 Bryan WuBlackfin arch: Use GPIO_BANKSIZE macro to replace const...
2009-01-07 Graf YangBlackfin arch: SMP supporting patchset: some other...
2008-11-18 Graf YangBlackfin arch: SMP supporting patchset: Blackfin kernel...
2008-11-18 Graf YangBlackfin arch: SMP supporting patchset: Blackfin CPLB...
2009-01-07 Graf YangBlackfin arch: SMP supporting patchset: Blackfin header...
2009-01-07 Graf YangBlackfin arch: SMP supporting patchset: BF561 related...
2008-11-18 Mike FrysingerBlackfin arch: use physmap in board resources rather...
2008-11-18 Michael HennerichBlackfin arch: Convert Blackfin GPIO driver to use...
next