summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-15mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon1-18/+9
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-09mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan1-7/+10
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki3-39/+20
2018-05-04mtd: cfi: Add early fixup for S70GL02GSAaron Sierra1-0/+12
2018-05-04mtd: cfi: Support early CFI fixupsAaron Sierra1-0/+30
2018-05-03mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam1-1/+0
2018-04-30mtd: nftl: Remove VLA usageKees Cook2-14/+32
2018-04-29mtd: rawnand: gpmi: remove unnecessary variablesSascha Hauer1-10/+5
2018-04-29mtd: rawnand: gpmi: return valid value from bch_set_geometry()Sascha Hauer1-2/+3
2018-04-29mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data structSascha Hauer3-14/+11
2018-04-29mtd: rawnand: gpmi: put only once used functions inlineSascha Hauer1-66/+23
2018-04-29mtd: rawnand: gpmi: pass buffer and len aroundSascha Hauer3-26/+19
2018-04-29mtd: rawnand: gpmi: drop dma_ops_typeSascha Hauer3-55/+23
2018-04-29mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal1-4/+6
2018-04-29mtd: rawnand: lpc32xx_slc: fix the probe function error pathMiquel Raynal1-3/+3
2018-04-29mtd: rawnand: lpc32xx_slc: clean the probe functionMiquel Raynal1-12/+14
2018-04-29mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal1-3/+3
2018-04-29mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal1-18/+20
2018-04-29mtd: rawnand: hisi504: fix the probe function error pathMiquel Raynal1-1/+1
2018-04-29mtd: rawnand: hisi504: clean the probe function error pathMiquel Raynal1-23/+12
2018-04-29mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal1-1/+3
2018-04-29mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal1-12/+13
2018-04-29mtd: rawnand: fsl_ifc: fix probe function error pathMiquel Raynal1-3/+9
2018-04-29mtd: rawnand: fsl_elbc: fix probe function error pathMiquel Raynal1-4/+9
2018-04-29mtd: onenand: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-29mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee2-15/+2
2018-04-29mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai1-2/+2
2018-04-29mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy pollingBoris Brezillon1-76/+15
2018-04-29mtd: rawnand: gpmi: add support for specific ECC strengthStefan Agner1-10/+20