aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-21Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz1-39/+61
2007-10-21Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich1-3/+3
2007-10-22Blackfin arch: force irq_flags into the .data sectionMike Frysinger2-2/+14
2007-10-22Blackfin arch BF548 defconfig: enable watchdog by defaultMike Frysinger1-1/+8
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich15-19/+3243
2007-10-20typo fixesMatt LaPlante1-35/+36
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2-30/+1
2007-10-18PM: Rework struct platform_suspend_opsRafael J. Wysocki1-48/+5
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-2/+2
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki1-1/+1
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2-3/+3
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-6/+0
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-1/+1
2007-10-13Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich1-3/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-3/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+0
2007-10-12USB: re-remove <linux/usb_sl811.h>David Brownell3-3/+3
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk1-1/+1
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq coreThomas Renninger1-2/+0
2007-10-04Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi>Michael Hennerich1-8/+11
2007-10-04Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driverMichael Hennerich1-31/+241
2007-09-23Blackfin arch: add some missing syscallBryan Wu1-4/+19
2007-08-27Blackfin arch: Update/Fix PM support add new pm_ops validMichael Hennerich1-0/+6
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu4-0/+5
2007-10-10Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL_STARTRobin Getz1-18/+0
2007-10-10Blackfin arch: fix typo in register nameMike Frysinger1-1/+1
2007-10-10Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL, 0 } fails on BlackfinBernd Schmidt1-1/+2
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