31 Jul, 2008
1 commit
-
This patch explicitly removes the kgdb implementation, for mips which
is intended to be followed by a patch that adds a kgdb implementation
for MIPS that makes use of the kgdb core in the kernel.Signed-off-by: Jason Wessel
Signed-off-by: Ralf Baechle
21 Jun, 2008
1 commit
-
Signed-off-by: Arnd Bergmann
29 Apr, 2008
2 commits
-
Signed-off-by: Alexey Dobriyan
Cc: Ralf Baechle
Cc: Thomas Koeller
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Remove proc_root export. Creation and removal works well if parent PDE is
supplied as NULL -- it worked always that way.So, one useless export removed and consistency added, some drivers created
PDEs with &proc_root as parent but removed them as NULL and so on.Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
29 Jan, 2008
3 commits
-
Signed-off-by: Jan Engelhardt
Signed-off-by: Ralf Baechle -
Moved the eXcite local config to excite directory.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Removed unused mips_machtype. These are only set but not used.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
03 Nov, 2007
1 commit
-
Signed-off-by: Ralf Baechle
30 Oct, 2007
1 commit
-
Fixme: At the time of this writing cevt-r4k.c doesn't yet know about how
to handle the alternate timer interrupt of the RM9000.Signed-off-by: Ralf Baechle
20 Oct, 2007
1 commit
-
remove asm/bitops.h includes
including asm/bitops directly may cause compile errors. don't include it
and include linux/bitops instead. next patch will deny including asm header
directly.Cc: Adrian Bunk
Signed-off-by: Jiri Slaby
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
12 Oct, 2007
3 commits
-
Signed-off-by: Ralf Baechle
-
Hard to follow who is pointing what to where and why so it's simply getting
in the way of the time code renovation.Signed-off-by: Ralf Baechle
-
This has not been any serious user of this ill conceived thing since the
original invention in like '95.Signed-off-by: Ralf Baechle
18 Jul, 2007
1 commit
-
early_serial_setup was removed from serial.h, but forgot to put in
serial_8250.hSigned-off-by: Yinghai Lu
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
11 May, 2007
1 commit
-
Replace variable instances of __attribute__((unused)) with
__maybe_unused.Acked-by: Ralf Baechle
Cc: Thomas Koeller
Signed-off-by: David Rientjes
Signed-off-by: Andrew Morton
Signed-off-by: Ralf Baechle
27 Apr, 2007
1 commit
-
Signed-off-by: Milind Arun Choudhary
Signed-off-by: Ralf Baechle
27 Feb, 2007
1 commit
-
Signed-off-by: Thomas Koeller
Signed-off-by: Ralf Baechle
07 Feb, 2007
1 commit
-
The irq_base for {mips,rm7k,rm9k}_cpu_irq_init() are constant on all
platforms and are same value on most platforms (0 or 16, depends on
CONFIG_I8259). Define them in asm-mips/mach-generic/irq.h and make
them customizable. This will save a few cycle on each CPU interrupt.A good side effect is removing some dependencies to MALTA in generic
SMTC code.Although MIPS_CPU_IRQ_BASE is customizable, this patch changes irq
mappings on DDB5477, EMMA2RH and MIPS_SIM, since really customizing
them might cause some header dependency problem and there seems no
good reason to customize it. So currently only VR41XX is using custom
MIPS_CPU_IRQ_BASE value, which is 0 regardless of CONFIG_I8259.Testing this patch on those platforms is greatly appreciated. Thank
you.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle
08 Oct, 2006
1 commit
-
Signed-off-by: Ralf Baechle
02 Oct, 2006
1 commit
-
excite_flashtest.c is unused.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
27 Sep, 2006
2 commits
-
excite_fpga.h, like all platform headers, really belongs in the
platform header directory.Signed-off-by: Thomas Koeller
Signed-off-by: Ralf Baechle -
The excite platform exports hardware resources for device drivers to use.
Any driver wanting to use these resources will look up them by their names.
Since these resources are declared to have static linkage, but are not
used in the source file defining them, the compiler used to emit an
'unused' warning, which this patch suppresses.Signed-off-by: Thomas Koeller
Signed-off-by: Ralf Baechle
14 Jul, 2006
2 commits
-
Signed-off-by: Ralf Baechle
---
-
Signed-off-by: Ralf Baechle
03 Jul, 2006
1 commit
-
Use the new IRQF_ constants and remove the SA_INTERRUPT define
Signed-off-by: Thomas Gleixner
Cc: Ingo Molnar
Cc: "David S. Miller"
Cc: Benjamin Herrenschmidt
Cc: Ralf Baechle
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
30 Jun, 2006
1 commit
-
Signed-off-by: Ralf Baechle
20 Jun, 2006
1 commit
-
Signed-off-by: Thomas Koeller
Signed-off-by: Ralf Baechle