summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal2018-04-291-12/+13
| | * | | | mtd: rawnand: fsl_ifc: fix probe function error pathMiquel Raynal2018-04-291-3/+9
| | * | | | mtd: rawnand: fsl_elbc: fix probe function error pathMiquel Raynal2018-04-291-4/+9
| | * | | | mtd: onenand: simplify getting .drvdataWolfram Sang2018-04-291-4/+2Star
| | * | | | mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee2018-04-292-15/+2Star
| | * | | | mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai2018-04-291-2/+2
| | * | | | mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy pollingBoris Brezillon2018-04-291-76/+15Star
| | * | | | mtd: rawnand: gpmi: add support for specific ECC strengthStefan Agner2018-04-291-10/+20
| | * | | | mtd: rawnand: davinci: don't acquire and enable clockSekhar Nori2018-04-261-24/+1Star
| | |/ / /
| * | | | mtd: cfi_cmdset_0002: Change erase one block to enable XIP onceTokunori Ikegami2018-05-301-4/+2Star
| * | | | mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami2018-05-301-10/+12
| * | | | mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami2018-05-301-0/+10
| * | | | mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami2018-05-301-3/+3
| * | | | mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami2018-05-301-1/+1
| * | | | mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUSGeert Uytterhoeven2018-05-231-1/+4
| * | | | mtd: bcm47xxpart: add of_match_table with a new DT bindingRafał Miłecki2018-05-231-0/+7
| * | | | mtd: cfi_cmdset_0002: Fix coding style issuesTokunori Ikegami2018-05-121-13/+13
| * | | | mtd: bcm47xxpart: improve handling TRX partition sizeRafał Miłecki2018-05-121-4/+18
| * | | | mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki2018-05-073-39/+20Star
| * | | | mtd: cfi: Add early fixup for S70GL02GSAaron Sierra2018-05-041-0/+12
| * | | | mtd: cfi: Support early CFI fixupsAaron Sierra2018-05-041-0/+30
| * | | | mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam2018-05-031-1/+0Star
| * | | | mtd: nftl: Remove VLA usageKees Cook2018-04-302-14/+32
| * | | | mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li2018-04-221-0/+10
| * | | | mtd: dataflash: replace msleep with usleep_rangeLuca Ellero2018-04-221-1/+1
| * | | | mtd: devices: simplify getting .drvdataWolfram Sang2018-04-221-2/+1Star
| * | | | mtd: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-212-7/+3Star
| |/ / /
* | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+3
|\ \ \ \
| * | | | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+3
* | | | | Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-052-39/+35Star
|\ \ \ \ \
| * | | | | mtd: rawnand: diskonchip: Allocate rs control per instanceThomas Gleixner2018-04-251-33/+27Star
| * | | | | rslib: Split rs control structThomas Gleixner2018-04-252-6/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-06-042-158/+81Star
|\ \ \ \ \
| * | | | | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon2018-05-221-1/+1
| * | | | | mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2018-05-112-157/+80Star
| |/ / / /
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+1Star
|\ \ \ \ \
| * | | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1Star
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-6/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mtd_blkdevs: handle highmem pagesChristoph Hellwig2018-05-111-6/+14
| | |_|/ | |/| |
* | | | mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2Boris Brezillon2018-05-141-3/+5
| |/ / |/| |
* | | mtd: rawnand: Make sure we wait tWB before polling the STATUS regBoris Brezillon2018-05-101-0/+5
* | | mtd: rawnand: marvell: fix command xtype in BCH write hookMiquel Raynal2018-05-041-1/+7
* | | mtd: rawnand: marvell: pass ms delay to wait_opChris Packham2018-05-041-2/+2
* | | mtd: onenand: omap2: Disable DMA for HIGHMEM buffersLadislav Michl2018-05-021-67/+38Star
|/ /
* | mtd: rawnand: marvell: fix the chip-select DT parsing logicMiquel Raynal2018-04-261-17/+8Star
* | mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-241-3/+6
* | mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-04-241-0/+17
* | mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-241-5/+11
* | mtd: spi-nor: cadence-quadspi: Fix page fault kernel panicThor Thayer2018-04-231-2/+17
* | mtd: nand: Fix nanddev_mtd_erase()Boris Brezillon2018-04-221-3/+0Star