summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fsl_elbc: Implement RNDOUT commandMarek Behún2019-04-181-0/+9
* mtd: rawnand: fsl_elbc: Cosmetic moveMarek Behún2019-04-181-73/+73
* mtd: rawnand: Fix sphinx syntaxJonathan Neuschäfer2019-04-181-2/+2
* mtd: rawnand: fix build dependencyAnders Roxell2019-04-182-2/+2
* mtd: nand: Remove useless line in KconfigMiquel Raynal2019-04-181-1/+0
* mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal2019-04-1882-84/+84
* mtd: rawnand: Change Kconfig titles and re-order a bit the listMiquel Raynal2019-04-182-177/+181
* mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-189-26/+24
* mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-1810-19/+14
* mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbolMiquel Raynal2019-04-081-1/+1
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-0815-85/+81
* mtd: rawnand: Get rid of chip->numchipsBoris Brezillon2019-04-089-29/+20
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-0813-36/+38
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-086-12/+4
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-083-45/+1
* mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon2019-04-082-21/+25
* mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-088-49/+56
* mtd: rawnand: Initialize the nand_device objectBoris Brezillon2019-04-082-7/+59
* mtd: rawnand: Fill memorg during detectionBoris Brezillon2019-04-0811-44/+175
* mtd: rawnand: Prepare things to reuse the generic NAND layerBoris Brezillon2019-04-081-4/+6
* mtd: rawnand: Use nand_to_mtd() in nand_{set,get}_flash_node()Boris Brezillon2019-04-081-11/+11
* mtd: spinand: Implement mtd->_max_bad_blocksBoris Brezillon2019-04-081-0/+1
* mtd: nand: Add a helper to retrieve the number of pages per targetBoris Brezillon2019-04-081-0/+14
* mtd: nand: Add a helper returning the number of eraseblocks per targetBoris Brezillon2019-04-081-0/+12
* mtd: nand: Add max_bad_eraseblocks_per_lun info to memorgBoris Brezillon2019-04-087-16/+54
* mtd: rawnand: meson: set oob layout opsLiang Yang2019-04-081-0/+2
* mtd: rawnand: vf610: Avoid a potential NULL pointer dereferenceAditya Pakki2019-04-081-0/+3
* mtd: rawnand: ingenic: Move BBTs out of ECC areaPaul Cercueil2019-04-081-0/+7
* mtd: rawnand: ingenic: Add ooblayout for the Qi Ben NanonotePaul Cercueil2019-04-081-1/+40
* mtd: rawnand: ingenic: Add support for the JZ4725BPaul Cercueil2019-04-084-1/+353
* mtd: rawnand: ingenic: Add support for the JZ4740Paul Cercueil2019-04-084-11/+245
* mtd: rawnand: ingenic: Make use of ecc-engine propertyPaul Cercueil2019-04-081-3/+10
* mtd: rawnand: ingenic: Separate top-level and SoC specific codePaul Cercueil2019-04-087-203/+310
* mtd: rawnand: ingenic: Rename jz4780_bch_init to jz4780_bch_resetPaul Cercueil2019-03-211-4/+5
* mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nandPaul Cercueil2019-03-212-74/+74
* mtd: rawnand: ingenic: Use SPDX license notifiersPaul Cercueil2019-03-213-12/+3
* mtd: rawnand: Move drivers for Ingenic SoCs to subfolderPaul Cercueil2019-03-218-15/+17
* dt-bindings: mtd: ingenic: Use standard ecc-engine propertyPaul Cercueil2019-03-211-2/+2
* dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentationPaul Cercueil2019-03-211-9/+9
* dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725BPaul Cercueil2019-03-211-2/+8
* mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_bufMartin Blumenstingl2019-03-211-1/+3
* mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()Martin Blumenstingl2019-03-211-0/+3
* mtd: rawnand: atmel: switch to SPDX license identifiersTudor Ambarus2019-03-213-13/+3
* mtd: rawnand: atmel: add sam9x60 nand controller supportTudor Ambarus2019-03-211-12/+74
* dt-bindings: mtd: atmel-nand: add sam9x60 compatibleTudor Ambarus2019-03-211-0/+1
* mtd: rawnand: atmel: add generic name for EBICSA regmapTudor Ambarus2019-03-211-11/+17
* memory: atmel-ebi: add sam9x60 EBI supportTudor Ambarus2019-03-211-0/+14
* dt-bindings: memory: atmel-ebi: add sam9x60 compatibleTudor Ambarus2019-03-211-0/+1
* memory: atmel-ebi: add generic name for ebi regmapTudor Ambarus2019-03-211-7/+16
* ARM: at91: add sam9x60 SFR definitionsTudor Ambarus2019-03-211-7/+27