summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-1717-161/+1955
|\
| * mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON2014-12-011-0/+18
| * mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2014-12-012-0/+185
| * mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2014-12-012-0/+157
| * mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng2014-11-291-2/+2
| * mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh2014-11-261-29/+10Star
| * mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris2014-11-261-45/+0Star
| * mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros2014-11-261-7/+0Star
| * mtd: nand: add ATO manufacturer infoBrian Norris2014-11-261-0/+1
| * mtd: nand: print erase size on initRafał Miłecki2014-11-261-2/+2
| * fsl_ifc: Support all 8 IFC chip selectsAaron Sierra2014-11-051-6/+4Star
| * mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu2014-11-052-4/+81
| * mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod2014-11-051-7/+3Star
| * mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy2014-11-051-5/+7
| * mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig2014-11-051-1/+1
| * mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh2014-11-051-1/+1
| * mtd: nand: gpio: improve comments about GPIO assisted operationGerhard Sittig2014-11-052-3/+7
| * MTD: merge 3.18 development into -next developmentBrian Norris2014-10-301-1/+1
| |\
| * | mtd: nand: add sunxi NAND flash controller supportBoris BREZILLON2014-10-293-0/+1439
| * | nandsim: add id_bytes module parameterAkinobu Mita2014-10-231-18/+24
| * | mtd: orion_nand: fix error code path in probeMichael Opdenacker2014-10-221-28/+11Star
| * | mtd: nand: omap: Do not use global variablesRostislav Lisovy2014-10-221-4/+3Star
* | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0430-31/+0Star
|\ \ \
| * | | mtd: nand: bcm47xxnflash: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| * | | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-2029-30/+0Star
| |/ /
* | | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-021-1/+1
|\ \ \ | |/ / |/| / | |/
| * mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-301-1/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-192-2/+2
|\ \ | |/ |/|
| * mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| * mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* | mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros2014-10-071-1/+1
* | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2014-10-072-2/+5
* | mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2014-09-222-0/+580
* | nand: omap2: Replace pr_err with dev_errEzequiel García2014-09-221-13/+17
* | nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García2014-09-221-59/+71
* | mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON2014-09-221-0/+4
* | mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON2014-09-221-0/+2
* | mtd: denali: fix indents and other trivial thingsMasahiro Yamada2014-09-191-77/+61Star
* | mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-191-7/+7
* | mtd: denali: remove another set-but-unused variableBrian Norris2014-09-191-2/+1Star
* | mtd: denali: fix include guard and license block of denali.hMasahiro Yamada2014-09-181-23/+4Star
* | mtd: nand: don't break long print messagesRafał Miłecki2014-09-182-22/+15Star
* | mtd: bcm47xxnflash: replace some magic numbersRafał Miłecki2014-09-181-4/+6
* | mtd: bcm47xxnflash: NAND_CMD_RESET supportRafał Miłecki2014-09-181-1/+5
* | mtd: bcm47xxnflash: add cmd_ctrl handlerRafał Miłecki2014-09-181-0/+21
* | mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki2014-09-181-0/+12
* | mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki2014-09-181-3/+5
* | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh2014-09-181-8/+5Star
* | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh2014-09-181-8/+6Star
* | nand: omap2: Add support for flash-based bad block tableEzequiel García2014-09-171-1/+5