summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-23/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-30/+53
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur-22/+35
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur-0/+7
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur-10/+6
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur-5/+10
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+22
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-3/+3
2017-10-17mtdchar: get rid of pointless access_ok()Al Viro-23/+1
2017-09-27mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud-1/+1
2017-09-27mtd: Fix partition alignment check on multi-erasesize devicesBoris Brezillon-0/+8
2017-09-18mtd: nand: remove unused blockmask variableCorentin Labbe-2/+1
2017-09-18mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET-1/+2
2017-09-18mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Cyrille Pitchen-3/+33
2017-09-18mtd: spi-nor: Check consistency of the memory size extracted from the SFDPBoris Brezillon-0/+9
2017-09-16Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-16/+16
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds-6/+0
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+2
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König-2/+2
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King-1/+1
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-3/+3
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-4/+4
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-6/+6
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds-672/+1951
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada-3/+0
2017-09-05mfd: syscon: atmel-smc: Add helper to retrieve register layoutLudovic Desroches-3/+7
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig-1/+1
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig-1/+1
2017-09-04mtd: lantiq-flash: drop check of boot selectHauke Mehrtens-6/+0
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon-503/+977
2017-09-01Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon-31/+890
2017-08-29mtd: nand: make Samsung SLC NAND usable againLothar Waßmann-2/+5
2017-08-28Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon-23/+37
2017-08-24mtd: nand: atmel: Relax tADL_min constraintBoris Brezillon-1/+12
2017-08-24mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König-0/+1
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon-67/+67
2017-08-23mtd: nand: tmio: Register partitions using the parsersAndrea Adami-1/+3
2017-08-23mtd: nand: sharpsl: Register partitions using the parsersAndrea Adami-1/+1
2017-08-23mtd: nand: qcom: Support for IPQ8074 QPIC NAND controllerAbhishek Sahu-0/+10
2017-08-23mtd: nand: qcom: support for IPQ4019 QPIC NAND controllerAbhishek Sahu-0/+10
2017-08-23mtd: nand: qcom: support for different DEV_CMD register offsetsAbhishek Sahu-6/+19
2017-08-23mtd: nand: qcom: QPIC data descriptors handlingAbhishek Sahu-0/+76
2017-08-23mtd: nand: qcom: enable BAM or ADM modeAbhishek Sahu-3/+14
2017-08-23mtd: nand: qcom: erased codeword detection configurationAbhishek Sahu-0/+21
2017-08-23mtd: nand: qcom: support for read location registersAbhishek Sahu-0/+63
2017-08-23mtd: nand: qcom: support for passing flags in DMA helper functionsAbhishek Sahu-52/+77
2017-08-23mtd: nand: qcom: add BAM DMA descriptor handlingAbhishek Sahu-12/+136
2017-08-23mtd: nand: qcom: allocate BAM transactionAbhishek Sahu-0/+94