summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-03mtd: bf5xx_nand: Remove unnecessary OOM messagesJingoo Han1-1/+0
2014-01-03mtd: au1550nd: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-03mtd: sharpsl: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-03mtd: orion_nand: Remove unnecessary OOM messagesJingoo Han1-2/+0
2014-01-03mtd: atmel_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
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: lantiq-flash: Use devm_kzalloc()Jingoo Han1-21/+16
2014-01-03mtd: docg3: Use devm_*() functionsJingoo Han1-14/+6
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: lpddr: Mark functions as static and remove unused functionRashika Kheria1-30/+2
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 Khoronzhuk2-6/+8
2014-01-03mtd: nand: davinci: adjust DT properties to MTD genericIvan Khoronzhuk2-9/+30
2014-01-03mtd: nand: davinci: extend description of bindingsIvan Khoronzhuk1-23/+54
2014-01-03mtd: nand: davinci: move bindings under mtdIvan Khoronzhuk1-0/+0
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-03MAINTAINERS: mtd: add PXA3xx NAND driver to MAINTAINERSEzequiel Garcia1-0/+6
2014-01-03MAINTAINERS: mtd: add Brian Norris for MTD maintenanceBrian Norris1-1/+2
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: make register_mtd_parser return voidAxel Lin9-22/+17
2014-01-03mtd: make deregister_mtd_parser return voidAxel Lin2-3/+2
2014-01-03jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou1-0/+4
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia1-13/+13
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam1-1/+1
2014-01-03mtd: convert to use ATTRIBUTE_GROUPSAxel Lin1-9/+1
2014-01-03mtd: m25p80: add support for m25px16Igor Grinberg1-0/+1
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-03of_mtd: fix header file include guardPhilipp Rosenberger1-1/+1
2014-01-03mtd: nand: fix misspelling in ONFI parameter field nameBrian Norris1-1/+1
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han1-4/+1
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