aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/q40 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven1-2/+2
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2012-12-24m68k: set arch_gettimeoffset directlyStephen Warren1-4/+4
2012-08-18m68k/q40: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer1-4/+1
2012-04-01m68k/q40: Add missing platform check before registering platform devicesGeert Uytterhoeven1-0/+3
2012-03-28Disintegrate asm/system.h for M68KDavid Howells2-2/+0
2012-01-23Input: q40kbd - convert driver to the split modelDmitry Torokhov1-0/+13
2011-11-08m68k/irq: Remove obsolete m68k irq frameworkGeert Uytterhoeven1-16/+0
2011-11-08m68k/q40: Convert Q40/Q60 to genirqGeert Uytterhoeven1-1/+7
2011-11-08m68k/irq: Rename {,__}m68k_handle_int()Geert Uytterhoeven1-4/+4
2011-11-08m68k/irq: Add m68k_setup_irq_controller()Geert Uytterhoeven1-1/+2
2011-11-08m68k/irq: Switch irq_chip methods to "struct irq_data *data"Geert Uytterhoeven1-11/+17
2011-11-08m68k/irq: Rename irq_controller to irq_chipGeert Uytterhoeven1-9/+8
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock1-1/+1
2010-05-17m68k: Remove trailing spaces in messagesFrans Pop1-1/+1
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven1-3/+0
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan1-10/+0
2008-10-14m68k: use bcd2bin/bin2bcdAdrian Bunk1-11/+1
2008-07-20m68k/q40/config.c: make functions staticAdrian Bunk1-13/+13
2008-04-28m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-20spelling fixes: arch/m68k/Simon Arlott1-2/+2
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-05-07SPIN_LOCK_UNLOCKED cleanup in arch/m68kMilind Arun Choudhary1-1/+1
2007-05-04m68k: early parameter supportRoman Zippel1-9/+14
2007-05-04m68k: reformat various m68k filesRoman Zippel1-131/+134
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2-3/+3
2006-10-07[PATCH] m68k pt_regs fixesAl Viro2-9/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] m68k: convert q40 irq codeRoman Zippel2-307/+168
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel2-19/+0
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel1-2/+2
2006-01-12[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro1-2/+0
2006-01-12[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setupAl Viro1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds4-0/+984