07 Nov, 2013

2 commits


06 May, 2013

1 commit


27 Mar, 2012

1 commit

  • Because it is useless to call it if the device is opened in R/O mode, and also
    harmful: on CFI NOR flash it may block for long time waiting for erase
    operations to complete is another partition with a R/W file-system on this
    chip.

    Artem Bityutskiy: write commit message, amend the patch to match the latest
    tree (we use mtd_sync(), not mtd->sync() nowadays).

    Signed-off-by: Alexander Stein
    Signed-off-by: Artem Bityutskiy
    Signed-off-by: David Woodhouse

    Alexander Stein
     

10 Jan, 2012

5 commits


11 Sep, 2011

2 commits

  • Start moving away from the MTD_DEBUG_LEVEL messages. The dynamic
    debugging feature is a generic kernel feature that provides more
    flexibility.

    (See Documentation/dynamic-debug-howto.txt)

    Also fix some punctuation, indentation, and capitalization that went
    along with the affected lines.

    Signed-off-by: Brian Norris
    Signed-off-by: Artem Bityutskiy

    Brian Norris
     
  • mtdblks_lock can be initialized automatically with
    DEFINE_MUTEX() rather than explicitly calling mutex_init().

    Signed-off-by: Axel Lin
    Signed-off-by: Artem Bityutskiy

    Axel Lin
     

31 Mar, 2011

1 commit


09 Aug, 2010

1 commit


27 Feb, 2010

3 commits


25 Feb, 2010

1 commit

  • Since we allocate struct mtd_blktrans_dev for each block device, we
    can add our own structure members to the end. Therefore embed
    struct mtd_blktrans_dev in struct mtdblk_dev and remove the static
    array of struct mtdblk_dev. Also remove the redundant pointer to
    struct mtd_info.

    This is preparation for removing the static limit on the number of MTD
    devices.

    Signed-off-by: Ben Hutchings
    Signed-off-by: Artem Bityutskiy
    Signed-off-by: David Woodhouse

    Ben Hutchings
     

20 Sep, 2009

1 commit


16 Sep, 2009

1 commit


04 Sep, 2009

1 commit


03 Aug, 2009

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