summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | UBI: use raw mtd read function in debugging codeArtem Bityutskiy2011-02-061-2/+4
| | * | UBI: try to reveal buggy MTD driversArtem Bityutskiy2011-02-061-0/+22
| | * | UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy2011-01-261-0/+7
| | * | UBI: cleanup LEB start calculationsJohn Ogness2011-01-261-1/+1
| | * | UBI: fix NOR erase preparation quirkHolger Brunck2011-01-261-2/+4
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-3/+2
| |\ \
| | * | kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-3/+2
| * | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-173-133/+287
| |\ \ \
| | * \ \ Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren2011-03-022-2/+2
| | |\ \ \
| | * | | | mtd: OneNAND: OMAP2: increase multiblock erase verify timeoutRoman Tereshonkov2011-02-171-5/+3
| | * | | | OMAP: OneNAND: determine frequency in one placeAdrian Hunter2011-02-171-23/+5
| | * | | | omap3: nand: making ecc layout as compatible with romcode eccSukumar Ghorai2011-02-171-1/+36
| | * | | | omap3: nand: ecc layout select from board fileSukumar Ghorai2011-02-171-15/+11
| | * | | | omap3: nand: configurable fifo threshold to gain the throughputSukumar Ghorai2011-02-171-8/+14
| | * | | | omap3: nand: prefetch in irq mode supportSukumar Ghorai2011-02-171-9/+189
| | * | | | omap3: nand: configurable transfer type per boardSukumar Ghorai2011-02-172-77/+34
| | * | | | omap3630: nand: fix device size to work in polled modeSukumar Ghorai2011-02-171-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-172-2/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2011-03-151-1/+1
| | |\ \ \ \
| | | * | | | mtd: OneNAND: Change dependency of ARCH_EXYNOS4Kukjin Kim2011-02-221-1/+1
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-03-101-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ARM: imx5x: clean up ARCH_MX5XRichard Zhao2011-03-071-1/+1
| | | |/ /
| * | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-167-35/+33
| |\ \ \ \
| | * | | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-287-35/+33
| | |/ / /
| * | | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.38Linus Torvalds2011-03-137-42/+44
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-162-2/+2
| | |/ / | |/| |
| * | | Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Artem Bityutskiy2011-01-291-27/+1
* | | | mtd: mtdswap: fix compilation warningArtem Bityutskiy2011-03-251-1/+1
* | | | mtdswap: kill strict error handling optionYang Ruirui2011-03-252-15/+1
* | | | mtd: nand: enable software BCH ECC in nand simulatorIvan Djelic2011-03-111-1/+42
* | | | mtd: nand: add software BCH ECC supportIvan Djelic2011-03-114-1/+298
* | | | mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswapDavid Woodhouse2011-03-111-8/+8
* | | | mtd: sm_rtl: check kmalloc return valueXiaochen Wang2011-03-111-0/+18
* | | | mtd: cfi: add support for AMIC flashes (e.g. A29L160AT)Steffen Sledz2011-03-111-0/+1
* | | | mtd: mxc_nand: fix OOB corruption when page size > 2KiBBaruch Siach2011-03-111-0/+27
* | | | mtd: DaVinci: Removed header file that is not requiredSandeep Paulraj2011-03-111-3/+0
* | | | mtd: pxa3xx_nand: clean the keep configure codeLei Wen2011-03-111-68/+35
* | | | mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen2011-03-111-93/+123
* | | | mtd: pxa3xx_nand: unify prepare commandLei Wen2011-03-111-110/+139
* | | | mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen2011-03-111-76/+1
* | | | mtd: pxa3xx_nand: rework irq logicLei Wen2011-03-111-212/+187
* | | | mtd: pxa3xx_nand: make scan procedure more clearLei Wen2011-03-111-44/+55
* | | | mtd: speedtest: fix integer overflowDavid Lambert2011-03-111-7/+7
* | | | mtd: mxc_nand: fix read past buffer endBaruch Siach2011-03-111-2/+2
* | | | mtd: omap3: nand: report corrected ecc errorsJohn Ogness2011-03-111-4/+12
* | | | mtd: nand: fix a typo in a commentaryJason Liu2011-03-111-1/+1
* | | | mtd: omap: add new variable to platform data to control onenand unlockingRoman Tereshonkov2011-03-111-2/+5
* | | | mtd: onenand: add new option to control initial onenand unlockingRoman Tereshonkov2011-03-111-1/+2
* | | | mtd: NOR flash driver for OMAP-L137/AM17xDavid Griego2011-03-113-0/+282
* | | | mtd: Add mtdswap block driverJarkko Lavinen2011-03-113-0/+1612
OpenPOWER on IntegriCloud