aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextGravatar Boris Brezillon 4-23/+14
2017-09-01Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextGravatar Boris Brezillon 1-0/+11
2017-08-29mtd: nand: complain loudly when chip->bits_per_cell is not correctly initializedGravatar Lothar Waßmann 1-0/+2
2017-08-28Merge tag 'v4.13-rc7' into mtd/nextGravatar Boris Brezillon 1-3/+3
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Gravatar Boris Brezillon 4-8/+6
2017-08-23mtd: nand: sharpsl: Add partition parsers platform dataGravatar Andrea Adami 1-0/+1
2017-08-23mtd: nand: remove hard-coded NAND ids lengthGravatar Jean-Louis Thekekara 1-5/+5
2017-08-15mtd: only use __xipram annotation when XIP_KERNEL is setGravatar Arnd Bergmann 1-4/+6
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 4-8/+6
2017-08-03mtd: nand: Remove support for block locking/unlockingGravatar Boris Brezillon 1-10/+0
2017-08-02mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflowGravatar Boris Brezillon 1-3/+3
2017-08-01mtd: spi-nor: Recover from Spansion/Cypress errorsGravatar Alexander Sverdlin 1-0/+5
2017-07-21mtd: create per-device and module-scope debugfs entriesGravatar Mario Rugiero 1-0/+10
2017-07-18mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesGravatar Cyrille Pitchen 1-0/+6
2017-07-13Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 3-18/+230
2017-07-07Merge tag 'nand/for-4.13' into MTDGravatar Brian Norris 1-9/+71
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDGravatar Brian Norris 1-9/+152
2017-06-22mtd: partitions: add support for partition parsersGravatar Rafał Miłecki 1-0/+7
2017-06-10mtd: nand: add a shorthand to generate nand_ecc_caps structureGravatar Masahiro Yamada 1-0/+14
2017-06-10mtd: nand: add generic helpers to check, match, maximize ECC settingsGravatar Masahiro Yamada 1-0/+33
2017-06-01mtd: nand: Drop the ->errstat() hookGravatar Boris Brezillon 1-5/+0
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Gravatar Boris Brezillon 1-4/+8
2017-06-01mtd: nand: add support for Micron on-die ECCGravatar Thomas Petazzoni 1-0/+2
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPGravatar Boris Brezillon 1-0/+5
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookGravatar Jonathan Corbet 1-1/+1
2017-05-16mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsGravatar Mauro Carvalho Chehab 1-1/+1
2017-05-15mtd: spi-nor: introduce Octo SPI protocolsGravatar Cyrille Pitchen 1-5/+21
2017-05-15mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsGravatar Cyrille Pitchen 1-11/+37
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsGravatar Cyrille Pitchen 1-9/+110
2017-05-15mtd: nand: export nand_{read,write}_page_raw()Gravatar Thomas Petazzoni 1-0/+8
2017-05-15mtd: nand: add core support for on-die ECCGravatar Thomas Petazzoni 1-0/+1
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-29/+69
2017-05-01Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDGravatar Brian Norris 1-28/+68
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferGravatar Masahiro Yamada 1-0/+2
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCGravatar Masahiro Yamada 1-1/+1
2017-04-25mtd: nand: Remove unused chip->write_page() hookGravatar Boris Brezillon 1-4/+0
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureGravatar Jan Kara 1-5/+0
2017-04-19mtd: use dev_of_node helper in mtd_get_of_nodeGravatar Rafał Miłecki 1-1/+1
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cGravatar Boris Brezillon 1-0/+1
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cGravatar Boris Brezillon 1-0/+1
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cGravatar Boris Brezillon 1-20/+1
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cGravatar Boris Brezillon 1-0/+1
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cGravatar Boris Brezillon 1-0/+1
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cGravatar Boris Brezillon 1-0/+2
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsGravatar Boris Brezillon 1-0/+35
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyGravatar Boris Brezillon 1-1/+8
2017-03-08mtd: nand: Rename the nand_manufacturers structGravatar Boris Brezillon 1-3/+3
2017-03-08mtd: nand: Store nand ID in struct nand_chipGravatar Boris Brezillon 1-0/+13
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-10mtd: name the mtd device with an optional label propertyGravatar Cédric Le Goater 1-0/+3