aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05mtd: rawnand: sunxi: Name nand_chip objects consistentlyBoris Brezillon1-52/+51
2019-02-05mtd: rawnand: sunxi: Use struct_size()Boris Brezillon1-3/+1
2019-02-05mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objectsBoris Brezillon1-27/+29
2019-02-05mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello1-32/+297
2019-02-05mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello3-0/+1818
2019-02-01mtd: Remove a debug trace in mtdpart.cBoris Brezillon1-1/+0
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap2-1/+2
2019-01-31mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon1-2/+2
2019-01-31mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon1-22/+20
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing1-3/+2
2019-01-29mtd: Remove empty lines at end of sysfs related functionsStefan Roese1-8/+0
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing1-1/+1
2019-01-23mtd: spi-nor: refine Spansion S25FL512S IDSergei Shtylyov1-1/+1
2019-01-23mtd: spi-nor: add Spansion S25FS512S IDSergei Shtylyov1-0/+1
2019-01-18mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada1-1/+1
2019-01-18mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck1-1/+1
2019-01-17mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur1-1/+8
2019-01-17mtd: spi-nor: add octal read flag for flash mt35xu512abaYogesh Narayan Gaur1-1/+2
2019-01-17mtd: spi-nor: add opcodes for octal Read/Write commandsYogesh Narayan Gaur1-2/+14
2019-01-16mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon1-51/+24
2019-01-16mtd: spi-nor: mtk-quadspi: rename config to a common oneRyder Lee2-9/+9
2019-01-16mtd: spi-nor: mtk-quadspi: add SNOR_HWCAPS_READ to spi_nor_hwcaps maskGuochun Mao1-1/+2
2019-01-15mtd: lpddr: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-15mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()Gustavo A. R. Silva1-1/+2
2019-01-15mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva1-1/+1
2019-01-15mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij1-21/+0
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger1-2/+0
2019-01-08mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter1-10/+10
2019-01-07mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.cFrieder Schrempf1-1224/+0
2019-01-07spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf2-10/+0
2019-01-07mtd: Check add_mtd_device() ret codeBoris Brezillon2-6/+32
2019-01-07mtd: Fix the check on nvmem_register() ret codeBoris Brezillon1-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-7/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+57
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-791/+0
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds77-2873/+3156
2018-12-20Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown3-791/+0
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon5-596/+970
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon55-1023/+1430
2018-12-17mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon1-1/+1
2018-12-15mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal1-3/+14
2018-12-14mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon1-1/+1
2018-12-14mtd: rawnand: Fix JEDEC detectionBoris Brezillon1-0/+2
2018-12-13ubi: Do not drop UBI device reference before usingPan Bian1-1/+1
2018-12-13ubi: Put MTD device after it is not usedPan Bian1-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring5-6/+15
2018-12-10mtd: spi-nor: Add support for is25lp016dFabrizio Castro1-0/+2
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen1-1/+192
2018-12-10mtd: spi-nor: Add 4B_OPCODES flag to is25lp256Liu Xiang1-1/+2