summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/pxa3xx_nand.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-07mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia
2013-11-07mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia
2013-11-07mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properlyEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible stringEzequiel Garcia
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-05mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: pxa3xx: Add support for Read parameter page commandEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Add address support for READID commandEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declarationEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use of_machine_is_compatible()Ezequiel Garcia
2013-08-05mtd: nand: pxa3xx: Set info->use_dma properlyEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Move buffer release code to its own functionEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Check for clk_prepare_enable() return valueEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepareEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use devm_clk_getEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use devm_ioremap_resourceEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use devm_kzallocEzequiel Garcia
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-08-20mtd: nand: append missing parameter and valueHaojian Zhuang
2012-08-16MTD: pxa3xx-nand: add devicetree bindingsDaniel Mack
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris
2012-05-14mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-14mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-03-26mtd: flash drivers set ecc strengthMike Dunn
2012-03-26mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-01-12module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin
2011-09-11mtd: pxa3xx_nand: enable multiple chip select supportLei Wen