summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-10-2313-286/+419
|\
| * UBI: tighten the corrupted PEB criteriaArtem Bityutskiy2010-10-211-11/+34
| * UBI: fix check_data_ff return codeArtem Bityutskiy2010-10-211-2/+5
| * UBI: remember copy_flag while scanningArtem Bityutskiy2010-10-212-11/+13
| * UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-197-47/+45Star
| * UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy2010-10-191-2/+74
| * UBI: introduce debugging helper functionArtem Bityutskiy2010-10-191-0/+4
| * UBI: make check_pattern function non-staticArtem Bityutskiy2010-10-193-24/+26
| * UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy2010-10-193-72/+90
| * UBI: separate out corrupted listArtem Bityutskiy2010-10-191-11/+34
| * UBI: change cascade of ifs to switch statementsArtem Bityutskiy2010-10-191-13/+32
| * UBI: rename a local variableArtem Bityutskiy2010-10-191-7/+7
| * UBI: handle bit-flips when no header foundArtem Bityutskiy2010-10-194-27/+51
| * UBI: remove duplicate IO error codesArtem Bityutskiy2010-10-194-48/+13Star
| * UBI: rename IO error codeArtem Bityutskiy2010-10-195-24/+30
| * UBI: fix small 80 characters limit style issueArtem Bityutskiy2010-10-191-2/+2
| * UBI: cleanup and simplify KconfigH Hartley Sweeten2010-10-192-36/+10Star
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-14/+15
|\ \ \
| * | | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+7
| * | | mtd: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-211-67/+35Star
|\ \ \
| * | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-21/+0Star
| * | | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-291-2/+0Star
| * | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1Star
| * | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-5/+1Star
| * | | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-1/+1
| * | | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-2/+0Star
| * | | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-291-2/+2
| * | | pcmcia: split up modify_configuration() into two fixup functionsDominik Brodowski2010-09-291-7/+1Star
| * | | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-291-24/+29
* | | | mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer2010-10-181-9/+83
| |_|/ |/| |
* | | fix OMAP2 MTD build failureDaniel J Blueman2010-09-291-1/+1
|/ /
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-09-154-37/+41
|\ \ | |/ |/|
| * mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown2010-09-131-0/+6
| * mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer2010-09-131-14/+19
| * mtd: OneNAND: Fix loop hang when DMA error at Samsung SoCsKyungmin Park2010-09-131-6/+5Star
| * mtd: OneNAND: Fix 2KiB pagesize handling at Samsung SoCsKyungmin Park2010-09-131-3/+2Star
| * mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger2010-09-131-6/+1Star
| * mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger2010-09-131-1/+1
| * mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness2010-08-271-7/+7
* | UBI: do not oops when erroneous PEB is scheduled for scrubbingArtem Bityutskiy2010-08-301-1/+2
* | UBI: fix kconfig unmet dependencyRandy Dunlap2010-08-301-1/+1
* | UBI: fix forward compatibilityArtem Bityutskiy2010-08-301-1/+1
* | UBI: eliminate update of list_for_each_entry loop cursorJulia Lawall2010-08-301-6/+6
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-212-8/+5Star
|\
| * mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck2010-08-201-0/+1
| * mtd: nand: Fix regression in BBM detectionBrian Norris2010-08-191-7/+3Star
| * pxa3xx: fix ns2cycle equationAxel Lin2010-08-181-1/+1