summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-10-13mtd: nand: atmel_nand: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: sa1100-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: rbtx4939-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: pxa2xx-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: plat_ram: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: maps: physmap_of: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: maps: physmap: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: maps: latch-addr-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: lantiq-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: ixp4xx: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: intel_vr_nor: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: maps: gpio-addr-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: lpddr: show parent device in sysfsFrans Klaver1-0/+1
2015-10-13mtd: devices: sst251: show parent device in sysfsFrans Klaver1-2/+1
2015-10-13mtd: devices: spear_smi: show parent device in sysfsFrans Klaver1-0/+1
2015-10-13mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: devices: docg3: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: devices: bcm47xxflash: show parent device in sysfsFrans Klaver1-3/+4
2015-10-13mtd: core: set some defaults when dev.parent is setFrans Klaver1-0/+9
2015-10-13mtd: core: tone down suggestion that dev.parent should be setFrans Klaver1-1/+1
2015-10-13mtd: spi-nor: Add support for Micron n25q032aAurelien Chanot1-0/+1
2015-10-13mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64Anup Patel1-1/+1
2015-10-13mtd: brcmnand: Fix pointer type-cast in brcmnand_write()Anup Patel1-2/+2
2015-10-12mtd: pxa2xx-flash: switch from ioremap_cache to memremapDan Williams1-3/+3
2015-10-11mtd: nand_bbt: set the smallest size of bbt tableSheng Yong1-1/+1
2015-10-11mtd: mtdpart: add debug prints to partition parser.Michal Suchanek1-0/+5
2015-10-07Merge tag 'for-linus-20151006' of git://git.infradead.org/linux-mtdLinus Torvalds2-18/+11
2015-10-05mtd: nand: lpc32xx_slc: fix calculation of timing arcs from given valuesVladimir Zapolskiy1-1/+1
2015-10-05mtd: nand: lpc32xx_slc: fix potential overflow over 4 bitsVladimir Zapolskiy1-1/+1
2015-10-05mtd: nand: lpc32xx_slc: improve SLCTAC_*() macro definitionsVladimir Zapolskiy1-12/+15
2015-10-04ubi: fastmap: Implement produce_free_peb()Richard Weinberger1-0/+29
2015-10-03UBI: drop null test before destroy functionsJulia Lawall1-3/+1
2015-10-03UBI: Update comments to reflect UBI_METAONLY flagAndrew Murray1-2/+2
2015-10-03UBI: Fix debug messageRichard Weinberger1-1/+1
2015-10-03UBI: Fix typo in commentRichard Weinberger1-1/+1
2015-10-03UBI: Fastmap: Simplify expressionRichard Weinberger1-1/+1
2015-10-02mtd: nand: sunxi: fix bitflips in erased pagesBoris BREZILLON1-1/+3
2015-10-02mtd: nand: sunxi: replace the NFC_BUF_TO_USER_DATA() macro by an inline functionBoris BREZILLON1-5/+7
2015-10-02mtd: nand: sunxi: retrieve corrected OOB bytesBoris BREZILLON1-1/+17
2015-10-02mtd: nand: sunxi: factorize extra OOB bytes handlingBoris BREZILLON1-42/+48
2015-10-02mtd: nand: sunxi: make use of sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON1-128/+40
2015-10-02mtd: nand: sunxi: introduce sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON1-0/+92
2015-10-02mtd: nand: sunxi: create sunxi_nfc_hw_ecc_enable()/disable() functionsBoris BREZILLON1-38/+32
2015-10-02mtd: nand: fsmc: Remove BUG macrosStefan Roese1-3/+5
2015-10-02mtd: nand: fsmc: Small whitespace cleanupStefan Roese1-1/+1
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON1-4/+1
2015-09-30mtd: brcmnand: remove unnecessary fields from brcmnand_socBrian Norris1-2/+0
2015-09-30mtd: brcmnand: refactor iProc SoC layeringBrian Norris1-11/+11
2015-09-30mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris1-10/+8
2015-09-30mtd: nand: sunxi: rework macrosBoris BREZILLON1-59/+64