summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner2019-06-056-29/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner2019-06-051-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-30/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva2019-05-061-0/+2
* mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-181-1/+1
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-053-7/+11
|\
| * Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2019-02-251-1/+8
| |\
| | * mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur2019-01-171-1/+8
| * | mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing2019-01-291-3/+2Star
| * | mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing2019-01-291-1/+1
| * | mtd: mtdram: Expose module parametersRichard Weinberger2019-01-081-2/+0Star
| |/
* / mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V2019-02-131-1/+1
|/
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-1/+1
|\
| * Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-1/+1
| |\
| * | mtd: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* | | Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-1/+1
|\ \ \ | | |/ | |/|
| * | mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2018-11-051-1/+1
| |/
* | mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li2018-12-032-19/+8Star
* | mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+2
|/
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-231-15/+8Star
|\
| * mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur2018-10-081-15/+8Star
* | mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon2018-09-181-3/+23
|/
* Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-08-141-0/+3
|\
| * Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-101-0/+3
| |\
| | * mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf2018-08-021-0/+3
* | | Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-111-4/+1Star
|\ \ \
| * | | mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)Boris Brezillon2018-06-181-2/+1Star
| * | | mtd: m25p80: Remove unneeded m25p->command fieldBoris Brezillon2018-06-181-2/+0Star
| | |/ | |/|
* | | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-111-2/+2
|\ \ \ | | |/ | |/|
| * | mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2018-06-221-2/+2
| |/
* | mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-191-2/+2
* | mtd: sst25l: use mtd_device_register()Rafał Miłecki2018-07-181-3/+2Star
* | mtd: powernv_flash: set of_node in mtd's devRafał Miłecki2018-07-181-0/+1
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-082-3/+2Star
|\
| * mtd: dataflash: replace msleep with usleep_rangeLuca Ellero2018-04-221-1/+1
| * mtd: devices: simplify getting .drvdataWolfram Sang2018-04-221-2/+1Star
* | 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
|/
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-2113-75/+8Star
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-3/+0Star
* mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace2018-03-151-2/+1Star
* mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King2018-03-151-1/+1
* Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-291-0/+9
|\