09 Aug, 2010

1 commit


25 Jun, 2009

1 commit


21 Mar, 2009

1 commit


18 Oct, 2008

1 commit


12 Jul, 2008

1 commit


05 Jun, 2008

1 commit

  • Once upon a time, the MTD repository was using CVS.

    This patch therefore removes all usages of the no longer updated CVS
    keywords from the MTD code.

    This also includes code that printed them to the user.

    Signed-off-by: Adrian Bunk
    Signed-off-by: David Woodhouse

    Adrian Bunk
     

23 Apr, 2008

1 commit


22 Apr, 2008

1 commit


03 Feb, 2008

1 commit

  • Patch for unlocking all Intel flash that has instant locking on power up.
    The patch has been tested on Intel M18, P30 and J3D Strata Flash.
    1. The automatic unlocking can be disabled for a particular partition
    in the map or the command line.
    a. For the bit mask in the map it should look like:
    .mask_flags = MTD_POWERUP_LOCK,
    b. For the command line parsing it should look like:
    mtdparts=0x80000(bootloader)lk
    2. This will only unlock parts with instant individual block locking.
    Intel parts with legacy unlocking will not be unlocked.

    Signed-off-by: Justin Treon
    Signed-off-by: Jared Hulbert
    Acked-by: Nicolas Pitre
    Signed-off-by: David Woodhouse

    Justin Treon
     

29 Nov, 2006

2 commits


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

    Atsushi Nemoto
     

07 Nov, 2005

1 commit


29 Jun, 2005

1 commit


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!

    Linus Torvalds