summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controllerVignesh R2019-02-131-12/+47
| | * | | mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1Ahmet Celenk2019-02-131-1/+4
| | * | | mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG modePurna Chandra Mandal2019-02-101-3/+12
| | * | | mtd: spi-nor: Add support for mx25u3235fAndré Valentin2019-02-101-0/+2
| | * | | mtd: spi-nor: refine Spansion S25FL512S IDSergei Shtylyov2019-01-231-1/+1
| | * | | mtd: spi-nor: add Spansion S25FS512S IDSergei Shtylyov2019-01-231-0/+1
| | * | | mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur2019-01-171-1/+8
| | * | | mtd: spi-nor: add octal read flag for flash mt35xu512abaYogesh Narayan Gaur2019-01-171-1/+2
| | * | | mtd: spi-nor: add opcodes for octal Read/Write commandsYogesh Narayan Gaur2019-01-171-2/+14
| | * | | mtd: spi-nor: mtk-quadspi: rename config to a common oneRyder Lee2019-01-162-9/+9
| | * | | mtd: spi-nor: mtk-quadspi: add SNOR_HWCAPS_READ to spi_nor_hwcaps maskGuochun Mao2019-01-161-1/+2
| | |/ /
| * | | mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing2019-01-291-3/+2
| * | | mtd: Remove empty lines at end of sysfs related functionsStefan Roese2019-01-291-8/+0
| * | | mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing2019-01-291-1/+1
| * | | mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon2019-01-161-51/+24
| * | | mtd: lpddr: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-151-2/+2
| * | | mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-151-1/+2
| * | | mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-151-1/+1
| * | | mtd: mtdram: Expose module parametersRichard Weinberger2019-01-081-2/+0
| |/ /
* | | mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V2019-02-131-1/+1
* | | mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V2019-02-131-0/+1
| |/ |/|
* | mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger2019-02-061-7/+6
* | mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Boris Brezillon2019-02-061-0/+4
* | mtd: Remove a debug trace in mtdpart.cBoris Brezillon2019-02-011-1/+0
* | mtd: rawnand: fix kernel-doc warningsRandy Dunlap2019-01-312-1/+2
* | mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon2019-01-311-2/+2
* | mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon2019-01-311-22/+20
* | mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada2019-01-181-1/+1
* | mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck2019-01-181-1/+1
* | mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij2019-01-151-21/+0
* | mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter2019-01-081-10/+10
* | mtd: Check add_mtd_device() ret codeBoris Brezillon2019-01-072-6/+32
* | mtd: Fix the check on nvmem_register() ret codeBoris Brezillon2019-01-071-1/+1
|/
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-7/+0
|\
| * kbuild: announce removal of SUBDIRS if usedMasahiro Yamada2018-12-011-7/+0
* | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-282-0/+57
|\ \
| * | mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2018-12-062-0/+57
* | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-1/+1
|\ \ \
| * \ \ Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-135-6/+15
| |\ \ \ | | | |/ | | |/|
| * | | mtd: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* | | | Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-12-253-791/+0
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown2018-12-203-791/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | | * | spi: Add QuadSPI driver for Atmel SAMA5D2Piotr Bugalski2018-11-073-559/+0
| | | * | mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driverPiotr Bugalski2018-11-071-388/+0
| | | * | mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driverPiotr Bugalski2018-11-071-73/+18
| | | * | mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspiPiotr Bugalski2018-11-071-0/+211
| | | * | mtd: spi-nor: atmel-quaspi: Typo fixPiotr Bugalski2018-11-071-2/+2
| | |/ /
* | | | Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds2018-12-2577-2873/+3156
|\ \ \ \
| * \ \ \ Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-185-596/+970
| |\ \ \ \
| | * | | | mtd: spi-nor: Add support for is25lp016dFabrizio Castro2018-12-101-0/+2