aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+7
2010-09-29fix OMAP2 MTD build failureDaniel J Blueman1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-21/+0
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski1-2/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-5/+1
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-2/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-2/+2
2010-09-29pcmcia: split up modify_configuration() into two fixup functionsDominik Brodowski1-7/+1
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski1-24/+29
2010-09-29of: MTD: Fix OF probing on little-endian systemsMichal Simek2-3/+3
2010-09-24nand: davinci: add support for timing configurationSekhar Nori1-38/+22
2010-09-24davinci: add support for aemif timing configurationSekhar Nori1-0/+1
2010-09-15mtd: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-14Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-37/+41
2010-09-13mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown1-0/+6
2010-09-13mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer1-14/+19
2010-09-13mtd: OneNAND: Fix loop hang when DMA error at Samsung SoCsKyungmin Park1-6/+5
2010-09-13mtd: OneNAND: Fix 2KiB pagesize handling at Samsung SoCsKyungmin Park1-3/+2
2010-09-13mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger1-6/+1
2010-09-13mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger1-1/+1
2010-08-30UBI: do not oops when erroneous PEB is scheduled for scrubbingArtem Bityutskiy1-1/+2
2010-08-30UBI: fix kconfig unmet dependencyRandy Dunlap1-1/+1
2010-08-30UBI: fix forward compatibilityArtem Bityutskiy1-1/+1
2010-08-30UBI: eliminate update of list_for_each_entry loop cursorJulia Lawall1-6/+6
2010-08-27mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness1-7/+7
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-8/+5
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris1-7/+3
2010-08-18pxa3xx: fix ns2cycle equationAxel Lin1-1/+1
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher1-0/+1
2010-08-15Merge git://git.infradead.org/mtd-2.6Linus Torvalds5-331/+205
2010-08-13mtd/nand_ids: Fix buswidthBrian Norris1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds8-20/+20
2010-08-12mtd/m25p80: fix test for end of loopDan Carpenter1-1/+1
2010-08-12mtd/m25p80: retlen is never NULLDan Carpenter1-8/+4
2010-08-12gen_nand: Test if nr_chips field is validMarek Vasut1-0/+5
2010-08-12nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong1-5/+6
2010-08-12nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong1-0/+14
2010-08-12nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong1-2/+2
2010-08-12nand/denali: change read_status function methodChuanxiao Dong1-7/+5
2010-08-12nand/denali: Fixed check patch warningsChuanxiao Dong1-12/+13
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap1-19/+20
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap1-19/+20
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2-184/+42
2010-08-11nand/denali: Fixed handle ECC error bugsChuanxiao Dong1-16/+29
2010-08-11nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong1-76/+62
2010-08-11nand/denali: Fixed probe function bugsChuanxiao Dong1-21/+23