summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: rawnand: ams-delta: Write protect device during probeJanusz Krzysztofik2020-03-091-2/+16
| * | mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()Paul Cercueil2020-03-091-3/+1
| * | mtd: spinand: rework detect procedure for different READ_ID operationChuanhong Guo2020-03-097-181/+113
| * | mtd: spinand: toshiba: Add comment about Kioxia IDYoshio Furuyama2020-03-092-0/+2
| * | mtd: rawnand: denali: deassert write protect pinMasahiro Yamada2020-03-091-0/+1
| * | mtd: rawnand: free the nand_device objectChristophe Kerello2020-03-091-0/+2
| * | mtd: rawnand: Ensure nand_soft_waitrdy wait period is enoughMartin Devera2020-03-091-1/+6
| |/
* | Merge tag 'spi-nor/for-5.7' into mtd/nextMiquel Raynal2020-03-2534-6090/+6398
|\ \
| * | mtd: spi-nor: Enable locking for n25q512ax3/n25q512aJungseung Lee2020-03-241-2/+6
| * | mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2020-03-242-18/+58
| * | mtd: spi-nor: Add generic formula for SR block protection handlingJungseung Lee2020-03-241-31/+41
| * | mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeTudor Ambarus2020-03-241-7/+13
| * | mtd: spi-nor: controllers: aspeed-smc: Replace zero-length array with flexibl...Gustavo A. R. Silva2020-03-231-1/+1
| * | mtd: spi-nor: Clear WEL bit when erase or program errors occurTudor Ambarus2020-03-231-0/+22
| * | mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-1710-42/+288
| * | mtd: spi-nor: Drop the MFR definitionsTudor Ambarus2020-03-171-2/+0
| * | mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableBoris Brezillon2020-03-171-25/+0
| * | mtd: spi-nor: Move XMC bits out of core.cBoris Brezillon2020-03-174-3/+26
| * | mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon2020-03-174-86/+98
| * | mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon2020-03-174-7/+32
| * | mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon2020-03-174-114/+115
| * | mtd: spi-nor: Move SST bits out of core.cBoris Brezillon2020-03-174-120/+156
| * | mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon2020-03-174-58/+98
| * | mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon2020-03-174-120/+158
| * | mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon2020-03-174-68/+101
| * | mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon2020-03-174-65/+86
| * | mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon2020-03-174-14/+35
| * | mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon2020-03-174-59/+62
| * | mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon2020-03-174-3/+23
| * | mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon2020-03-174-6/+30
| * | mtd: spi-nor: Move ESMT bits out of core.cBoris Brezillon2020-03-174-5/+28
| * | mtd: spi-nor: Move Eon bits out of core.cBoris Brezillon2020-03-174-17/+37
| * | mtd: spi-nor: Move Atmel bits out of core.cBoris Brezillon2020-03-174-29/+53
| * | mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2020-03-172-11/+81
| * | mtd: spi-nor: Expose stuctures and functions to manufacturer driversBoris Brezillon2020-03-172-158/+169
| * | mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus2020-03-165-1297/+1349
| * | mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon2020-03-1613-81/+86
| * | mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus2020-03-161-16/+18
| * | mtd: spi-nor: Stop prefixing generic functions with a manufacturer nameBoris Brezillon2020-03-161-35/+35
| * | Merge tag 'mtk-mtd-spi-move' into spi-nor/nextTudor Ambarus2020-03-133-574/+0
| |\ \
| | * | mtd: spi-nor: remove mtk-quadspi driverChuanhong Guo2020-03-113-574/+0
| | |/
| * | mtd: spi-nor: Refactor spi_nor_read_id()Jonathan Neuschäfer2020-02-271-14/+12
| * | mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov2020-02-191-10/+84
| * | mtd: spi-nor: split spi_nor_spimem_xfer_data()Sergei Shtylyov2020-02-191-39/+48
| * | mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee2020-02-171-6/+5
| * | mtd: spi-nor: use le32_to_cpu_array()Sergei Shtylyov2020-02-171-7/+4
| |/
* | Merge tag 'cfi/for-5.7' into mtd/nextMiquel Raynal2020-03-252-12/+15
|\ \
| * | mtd: hyperbus: move direct mapping setup to AM654 HBMC driverSergei Shtylyov2020-03-032-11/+12
| * | mtd: hyperbus: Add proper error message for missing compatibleDirk Behme2020-03-031-1/+3
| |/
* | mtd: Fix issue where write_cached_data() fails but write() still returns successXiaoming Ni2020-03-241-2/+3