summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-232-4/+4
|\
| * Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in MakefileBryan Wu2007-10-221-2/+2
| * Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger2007-10-221-2/+2
* | Update arch/ to use sg helpersJens Axboe2007-10-221-2/+1Star
|/
* Blackfin arch: update boards filesBryan Wu2007-10-211-1/+1
* Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-212-0/+27
* Blackfin arch: cleanup and promote the general purpose timers api to a core b...Mike Frysinger2007-10-214-2/+274
* Blackfin arch: add a cheesy install targetMike Frysinger2007-10-212-0/+60
* Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2007-10-211-1/+13
* Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2007-10-212-1/+376
* Blackfin arch: -mno-fdpic worksMike Frysinger2007-10-211-0/+2
* Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger2007-10-2115-24/+24
* Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt2007-10-211-0/+2
* Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz2007-10-211-39/+61
* Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich2007-10-211-3/+3
* Blackfin arch: force irq_flags into the .data sectionMike Frysinger2007-10-212-2/+14
* Blackfin arch BF548 defconfig: enable watchdog by defaultMike Frysinger2007-10-211-1/+8
* Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich2007-10-2115-19/+3243
* typo fixesMatt LaPlante2007-10-201-35/+36
* Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-192-30/+1Star
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-181-48/+5Star
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-2/+2
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-162-3/+3
|\
| * kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-1/+1
| * kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-121-1/+1
* | Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-6/+0Star
* | Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich2007-10-131-3/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-10-133-3/+3
|\ \
| * | USB: re-remove <linux/usb_sl811.h>David Brownell2007-10-123-3/+3
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-131-2/+0Star
|\ \ | |/ |/|
| * [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-051-2/+0Star
* | Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL...Robin Getz2007-10-101-18/+0Star
* | Blackfin arch: fix typo in register nameMike Frysinger2007-10-101-1/+1
* | Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NU...Bernd Schmidt2007-10-101-1/+2
* | Blackfin arch: Export strcpy - occasionally get module link failures otherwiseBernd Schmidt2007-10-101-0/+1
* | Blackfin arch: the load address is not safe to point to as a workaround for A...Robin Getz2007-10-101-4/+13
* | Blackfin arch: show_mem can not be marked as init, since it is called during ...Robin Getz2007-10-101-1/+1
* | Blackfin arch: flush/inv the correct range when using write back cache and fi...Michael Hennerich2007-10-101-9/+30
* | Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich2007-10-101-70/+107
* | Blackfin arch: Print out debug info, as early as possibleRobin Getz2007-10-096-6/+122
* | Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz2007-10-092-21/+25
* | Blackfin arch: fix endless loop bug when a double fault happensRobin Getz2007-10-092-15/+62
* | Blackfin arch: Initial patch to add earlyprintk supportRobin Getz2007-10-093-0/+176
* | Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu2007-10-091-6/+6
* | Blackfin arch: add more common defines for output sectionsMike Frysinger2007-10-101-0/+6
* | Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu2007-09-121-3/+3
* | Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)Mike Frysinger2007-09-121-1/+1
* | Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_resetMichael Hennerich2007-10-101-0/+78