summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
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-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-06-07Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-05-25Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
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-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
2018-05-04mtd: rawnand: marvell: fix command xtype in BCH write hookMiquel Raynal
2018-05-04mtd: rawnand: marvell: pass ms delay to wait_opChris Packham
2018-05-02mtd: onenand: omap2: Disable DMA for HIGHMEM buffersLadislav Michl
2018-05-02mtd: rawnand: davinci: stop using pdev->id as chipselectBartosz Golaszewski
2018-04-29mtd: rawnand: gpmi: remove unnecessary variablesSascha Hauer
2018-04-29mtd: rawnand: gpmi: return valid value from bch_set_geometry()Sascha Hauer
2018-04-29mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data structSascha Hauer
2018-04-29mtd: rawnand: gpmi: put only once used functions inlineSascha Hauer
2018-04-29mtd: rawnand: gpmi: pass buffer and len aroundSascha Hauer
2018-04-29mtd: rawnand: gpmi: drop dma_ops_typeSascha Hauer
2018-04-29mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal
2018-04-29mtd: rawnand: lpc32xx_slc: fix the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: lpc32xx_slc: clean the probe functionMiquel Raynal
2018-04-29mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal
2018-04-29mtd: rawnand: hisi504: fix the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: hisi504: clean the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal
2018-04-29mtd: rawnand: fsl_ifc: fix probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: fsl_elbc: fix probe function error pathMiquel Raynal
2018-04-29mtd: onenand: simplify getting .drvdataWolfram Sang
2018-04-29mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee
2018-04-29mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai
2018-04-29mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy pollingBoris Brezillon
2018-04-29mtd: rawnand: gpmi: add support for specific ECC strengthStefan Agner
2018-04-26mtd: rawnand: davinci: don't acquire and enable clockSekhar Nori
2018-04-26mtd: rawnand: marvell: fix the chip-select DT parsing logicMiquel Raynal
2018-04-24mtd: rawnand: diskonchip: Allocate rs control per instanceThomas Gleixner
2018-04-24rslib: Split rs control structThomas Gleixner
2018-04-22mtd: nand: Fix nanddev_mtd_erase()Boris Brezillon
2018-04-21mtd: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-04-21mtd: rawnand: tango: Fix struct clk memory leakMarc Gonzalez
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds