summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-23/+1
|\
| * mtdchar: get rid of pointless access_ok()Al Viro2017-10-171-23/+1
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-30/+53
|\ \
| * | mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur2017-11-061-22/+35
| * | mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur2017-11-061-0/+7
| * | mtd: powernv_flash: Remove pointless goto in driver initCyril Bur2017-11-061-10/+6
| * | mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur2017-11-061-5/+10
| * | mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur2017-11-061-1/+3
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-3/+3
|\ \ \
| * | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-313-3/+3
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
|/ / /
* | | mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud2017-09-271-1/+1
* | | mtd: Fix partition alignment check on multi-erasesize devicesBoris Brezillon2017-09-271-0/+8
|/ /
* | mtd: nand: remove unused blockmask variableCorentin Labbe2017-09-181-2/+1
* | mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET2017-09-181-1/+2
* | mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Cyrille Pitchen2017-09-181-3/+33
* | mtd: spi-nor: Check consistency of the memory size extracted from the SFDPBoris Brezillon2017-09-181-0/+9
|/
* Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-09-164-16/+16
|\
| * UBI: Fix two typos in commentsUwe Kleine-König2017-09-131-2/+2
| * ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-131-1/+1
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-4/+4
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-6/+6
* | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-151-6/+0
|\ \
| * | mtd: lantiq-flash: drop check of boot selectHauke Mehrtens2017-09-041-6/+0
| |/
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-2/+2
|\ \
| * | fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-1/+1
| * | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+1
| |/
* | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-0995-672/+1951
|\ \
| * \ Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-0171-503/+977
| |\ \
| | * | mtd: nand: make Samsung SLC NAND usable againLothar Waßmann2017-08-291-2/+5
| | * | Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-2367-67/+67
| | |\ \
| | | * | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-1367-67/+67
| | * | | mtd: nand: tmio: Register partitions using the parsersAndrea Adami2017-08-231-1/+3
| | * | | mtd: nand: sharpsl: Register partitions using the parsersAndrea Adami2017-08-231-1/+1
| | * | | mtd: nand: qcom: Support for IPQ8074 QPIC NAND controllerAbhishek Sahu2017-08-231-0/+10
| | * | | mtd: nand: qcom: support for IPQ4019 QPIC NAND controllerAbhishek Sahu2017-08-231-0/+10
| | * | | mtd: nand: qcom: support for different DEV_CMD register offsetsAbhishek Sahu2017-08-231-6/+19
| | * | | mtd: nand: qcom: QPIC data descriptors handlingAbhishek Sahu2017-08-231-0/+76
| | * | | mtd: nand: qcom: enable BAM or ADM modeAbhishek Sahu2017-08-231-3/+14
| | * | | mtd: nand: qcom: erased codeword detection configurationAbhishek Sahu2017-08-231-0/+21
| | * | | mtd: nand: qcom: support for read location registersAbhishek Sahu2017-08-231-0/+63
| | * | | mtd: nand: qcom: support for passing flags in DMA helper functionsAbhishek Sahu2017-08-231-52/+77
| | * | | mtd: nand: qcom: add BAM DMA descriptor handlingAbhishek Sahu2017-08-231-12/+136
| | * | | mtd: nand: qcom: allocate BAM transactionAbhishek Sahu2017-08-231-0/+94
| | * | | mtd: nand: qcom: DMA mapping support for register read bufferAbhishek Sahu2017-08-231-0/+40
| | * | | mtd: nand: qcom: add and initialize QPIC DMA resourcesAbhishek Sahu2017-08-231-18/+68
| | * | | mtd: nand: qcom: add bam property for QPIC NAND controllerAbhishek Sahu2017-08-231-0/+3
| | * | | mtd: nand: qcom: support for NAND controller propertiesAbhishek Sahu2017-08-231-7/+19
| | * | | mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu2017-08-231-4/+12
OpenPOWER on IntegriCloud