01 Feb, 2013
1 commit
-
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.Signed-off-by: Ralf Baechle
08 Dec, 2011
1 commit
-
Move add_wired_entry to its own header file from where it will be
always included. Patch up other users of add_wired_entry to also include
the header as needed.Signed-off-by: Ralf Baechle
01 May, 2010
1 commit
-
|arch/mips/sibyte/swarm/setup.c:153:
| warning: large integer implicitly truncated to unsigned typeThe field was changed in d9b26352 aka ("x86, setup: Store the boot
cursor state"). This patch changes the values back they way they were
before this extra field got introduced.While here, the other two boards are also converted to C99 initializer.
Signed-off-by: Sebastian Andrzej Siewior
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1137/
Signed-off-by: Ralf Baechle
26 Aug, 2008
1 commit
-
Signed-off-by: Ralf Baechle
06 Aug, 2008
2 commits
-
This patch remove unneeded #include 's.
It also adds a required #include that was previously
implicitely pulled by ide.hSigned-off-by: Adrian Bunk
[bart: revert change to tests/lkdtm.c (spotted by Stephen Rothwell)]
Signed-off-by: Bartlomiej Zolnierkiewicz -
Following files don't need at all:
- arch/mips/jazz/setup.c
- arch/sh/boards/mach-systemh/irq.c
- drivers/macintosh/mediabay.c
- drivers/scsi/hptiop.c
- drivers/usb/storage/freecom.c
- arch/powerpc/include/asm/ide.h
- init/main.cCc: Christoph Hellwig
Signed-off-by: Bartlomiej Zolnierkiewicz
16 Jul, 2008
2 commits
-
This is the ARC part of the mips_machtype removal.
Signed-off-by: Thomas Bogendoerfer
Signed-off-by: Ralf Baechle -
The isa_slot_offset variable and its __ISA_IO_base macro is not used
anywhere anymore. It does not look like a decent interface per today's
standards either. Remove both including all places of initialization.Signed-off-by: Maciej W. Rozycki
Signed-off-by: Ralf Baechle
29 Jan, 2008
1 commit
-
Move registration into the actual platform code instead of making a
desparate attempt at sharing the hand full of likes of code in pcspeaker.c.Signed-off-by: Ralf Baechle
19 Oct, 2007
1 commit
-
Signed-off-by: Ralf Baechle
12 Oct, 2007
4 commits
-
Signed-off-by: Ralf Baechle
-
Derived from the i386 variant with a few x86 complexities chopped off.
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
- restructured irq handling
- switched vdma to use memory allocated via get_free_pages
- setup platform devices for serial, jazz_esp and jazzsonic
- fixed cmos rtc accessSigned-off-by: Thomas Bogendoerfer
Signed-off-by: Ralf Baechle
24 Jul, 2007
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
29 Jun, 2007
1 commit
-
arch/mips/jazz/setup.c:55:4: error: Initializer entry defined twice
Signed-off-by: Alexey Dobriyan
Acked-by: Ralf Baechle
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
12 Oct, 2006
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
09 Oct, 2006
4 commits
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
struct resource members were shuffeled a while ago.
Signed-off-by: Ralf Baechle
14 Jul, 2006
1 commit
-
Signed-off-by: Ralf Baechle
---
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
20 Jun, 2006
1 commit
-
Historically plat_mem_setup did the entire platform initialization. This
was rather impractical because it meant plat_mem_setup had to get away
without any kind of memory allocator. To keep old code from breaking
plat_setup was just renamed to plat_setup and a second platform
initialization hook for anything else was introduced.Signed-off-by: Ralf Baechle
07 Feb, 2006
1 commit
-
Signed-off-by: Ralf Baechle
30 Oct, 2005
1 commit
-
initialization actually useful and as is certainly unmergable with
upstream.Signed-off-by: Ralf Baechle
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!