summaryrefslogtreecommitdiff
path: root/include/mtd
AgeCommit message (Expand)Author
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy
2011-04-14UBI: use __packed instead of __attribute__((packed))Artem Bityutskiy
2011-04-14UBI: cleanup comments around volume propertiesArtem Bityutskiy
2011-04-14UBI: re-name set volume properties ioctlArtem Bityutskiy
2010-10-25mtd: Define MLC Flash as a different flash typeRohit Hassan Sathyanarayan
2010-10-24mtd: edit comments on deprecation of ioctl ECCGETLAYOUTBrian Norris
2010-10-24mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris
2010-08-08mtd: Update copyright noticesDavid Woodhouse
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran
2009-06-05Kill jffs2-user.hArtem Bityutskiy
2009-05-29mtd: add OOB ioctls for >4GiB devicesKevin Cernekee
2009-05-29mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee
2009-03-26make MTD headers use strict integer typesArnd Bergmann
2009-03-26make exported headers use strict posix typesArnd Bergmann
2009-01-31headers_check fix: mtd/inftl-user.hJaswinder Singh Rajput
2009-01-27UBI: allow direct user-space I/OSidney Amani
2009-01-18UBI: improve ioctl commentariesArtem Bityutskiy
2009-01-18UBI: add ioctl for is_mapped operationCorentin Chary
2009-01-18UBI: add ioctl for unmap operationCorentin Chary
2009-01-18UBI: add ioctl for map operationCorentin Chary
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2008-04-17UBI: make ubi-header.h localArtem Bityutskiy
2008-02-03Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon
2008-01-25UBI: introduce atomic LEB change ioctlArtem Bityutskiy
2008-01-25UBI: add layout volume informationArtem Bityutskiy
2008-01-25UBI: add auto-resize featureArtem Bityutskiy
2007-12-26UBI: introduce attach ioctlsArtem Bityutskiy
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy
2006-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2006-09-25[MTD] Remove #ifndef __KERNEL__ hack in <mtd/mtd-abi.h>David Woodhouse
2006-09-22Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds
2006-09-22[MTD] Unlock NOR flash automatically where necessaryHÃ¥vard Skinnemoen
2006-09-19[HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds
2006-06-29MTD: kernel-doc fixes + additionsRandy Dunlap
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel
2006-05-30[MTD] replace MTD_ROM with MTD_GENERIC_TYPEJoern Engel
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel