aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2014-01-03mtd: tmio_nand: Use devm_*() functionsJingoo Han1-33/+13
2014-01-03mtd: nuc900_nand: Use devm_*() functionsJingoo Han1-42/+13
2014-01-03mtd: lpc32xx_slc: Use devm_*() functionsJingoo Han1-7/+3
2014-01-03mtd: denali_dt: Use devm_clk_get()Jingoo Han1-3/+1
2014-01-03mtd: nand: pxa3xx: Consolidate ECC initializationEzequiel Garcia1-24/+16
2014-01-03mtd: nand: pxa3xx: Use extended cmdfunc() only if neededEzequiel Garcia1-10/+21
2014-01-03mtd: nand: pxa3xx: Clear need_wait flag when starting a commandEzequiel Garcia1-0/+1
2014-01-03mtd: denali: Mark function is_erased() as staticRashika Kheria1-1/+1
2014-01-03mtd: nand: lpc32xx_mlc: drop custom write_page callbackBrian Norris1-15/+1
2014-01-03mtd: nand: davinci: don't request AEMIF address rangeIvan Khoronzhuk1-3/+11
2014-01-03mtd: nand: davinci: reuse driver for Keystone archIvan Khoronzhuk1-3/+3
2014-01-03mtd: nand: davinci: adjust DT properties to MTD genericIvan Khoronzhuk1-4/+10
2014-01-03mtd: nand: davinci: simplify error handlingIvan Khoronzhuk1-29/+17
2014-01-03mtd: nand: davinci: check required ti,davinci-chipselect propertyIvan Khoronzhuk1-0/+3
2014-01-03mtd: nand: davinci: return ENOMEM if memory allocation is failedIvan Khoronzhuk1-1/+4
2014-01-03mtd: nand: davinci: fix driver registrationIvan Khoronzhuk1-6/+7
2014-01-03mtd: au1550nd: add missing platform_set_drvdata()Wei Yongjun1-0/+2
2014-01-03mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()Wei Yongjun1-0/+2
2014-01-03mtd: nand: sh_flctl: Remove unneeded CONFIG_OFEzequiel Garcia1-7/+0
2014-01-03mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-01-03mtd: sh_flctl: use devm_* managed allocatorsLaurent Pinchart1-26/+10
2014-01-03mtd: sh_flctl: fix warnings due to improper castsLaurent Pinchart1-2/+2
2014-01-03mtd: sh_flctl: enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+1
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia1-13/+13
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2014-01-03mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun1-6/+0
2014-01-03mtd: gpmi: change pr_debug to dev_dbgHuang Shijie1-8/+5
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie2-41/+50
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie1-41/+22
2014-01-03mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan1-1/+9
2014-01-03mtd: gpmi: use devm_request_irqHuang Shijie2-24/+5
2014-01-03mtd: gpmi: use devm_ioremap_resourceHuang Shijie1-23/+3
2014-01-03mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie1-5/+5
2014-01-03mtd: gpmi: remove the unused lineHuang Shijie1-1/+0
2014-01-03mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie1-15/+5
2014-01-03mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie1-1/+8
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris1-3/+12
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia1-22/+35
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia1-8/+73
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia1-10/+172
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia1-11/+29
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia1-1/+2
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia1-5/+16
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia1-19/+25
2014-01-03mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia1-0/+5
2014-01-03mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia1-15/+21
2014-01-03mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia1-1/+1
2014-01-03mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia1-17/+69
2014-01-03mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia1-0/+37