summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1230-66/+88
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-125-7/+10
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-4/+4
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1213-19/+23
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1215-34/+48
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-111-3/+3
|\ \ | |/ |/|
| * Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-05-251-3/+3
| |\
| | * mtd: rawnand: davinci: stop using pdev->id as chipselectBartosz Golaszewski2018-05-021-3/+3
* | | Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-06-108-24/+165
|\ \ \
| * | | mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve2018-06-071-19/+3
| * | | ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger2018-06-071-0/+17
| * | | ubi: fastmap: Check each mapping only onceRichard Weinberger2018-06-076-1/+52
| * | | ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-06-071-1/+89
| * | | ubi: fastmap: Cancel work upon detachRichard Weinberger2018-06-072-3/+4
* | | | Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-0836-519/+659
|\ \ \ \
| * \ \ \ Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-06-077-24/+218
| |\ \ \ \
| | * | | | mtd: spi-nor: Add support for EN25QH32YuheiOKAWA2018-05-181-0/+1
| | * | | | mtd: spi-nor: Add support for is25wp series chipsKimmo Rautkoski2018-05-181-0/+6
| | * | | | mtd: spi-nor: Add Winbond w25q32jv supportStephen Douthit2018-05-181-0/+5
| | * | | | mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080aYogesh Gaur2018-05-181-0/+11
| | * | | | mtd: spi-nor: stm32-quadspi: explicitly request exclusive reset controlPhilipp Zabel2018-05-181-1/+1
| | * | | | mtd: spi-nor: intel: provide a range for poll_timoutNicholas Mc Guire2018-05-181-2/+2
| | * | | | mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur2018-05-181-2/+2
| | * | | | mtd: spi-nor: intel-spi: Explicitly mark the driver as dangerous in KconfigMika Westerberg2018-05-181-2/+2
| | * | | | mtd: spi-nor: intel-spi: Fix atomic sequence handlingMika Westerberg2018-05-181-9/+67
| | * | | | mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.NeilBrown2018-04-211-0/+14
| | * | | | mtd: spi-nor: Add support for XM25QH64A and XM25QH128AHauke Mehrtens2018-04-201-0/+4
| | * | | | mtd: spi-nor: hisi: Avoid generic function namesEzequiel Garcia2018-04-201-6/+6
| | * | | | mtd: spi-nor: cadence-quadspi: Add DMA support for direct mode readsVignesh R2018-04-201-2/+94
| | * | | | mtd: spi-nor: add support for ISSI is25lp256Marek Vasut2018-04-201-0/+2
| | * | | | mtd: spi-nor: Add Micron MT25QU02 supportThor Thayer2018-04-201-0/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-06-0716-400/+267
| |\ \ \ \
| | * | | | mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon2018-05-151-18/+9
| | * | | | mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)2018-05-131-5/+47
| | * | | | mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan2018-05-091-7/+10
| | * | | | mtd: rawnand: gpmi: remove unnecessary variablesSascha Hauer2018-04-291-10/+5
| | * | | | mtd: rawnand: gpmi: return valid value from bch_set_geometry()Sascha Hauer2018-04-291-2/+3
| | * | | | mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data structSascha Hauer2018-04-293-14/+11
| | * | | | mtd: rawnand: gpmi: put only once used functions inlineSascha Hauer2018-04-291-66/+23
| | * | | | mtd: rawnand: gpmi: pass buffer and len aroundSascha Hauer2018-04-293-26/+19
| | * | | | mtd: rawnand: gpmi: drop dma_ops_typeSascha Hauer2018-04-293-55/+23
| | * | | | mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal2018-04-291-4/+6
| | * | | | mtd: rawnand: lpc32xx_slc: fix the probe function error pathMiquel Raynal2018-04-291-3/+3
| | * | | | mtd: rawnand: lpc32xx_slc: clean the probe functionMiquel Raynal2018-04-291-12/+14
| | * | | | mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal2018-04-291-3/+3
| | * | | | mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal2018-04-291-18/+20
| | * | | | mtd: rawnand: hisi504: fix the probe function error pathMiquel Raynal2018-04-291-1/+1
| | * | | | mtd: rawnand: hisi504: clean the probe function error pathMiquel Raynal2018-04-291-23/+12
| | * | | | mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal2018-04-291-1/+3
OpenPOWER on IntegriCloud