Age | Commit message (Expand) | Author | Files | Lines |
2018-01-29 | Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 1 | -39/+404 |
2018-01-29 | Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 1 | -1/+11 |
2018-01-20 | mtd: nand: Fix build issues due to an anonymous union | Miquel Raynal | 1 | -4/+4 |
2018-01-06 | mtd: Add an helper to make erase request aligned on ->erasesize | Boris Brezillon | 1 | -0/+28 |
2017-12-18 | mtd: cfi: convert inline functions to macros | Arnd Bergmann | 1 | -69/+61 |
2017-12-16 | mtd: nand: add ->exec_op() implementation | Miquel Raynal | 1 | -1/+367 |
2017-12-14 | mtd: nand: squash struct nand_buffers into struct nand_chip | Masahiro Yamada | 1 | -17/+6 |
2017-12-14 | mtd: nand: remove unused NAND_OWN_BUFFERS flag | Masahiro Yamada | 1 | -5/+0 |
2017-12-14 | mtd: nand: provide valid ->data_interface during NAND detection | Miquel Raynal | 1 | -5/+2 |
2017-12-14 | mtd: nand: force drivers to explicitly send READ/PROG commands | Boris Brezillon | 1 | -11/+0 |
2017-12-14 | mtd: nand: provide several helpers to do common NAND operations | Boris Brezillon | 1 | -0/+29 |
2017-12-13 | mtd: spi-nor: add an API to restore the status of SPI flash chip | Hou Zhiqiang | 1 | -0/+6 |
2017-12-13 | mtd: spi-nor: check FSR error bits for Micron memories | Bean Huo (beanhuo) | 1 | -1/+5 |
2017-11-23 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 4 | -10/+14 |
2017-11-13 | mtd: remove the get_unmapped_area method | Nicolas Pitre | 1 | -4/+0 |
2017-11-07 | mtd: Fix C++ comment in include/linux/mtd/mtd.h | Pavel Machek | 1 | -1/+1 |
2017-11-03 | Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd | Richard Weinberger | 2 | -5/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-10-10 | mtd: spi-nor: add spi_nor_init() function | Kamal Dasu | 1 | -0/+10 |
2017-10-07 | mtd: nand: gpio: Convert to use GPIO descriptors | Linus Walleij | 1 | -5/+0 |
2017-09-18 | mtd: nand: introduce NAND_ROW_ADDR_3 flag | Masahiro Yamada | 1 | -0/+3 |
2017-09-01 | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 4 | -23/+14 |
2017-09-01 | Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 1 | -0/+11 |
2017-08-29 | mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized | Lothar Waßmann | 1 | -0/+2 |
2017-08-28 | Merge tag 'v4.13-rc7' into mtd/next | Boris Brezillon | 1 | -3/+3 |
2017-08-23 | Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into... | Boris Brezillon | 4 | -8/+6 |
2017-08-23 | mtd: nand: sharpsl: Add partition parsers platform data | Andrea Adami | 1 | -0/+1 |
2017-08-23 | mtd: nand: remove hard-coded NAND ids length | Jean-Louis Thekekara | 1 | -5/+5 |
2017-08-15 | mtd: only use __xipram annotation when XIP_KERNEL is set | Arnd Bergmann | 1 | -4/+6 |
2017-08-13 | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 4 | -8/+6 |
2017-08-03 | mtd: nand: Remove support for block locking/unlocking | Boris Brezillon | 1 | -10/+0 |
2017-08-02 | mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow | Boris Brezillon | 1 | -3/+3 |
2017-08-01 | mtd: spi-nor: Recover from Spansion/Cypress errors | Alexander Sverdlin | 1 | -0/+5 |
2017-07-21 | mtd: create per-device and module-scope debugfs entries | Mario Rugiero | 1 | -0/+10 |
2017-07-18 | mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables | Cyrille Pitchen | 1 | -0/+6 |
2017-07-13 | Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd | Linus Torvalds | 3 | -18/+230 |
2017-07-08 | Merge tag 'nand/for-4.13' into MTD | Brian Norris | 1 | -9/+71 |
2017-07-08 | Merge tag 'spi-nor/for-4.13' into MTD | Brian Norris | 1 | -9/+152 |
2017-06-22 | mtd: partitions: add support for partition parsers | Rafał Miłecki | 1 | -0/+7 |
2017-06-10 | mtd: nand: add a shorthand to generate nand_ecc_caps structure | Masahiro Yamada | 1 | -0/+14 |
2017-06-10 | mtd: nand: add generic helpers to check, match, maximize ECC settings | Masahiro Yamada | 1 | -0/+33 |
2017-06-01 | mtd: nand: Drop the ->errstat() hook | Boris Brezillon | 1 | -5/+0 |
2017-06-01 | mtd: nand: Pass the CS line to ->setup_data_interface() | Boris Brezillon | 1 | -4/+8 |
2017-06-01 | mtd: nand: add support for Micron on-die ECC | Thomas Petazzoni | 1 | -0/+2 |
2017-05-30 | mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP | Boris Brezillon | 1 | -0/+5 |
2017-05-18 | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook | Jonathan Corbet | 1 | -1/+1 |
2017-05-16 | mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-05-15 | mtd: spi-nor: introduce Octo SPI protocols | Cyrille Pitchen | 1 | -5/+21 |
2017-05-15 | mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocols | Cyrille Pitchen | 1 | -11/+37 |
2017-05-15 | mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols | Cyrille Pitchen | 1 | -9/+110 |