summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V-1/+1
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V-0/+1
2019-02-06mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger-7/+6
2019-02-06mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Boris Brezillon-0/+4
2019-02-01mtd: Remove a debug trace in mtdpart.cBoris Brezillon-1/+0
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap-1/+2
2019-01-31mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon-2/+2
2019-01-31mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon-22/+20
2019-01-18mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada-1/+1
2019-01-18mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck-1/+1
2019-01-15mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij-21/+0
2019-01-08mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter-10/+10
2019-01-07mtd: Check add_mtd_device() ret codeBoris Brezillon-6/+32
2019-01-07mtd: Fix the check on nvmem_register() ret codeBoris Brezillon-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-7/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+57
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-791/+0
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds-2873/+3156
2018-12-20Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown-791/+0
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-596/+970
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1023/+1430
2018-12-17mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon-1/+1
2018-12-15mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal-3/+14
2018-12-14mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon-1/+1
2018-12-14mtd: rawnand: Fix JEDEC detectionBoris Brezillon-0/+2
2018-12-13ubi: Do not drop UBI device reference before usingPan Bian-1/+1
2018-12-13ubi: Put MTD device after it is not usedPan Bian-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring-6/+15
2018-12-10mtd: spi-nor: Add support for is25lp016dFabrizio Castro-0/+2
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen-1/+192
2018-12-10mtd: spi-nor: Add 4B_OPCODES flag to is25lp256Liu Xiang-1/+2
2018-12-10mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon-5/+2
2018-12-10mtd: spi-nor: Make the enable argument passed to set_byte() a boolBoris Brezillon-3/+3
2018-12-10mtd: spi-nor: Stop passing flash_info aroundBoris Brezillon-20/+19
2018-12-10mtd: spi-nor: Avoid forward declaration of internal functionsBoris Brezillon-310/+304
2018-12-10mtd: spi-nor: Drop inline on all internal helpersBoris Brezillon-12/+12
2018-12-10mtd: spi-nor: Add a post BFPT fixup for MX25L25635EBoris Brezillon-1/+28
2018-12-10mtd: spi-nor: Add a post BFPT parsing fixup hookBoris Brezillon-178/+209
2018-12-10mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon-10/+11
2018-12-10mtd: spi-nor: cast to u64 to avoid uint overflowshuijin.park-1/+1
2018-12-10mtd: spi-nor: Add support for IS25LP032/064Uwe Kleine-König-0/+4
2018-12-10mtd: spi-nor: add entry for mt35xu512aba flashYogesh Narayan Gaur-0/+6
2018-12-10mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur-3/+6
2018-12-10mtd: spi-nor: mark desirable switch case fall throughTudor.Ambarus@microchip.com-0/+1
2018-12-10mtd: spi-nor: Add support for mx25u12835fAlexander Sverdlin-0/+2
2018-12-10mtd: spi-nor: Add Winbond w25q128jv supportRobert Marko-0/+5
2018-12-10mtd: spi-nor: remove unneeded smpt zeroizationTudor.Ambarus@microchip.com-1/+1
2018-12-07mtd: rawnand: jz4780: annotate implicit fall throughsMathieu Malaterre-0/+2
2018-12-07mtd: spinand: add support for GigaDevice GD5FxGQ4xAChuanhong Guo-1/+150