aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-29[Blackfin] arch: kill section mismatch warningsBryan Wu2-4/+9
2008-02-29[Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sectionsMike Frysinger1-7/+27
2008-02-25[Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger1-4/+4
2008-02-25[Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich1-4/+2
2008-02-25[Blackfin] arch: Remove DPMC char driver optionMichael Hennerich1-131/+0
2008-02-25[Blackfin] arch: Cleanup abd Simplify:Michael Hennerich1-106/+51
2008-02-25[Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not functional for handle_simple_irqMichael Hennerich1-0/+3
2008-02-25[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need itMike Frysinger1-0/+1
2008-02-25[Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspaceMike Frysinger4-72/+0
2008-02-25[Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq otherwise it failsMichael Hennerich1-4/+10
2008-02-25[Blackfin] arch: grab mac address from OTP on BF527-EZKITMike Frysinger1-6/+11
2008-02-25[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3.Sonic Zhang1-7/+8
2008-02-22[Blackfin] arch: add board resources for new simple-gpio char driverMike Frysinger6-0/+89
2008-02-25[Blackfin] arch: fix bug - set right partition size in the board filesMike Frysinger6-25/+25
2008-02-22[Blackfin] arch: Update default configSonic Zhang6-21/+18
2008-02-22[Blackfin] arch: add fixed code to the memory map outputMike Frysinger1-1/+3
2008-02-22[Blackfin] arch: add handling for the mach symlink in the `make V=1` caseMike Frysinger1-0/+1
2008-02-22[Blackfin] arch: respect `make -s` when creating the asm/mach symlinkMike Frysinger1-1/+3
2008-02-22[Blackfin] arch: fix bug add missing header fileMike Frysinger1-0/+2
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-7/+5
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra1-3/+5
2008-02-09ide: introduce HAVE_IDESam Ravnborg1-0/+1
2008-02-09[Blackfin] arch: fix build fails only include header files when enabledMike Frysinger3-0/+6
2008-02-07[Blackfin] arch: declare default INSTALL_PATH for Blackfin portsMike Frysinger1-0/+1
2008-02-09[Blackfin] arch: Encourage users to use the spidev character driver: Provide platform supportMichael Hennerich6-0/+97
2008-02-02[Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang1-0/+10
2008-02-02[Blackfin] arch: Enable NET2272 on BF561-EZkit - remove request_mem_regionMichael Hennerich1-0/+25
2008-02-02[Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show complete infoMichael Hennerich2-12/+16
2008-02-02[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used inMike Frysinger1-3/+4
2008-02-02[Blackfin] arch: simpler header and update datesMike Frysinger1-24/+5
2008-02-02[Blackfin] arch: move the init sections to the end of memoryMike Frysinger3-27/+36
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exception handlersMike Frysinger1-8/+4
2008-02-02[Blackfin] arch: fix typo in printk messageMike Frysinger1-1/+1
2008-02-02[Blackfin] arch: this is an ezkit, not a stamp, so fixup the init function nameMike Frysinger1-2/+2
2008-02-02[Blackfin] arch: add slightly better help text for CPLB_INFOMike Frysinger1-1/+1
2008-02-02[Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561Michael Hennerich1-8/+10
2008-02-02[Blackfin] arch: Fix header file informationMichael Hennerich1-2/+2
2008-02-02[Blackfin] arch: Add Support for ISP1362Michael Hennerich1-0/+46
2008-02-09[Blackfin] arch: add support for cmdline partitioning to the BF533-STAMP flash map driver and enable it as a module by defaultMike Frysinger1-6/+10
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich5-66/+205
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich3-520/+97
2008-02-09[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.cYi Li2-122/+431
2008-02-02[Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPUMike Frysinger1-0/+4
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-1/+1
2008-02-06Rename: linux/pata_platform.h to linux/ata_platform.hJeff Garzik11-11/+11
2008-02-05timerfd: new timerfd APIDavide Libenzi1-1/+1
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-2/+0
2008-02-03Add HAVE_OPROFILEMathieu Desnoyers1-0/+1