summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-1615-31/+2
| | * | | mtd: nand: toshiba: Retrieve ECC requirements from extended IDKOBAYASHI Yoshitake2018-02-141-0/+26
| | * | | mtd: nand: vf610: check mtd_device_register() return codeAlexey Khoroshilov2018-02-121-1/+6
| | * | | mtd: nand: vf610: improve readability of error labelAlexey Khoroshilov2018-02-121-10/+10
| | * | | mtd: nand: vf610: remove the unnecessary of_node_put()Alexey Khoroshilov2018-02-121-10/+8
| | * | | mtd: nand: vf610_nfc: remove unused functionStefan Agner2018-02-121-15/+0
| | * | | mtd: nand: add ->setup_data_interface() support for Marvell NFCv1Miquel Raynal2018-02-121-10/+29
| | * | | mtd: nand: mxc: remove now unused codeSascha Hauer2018-02-121-51/+0
| | * | | mtd: nand: mxc: Drop now unnecessary functionsSascha Hauer2018-02-121-36/+0
| | * | | mtd: nand: mxc: Add own write_pageSascha Hauer2018-02-121-0/+47
| | * | | mtd: nand: mxc: Fix failed/corrected values for v1 controllersSascha Hauer2018-02-121-17/+60
| | * | | mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllersSascha Hauer2018-02-121-9/+77
| | * | | mtd: nand: mxc: Add buffer argument to copy_spareSascha Hauer2018-02-121-4/+4
| | * | | mtd: nand: mxc: Add function to control hardware ECCSascha Hauer2018-02-121-0/+42
| | * | | mtd: nand: mxc: reorder functions to avoid forward declarationsSascha Hauer2018-02-121-103/+103
| * | | | Merge tag 'spi-nor/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-04-041-1/+18
| |\ \ \ \
| | * | | | mtd: fsl-quadspi: Distinguish the mtd device namesFabio Estevam2018-03-301-0/+18
| | * | | | mtd: fsl-quadspi: Remove unneeded driver.bus assignmentBoris Brezillon2018-03-291-1/+0
| | |/ / /
| * | | | mtd: ftl: Use DIV_ROUND_UP()Arushi Singhal2018-03-291-2/+2
| * | | | mtd: Fix some function description mismatches in mtdcore.cXiaolei Li2018-03-291-4/+4
| * | | | mtd: physmap_of: update struct map_info's swap as per map requirementPrabhakar Kushwaha2018-03-291-0/+6
| * | | | mtd: update documentation of mtd_device_parse_register()Rafał Miłecki2018-03-291-4/+3
| * | | | mtd: jedec_probe: add Eon EN29LV400A IDsLinus Walleij2018-03-291-0/+32
| * | | | mtd: ofpart: add of_match_table with "fixed-partitions"Rafał Miłecki2018-03-271-0/+7
| * | | | mtd: rename "ofpart" parser to "fixed-partitions" as it fits it betterRafał Miłecki2018-03-272-7/+8
| * | | | mtd: partitions: add of_match_table parser matching for the "ofpart" typeRafał Miłecki2018-03-271-9/+107
| * | | | mtd: maps: remove bfin-async-flash driverArnd Bergmann2018-03-213-207/+0
| * | | | mtd: tests: check erase block count in page testStefan Agner2018-03-211-3/+7
| * | | | mtd: nftl: use %*ph to print small bufferAntonio Cardace2018-03-211-2/+1
| * | | | mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-2126-172/+21
| * | | | mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-1516-30/+4
| * | | | mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-1517-337/+47
| * | | | mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon2018-03-151-1/+2
| * | | | mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace2018-03-151-2/+1
| * | | | mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King2018-03-151-1/+1
| * | | | mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki2018-02-121-31/+12
| * | | | mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki2018-02-121-12/+13
| * | | | mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon2018-02-121-0/+4
| |/ / /
* | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-04-054-2119/+1
|\ \ \ \
| * \ \ \ Merge tag 'pxa-for-4.17' of https://github.com/rjarzmik/linux into next/socArnd Bergmann2018-03-124-2119/+1
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | mtd: nand: remove useless fields from pxa3xx NAND platform dataMiquel Raynal2018-03-021-2/+1
| | * | mtd: nand: remove deprecated pxa3xx_nand driverMiquel Raynal2018-02-233-2117/+0
| | |/
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-3/+3
|\ \ \
| * | | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-3/+3
| |/ /
* | | mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij2018-03-291-0/+2
* | | mtd: nand: atmel: Fix get_sectorsize() functionBoris Brezillon2018-03-291-1/+1
* | | mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya2018-03-211-5/+1
* | | mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya2018-03-211-13/+10
* | | mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya2018-03-211-2/+3
* | | mtdchar: fix usage of mtd_ooblayout_ecc()OuYang ZhiZhong2018-03-191-2/+2
|/ /
OpenPOWER on IntegriCloud