summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)Author
2013-07-05UBI: support ubi_num on mtd.ubi command lineMike Frysinger
2013-07-05UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger
2013-07-05UBI: drop redundant "UBI error" stringMike Frysinger
2013-02-22UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia
2013-02-22UBI: replace memcpy with struct assignmentEzequiel Garcia
2013-02-22UBI: Add fastmap stuff to attach.cRichard Weinberger
2013-02-22UBI: Add fastmap bits to build.cRichard Weinberger
2012-10-05UBI: load after mtd device driversJiang Lu
2012-10-05UBI: print lessArtem Bityutskiy
2012-10-05UBI: use pr_ helper instead of printkArtem Bityutskiy
2012-10-05UBI: comply with coding styleArtem Bityutskiy
2012-10-05UBI: fix autoresize handling in R/O modeArtem Bityutskiy
2012-10-05UBI: allow specifying bad PEBs limit using module parameterRichard Genoud
2012-10-05UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud
2012-10-05UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud
2012-10-05UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud
2012-10-05UBI: separate bad_peb_limit in a functionRichard Genoud
2012-10-05UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud
2012-10-05UBI: introduce new bad PEB limitShmulik Ladkani
2012-10-05UBI: print image sequence number as unsigned integerArtem Bityutskiy
2012-05-23UBI: move and rename attach_by_scanningArtem Bityutskiy
2012-05-23UBI: rename _init_scan functionsArtem Bityutskiy
2012-05-23UBI: amend comments after all the renamingsArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_destroy_aiArtem Bityutskiy
2012-05-23UBI: rename si to aiArtem Bityutskiy
2012-05-23UBI: rename struct ubi_scan_infoArtem Bityutskiy
2012-05-23UBI: rename struct ubi_scan_lebArtem Bityutskiy
2012-05-23UBI: get rid of dbg_errArtem Bityutskiy
2012-04-11UBI: rename peb_buf1 to peb_bufArtem Bityutskiy
2012-04-11UBI: reduce memory consumptionJosselin Costanzi
2011-06-01UBI: fix oops in error pathArtem Bityutskiy
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy
2011-03-16UBI: kill debugging bufferArtem Bityutskiy
2011-03-08UBI: incorporate maximum write sizeArtem Bityutskiy
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy
2011-01-26UBI: cleanup LEB start calculationsJohn Ogness
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy
2010-10-19UBI: fix small 80 characters limit style issueArtem Bityutskiy
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy
2010-05-06UBI: init even if MTD device cannot be attached, if built into kernelMarc Kleine-Budde
2010-05-03UBI: remove reboot notifierKevin Cernekee
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-01UBI: fix attaching error pathArtem Bityutskiy
2010-02-01UBI: support attaching by MTD character device nameArtem Bityutskiy
2010-02-01UBI: mark few variables as __initdataArtem Bityutskiy
2009-10-20UBI: fix check on unsigned longRoel Kluin
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy