| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: docg3: don't set conflicting BCH_CONST_PARAMS option | Arnd Bergmann | 2018-11-05 | 1 | -1/+1 |
* | Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2018-10-23 | 1 | -15/+8 |
|\ |
|
| * | mtd: devices: m25p80: Make sure WRITE_EN is issued before each write | Yogesh Gaur | 2018-10-08 | 1 | -15/+8 |
* | | mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able | Boris Brezillon | 2018-09-18 | 1 | -3/+23 |
|/ |
|
* | Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2018-08-14 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'spi-4.19' into spi-next | Mark Brown | 2018-08-10 | 1 | -0/+3 |
| |\ |
|
| | * | mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name | Frieder Schrempf | 2018-08-02 | 1 | -0/+3 |
* | | | Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 2018-08-11 | 1 | -4/+1 |
|\ \ \ |
|
| * | | | mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x) | Boris Brezillon | 2018-06-18 | 1 | -2/+1 |
| * | | | mtd: m25p80: Remove unneeded m25p->command field | Boris Brezillon | 2018-06-18 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 2018-08-11 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | mtd: dataflash: Use ULL suffix for 64-bit constants | Geert Uytterhoeven | 2018-06-22 | 1 | -2/+2 |
| |/ |
|
* | | mtd: Make Kconfig formatting consistent | Boris Brezillon | 2018-07-19 | 1 | -2/+2 |
* | | mtd: sst25l: use mtd_device_register() | Rafał Miłecki | 2018-07-18 | 1 | -3/+2 |
* | | mtd: powernv_flash: set of_node in mtd's dev | Rafał Miłecki | 2018-07-18 | 1 | -0/+1 |
|/ |
|
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2018-06-08 | 2 | -3/+2 |
|\ |
|
| * | mtd: dataflash: replace msleep with usleep_range | Luca Ellero | 2018-04-22 | 1 | -1/+1 |
| * | mtd: devices: simplify getting .drvdata | Wolfram Sang | 2018-04-22 | 1 | -2/+1 |
* | | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() | Boris Brezillon | 2018-05-22 | 1 | -1/+1 |
* | | mtd: spi-nor: Use the spi_mem_xx() API | Boris Brezillon | 2018-05-11 | 2 | -157/+80 |
|/ |
|
* | mtd: Stop updating erase_info->state and calling mtd_erase_callback() | Boris Brezillon | 2018-03-21 | 13 | -75/+8 |
* | mtd: Stop assuming mtd_erase() is asynchronous | Boris Brezillon | 2018-03-15 | 1 | -3/+0 |
* | mtd: st_spi_fsm: use %*ph to print small buffer | Antonio Cardace | 2018-03-15 | 1 | -2/+1 |
* | mtd: block2mtd: remove redundant initialization of 'bdev' | Colin Ian King | 2018-03-15 | 1 | -1/+1 |
* | Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 2018-01-29 | 1 | -0/+9 |
|\ |
|
| * | mtd: m25p80: restore the status of SPI flash when exiting | Hou Zhiqiang | 2017-12-13 | 1 | -0/+9 |
* | | mtd: Remove duplicate checks on mtd_oob_ops parameter | Boris Brezillon | 2018-01-16 | 1 | -5/+0 |
* | | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing | Boris Brezillon | 2018-01-16 | 1 | -65/+0 |
* | | mtd: mchp23k256: propagate return value of spi_sync() | Antonio Borneo | 2017-12-17 | 1 | -4/+14 |
|/ |
|
* | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-11-23 | 5 | -20/+35 |
|\ |
|
| * | mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid | Boris Brezillon | 2017-11-13 | 1 | -1/+6 |
| * | mtd: remove the get_unmapped_area method | Nicolas Pitre | 2017-11-13 | 1 | -14/+0 |
| * | mtd: mtdram: properly handle the phys argument in the point method | Nicolas Pitre | 2017-11-13 | 1 | -0/+22 |
| * | mtd: slram: use memremap() instead of ioremap() | Roy Franz | 2017-11-13 | 1 | -4/+5 |
| * | mtd: constify mtd_partition | Arvind Yadav | 2017-11-06 | 1 | -1/+1 |
| * | mtd: spi-nor: Add support for mr25h128 | Philipp Puschmann | 2017-10-29 | 1 | -0/+1 |
* | | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-11-16 | 1 | -30/+53 |
|\ \ |
|
| * | | mtd: powernv_flash: Use opal_async_wait_response_interruptible() | Cyril Bur | 2017-11-06 | 1 | -22/+35 |
| * | | mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition | Cyril Bur | 2017-11-06 | 1 | -0/+7 |
| * | | mtd: powernv_flash: Remove pointless goto in driver init | Cyril Bur | 2017-11-06 | 1 | -10/+6 |
| * | | mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error | Cyril Bur | 2017-11-06 | 1 | -5/+10 |
| * | | mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON() | Cyril Bur | 2017-11-06 | 1 | -1/+3 |
| |/ |
|
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 2 | -2/+2 |
|\ \ |
|
| * | | treewide: Fix function prototypes for module_param_call() | Kees Cook | 2017-10-31 | 2 | -2/+2 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 2017-09-01 | 1 | -8/+12 |
|\ |
|
| * | mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare. | Arvind Yadav | 2017-08-23 | 1 | -8/+12 |
* | | mtd: spear_smi: add NULL check on devm_kzalloc() return value | Gustavo A. R. Silva | 2017-08-15 | 1 | -0/+2 |