aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds30-66/+88
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook5-7/+10
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook3-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook13-19/+23
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook15-34/+48
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-24/+165
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds36-519/+659
2018-06-07Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon7-24/+218
2018-06-07Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon16-400/+267
2018-06-07mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve1-19/+3
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger1-0/+17
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger6-1/+52
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger1-1/+89
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger2-3/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+3
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+3
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-39/+35
2018-06-04Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-158/+81
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+14
2018-05-30mtd: cfi_cmdset_0002: Change erase one block to enable XIP onceTokunori Ikegami1-4/+2
2018-05-30mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami1-10/+12
2018-05-30mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami1-0/+10
2018-05-30mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami1-3/+3
2018-05-30mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami1-1/+1
2018-05-25Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socOlof Johansson1-3/+3
2018-05-23mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUSGeert Uytterhoeven1-1/+4
2018-05-23mtd: bcm47xxpart: add of_match_table with a new DT bindingRafał Miłecki1-0/+7
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon1-1/+1
2018-05-18mtd: spi-nor: Add support for EN25QH32YuheiOKAWA1-0/+1
2018-05-18mtd: spi-nor: Add support for is25wp series chipsKimmo Rautkoski1-0/+6
2018-05-18mtd: spi-nor: Add Winbond w25q32jv supportStephen Douthit1-0/+5
2018-05-18mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080aYogesh Gaur1-0/+11
2018-05-18mtd: spi-nor: stm32-quadspi: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2018-05-18mtd: spi-nor: intel: provide a range for poll_timoutNicholas Mc Guire1-2/+2
2018-05-18mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur1-2/+2
2018-05-18mtd: spi-nor: intel-spi: Explicitly mark the driver as dangerous in KconfigMika Westerberg1-2/+2
2018-05-18mtd: spi-nor: intel-spi: Fix atomic sequence handlingMika Westerberg1-9/+67
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-15mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon1-18/+9
2018-05-14mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2Boris Brezillon1-3/+5
2018-05-13mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)1-5/+47
2018-05-12mtd: cfi_cmdset_0002: Fix coding style issuesTokunori Ikegami1-13/+13
2018-05-12mtd: bcm47xxpart: improve handling TRX partition sizeRafał Miłecki1-4/+18
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2-157/+80
2018-05-10mtd: rawnand: Make sure we wait tWB before polling the STATUS regBoris Brezillon1-0/+5
2018-05-09mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan1-7/+10