aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-06-07Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-06-07Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-06-07mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-04Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30mtd: cfi_cmdset_0002: Change erase one block to enable XIP onceTokunori Ikegami
2018-05-30mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami
2018-05-30mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami
2018-05-30mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami
2018-05-30mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami
2018-05-25Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
2018-05-23mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUSGeert Uytterhoeven
2018-05-23mtd: bcm47xxpart: add of_match_table with a new DT bindingRafał Miłecki
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon
2018-05-18mtd: spi-nor: Add support for EN25QH32YuheiOKAWA
2018-05-18mtd: spi-nor: Add support for is25wp series chipsKimmo Rautkoski
2018-05-18mtd: spi-nor: Add Winbond w25q32jv supportStephen Douthit
2018-05-18mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080aYogesh Gaur
2018-05-18mtd: spi-nor: stm32-quadspi: explicitly request exclusive reset controlPhilipp Zabel
2018-05-18mtd: spi-nor: intel: provide a range for poll_timoutNicholas Mc Guire
2018-05-18mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur
2018-05-18mtd: spi-nor: intel-spi: Explicitly mark the driver as dangerous in KconfigMika Westerberg
2018-05-18mtd: spi-nor: intel-spi: Fix atomic sequence handlingMika Westerberg
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-15mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon
2018-05-14mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2Boris Brezillon
2018-05-13mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)
2018-05-12mtd: cfi_cmdset_0002: Fix coding style issuesTokunori Ikegami
2018-05-12mtd: bcm47xxpart: improve handling TRX partition sizeRafał Miłecki
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon
2018-05-10mtd: rawnand: Make sure we wait tWB before polling the STATUS regBoris Brezillon
2018-05-09mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan