summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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/+35
|\ \
| * | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-21/+0
| * | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-291-2/+0
| * | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1
| * | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-5/+1
| * | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-1/+1
| * | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-2/+0
| * | 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/+1
| * | 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-144-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/+5
| * mtd: OneNAND: Fix 2KiB pagesize handling at Samsung SoCsKyungmin Park2010-09-131-3/+2
| * mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger2010-09-131-6/+1
| * 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/+5
|\
| * mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck2010-08-201-0/+1
| * mtd: nand: Fix regression in BBM detectionBrian Norris2010-08-191-7/+3
| * pxa3xx: fix ns2cycle equationAxel Lin2010-08-181-1/+1
* | of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-171-0/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-155-331/+205
|\
| * mtd/nand_ids: Fix buswidthBrian Norris2010-08-131-1/+1
| * mtd/m25p80: fix test for end of loopDan Carpenter2010-08-121-1/+1
| * mtd/m25p80: retlen is never NULLDan Carpenter2010-08-121-8/+4
| * gen_nand: Test if nr_chips field is validMarek Vasut2010-08-121-0/+5
| * nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong2010-08-121-5/+6
| * nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong2010-08-121-0/+14
| * nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong2010-08-121-2/+2
| * nand/denali: change read_status function methodChuanxiao Dong2010-08-121-7/+5
| * nand/denali: Fixed check patch warningsChuanxiao Dong2010-08-121-12/+13
| * mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap2010-08-111-19/+20
| * nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2010-08-112-184/+42
| * nand/denali: Fixed handle ECC error bugsChuanxiao Dong2010-08-111-16/+29
| * nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong2010-08-111-76/+62
| * nand/denali: Fixed probe function bugsChuanxiao Dong2010-08-111-21/+23
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-128-20/+20
|\ \