29 Nov, 2006
2 commits
-
Signed-off-by: Yan Burman
Signed-off-by: David Woodhouse -
This patch makes the needlessly global mtdpart_setup() static.
Signed-off-by: Adrian Bunk
Signed-off-by: David Woodhouse
01 Apr, 2006
1 commit
-
Current cmdlinepart.c uses offset value 0 to specify a continuous
partition. This prevents creating a second partition starting at 0.For example, I can split 4MB device using "mtdparts=id:2M,2M", but I can
not do "mtdparts=id:2M@2M,2M@0" to swap mtd0 and mtd1.This patch introduces special OFFSET_CONTINUOUS value for a continuous
partition and allows 0 for offset value.Also this patch replaces 0xffffffff with UINT_MAX for SIZE_REMAINING.
Signed-off-by: Atsushi Nemoto
Cc: Thomas Gleixner
Acked-by: David Woodhouse
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
07 Nov, 2005
1 commit
-
Signed-off-by: Thomas Gleixner
29 Jun, 2005
1 commit
-
Add alignment to cmdline.
From: "Timofei V. Bondarenko"
Signed-off-by: Joern Engel
Signed-off-by: Thomas Gleixner
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!