summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorLines
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin-6/+3
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni-1/+1
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon-366/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner-29/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+3
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal-1/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds-7/+11
2019-02-25Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1/+8
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V-1/+1
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing-3/+2
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing-1/+1
2019-01-17mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur-1/+8
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger-2/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring-1/+1
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li-19/+8
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring-1/+1
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-11-05mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann-1/+1
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds-15/+8
2018-10-08mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur-15/+8
2018-09-18mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon-3/+23
2018-08-14Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-0/+3
2018-08-11Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-4/+1
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-2/+2
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown-0/+3
2018-08-02mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf-0/+3
2018-07-19mtd: Make Kconfig formatting consistentBoris Brezillon-2/+2
2018-07-18mtd: sst25l: use mtd_device_register()Rafał Miłecki-3/+2
2018-07-18mtd: powernv_flash: set of_node in mtd's devRafał Miłecki-0/+1
2018-06-22mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven-2/+2
2018-06-18mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)Boris Brezillon-2/+1
2018-06-18mtd: m25p80: Remove unneeded m25p->command fieldBoris Brezillon-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds-3/+2
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon-1/+1
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon-157/+80
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero-1/+1
2018-04-22mtd: devices: simplify getting .drvdataWolfram Sang-2/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon-75/+8
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon-3/+0