aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2014-01-03mtd: bf5xx_nand: Remove unnecessary OOM messagesJingoo Han
2014-01-03mtd: au1550nd: Remove unnecessary OOM messagesJingoo Han
2014-01-03mtd: sharpsl: Remove unnecessary OOM messagesJingoo Han
2014-01-03mtd: orion_nand: Remove unnecessary OOM messagesJingoo Han
2014-01-03mtd: atmel_nand: Remove unnecessary OOM messagesJingoo Han
2014-01-03mtd: tmio_nand: Use devm_*() functionsJingoo Han
2014-01-03mtd: nuc900_nand: Use devm_*() functionsJingoo Han
2014-01-03mtd: lpc32xx_slc: Use devm_*() functionsJingoo Han
2014-01-03mtd: denali_dt: Use devm_clk_get()Jingoo Han
2014-01-03mtd: nand: pxa3xx: Consolidate ECC initializationEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use extended cmdfunc() only if neededEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Clear need_wait flag when starting a commandEzequiel Garcia
2014-01-03mtd: denali: Mark function is_erased() as staticRashika Kheria
2014-01-03mtd: nand: lpc32xx_mlc: drop custom write_page callbackBrian Norris
2014-01-03mtd: nand: davinci: don't request AEMIF address rangeIvan Khoronzhuk
2014-01-03mtd: nand: davinci: reuse driver for Keystone archIvan Khoronzhuk
2014-01-03mtd: nand: davinci: adjust DT properties to MTD genericIvan Khoronzhuk
2014-01-03mtd: nand: davinci: simplify error handlingIvan Khoronzhuk
2014-01-03mtd: nand: davinci: check required ti,davinci-chipselect propertyIvan Khoronzhuk
2014-01-03mtd: nand: davinci: return ENOMEM if memory allocation is failedIvan Khoronzhuk
2014-01-03mtd: nand: davinci: fix driver registrationIvan Khoronzhuk
2014-01-03mtd: au1550nd: add missing platform_set_drvdata()Wei Yongjun
2014-01-03mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()Wei Yongjun
2014-01-03mtd: nand: sh_flctl: Remove unneeded CONFIG_OFEzequiel Garcia
2014-01-03mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2014-01-03mtd: sh_flctl: use devm_* managed allocatorsLaurent Pinchart
2014-01-03mtd: sh_flctl: fix warnings due to improper castsLaurent Pinchart
2014-01-03mtd: sh_flctl: enable driver compilation with COMPILE_TESTLaurent Pinchart
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik
2014-01-03mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun
2014-01-03mtd: gpmi: change pr_debug to dev_dbgHuang Shijie
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie
2014-01-03mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan
2014-01-03mtd: gpmi: use devm_request_irqHuang Shijie
2014-01-03mtd: gpmi: use devm_ioremap_resourceHuang Shijie
2014-01-03mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie
2014-01-03mtd: gpmi: remove the unused lineHuang Shijie
2014-01-03mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie
2014-01-03mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia