Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 3 | -1234/+0 |
2019-03-05 | Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd | Linus Torvalds | 34 | -653/+4383 |
2019-03-04 | Merge branch 'spi-5.1' into spi-next | Mark Brown | 3 | -1234/+0 |
2019-02-25 | Merge tag 'nand/for-5.1' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 22 | -553/+4243 |
2019-02-25 | Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 6 | -31/+108 |
2019-02-21 | mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't" | Colin Ian King | 1 | -1/+1 |
2019-02-21 | mtd: spi-nor: Add support for en25qh64 | Roger Pueyo Centelles | 1 | -0/+2 |
2019-02-21 | mtd: spi-nor: Add support for MX25V8035F | Frieder Schrempf | 1 | -0/+2 |
2019-02-21 | mtd: spi-nor: Add support for EN25Q80A | Frieder Schrempf | 1 | -0/+2 |
2019-02-13 | mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller | Vignesh R | 1 | -12/+47 |
2019-02-13 | mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1 | Ahmet Celenk | 1 | -1/+4 |
2019-02-13 | mtd: powernv_flash: Fix device registration error | Aneesh Kumar K.V | 1 | -1/+1 |
2019-02-13 | mtd: Use mtd->name when registering nvmem device | Aneesh Kumar K.V | 1 | -0/+1 |
2019-02-10 | mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG mode | Purna Chandra Mandal | 1 | -3/+12 |
2019-02-10 | mtd: spi-nor: Add support for mx25u3235f | André Valentin | 1 | -0/+2 |
2019-02-08 | mtd: rawnand: denali_dt: remove single anonymous clock support | Masahiro Yamada | 1 | -23/+4 |
2019-02-08 | mtd: rawnand: mtk: fix possible object reference leak | Wen Yang | 1 | -2/+6 |
2019-02-08 | mtd: rawnand: jz4780: fix possible object reference leak | Wen Yang | 1 | -3/+6 |
2019-02-08 | mtd: rawnand: atmel: fix possible object reference leak | Wen Yang | 1 | -6/+15 |
2019-02-06 | mtd: rawnand: gpmi: fix MX28 bus master lockup problem | Martin Kepplinger | 1 | -7/+6 |
2019-02-06 | mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 | Boris Brezillon | 1 | -0/+4 |
2019-02-05 | mtd: rawnand: fsmc: Disable NAND on remove() | Linus Walleij | 1 | -0/+15 |
2019-02-05 | mtd: rawnand: fsmc: Reset NAND timings on resume() | Linus Walleij | 1 | -0/+1 |
2019-02-05 | mtd: spinand: Add support for GigaDevice GD5F1GQ4UExxG | Stefan Roese | 1 | -0/+83 |
2019-02-05 | mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info | Masahiro Yamada | 1 | -1/+0 |
2019-02-05 | mtd: rawnand: denali: remove unused function argument 'raw' | Masahiro Yamada | 1 | -9/+9 |
2019-02-05 | mtd: rawnand: denali: remove unneeded denali_reset_irq() call | Masahiro Yamada | 1 | -3/+0 |
2019-02-05 | mtd: rawnand: check return code of nand_reset() and nand_readid_op() | Masahiro Yamada | 1 | -4/+10 |
2019-02-05 | mtd: rawnand: remove ->legacy.erase and single_erase() | Masahiro Yamada | 1 | -27/+4 |
2019-02-05 | mtd: rawnand: denali: remove ->erase hook | Masahiro Yamada | 1 | -21/+0 |
2019-02-05 | mtd: rawnand: Annotate implicit fall through in nand_scan_tail | Mathieu Malaterre | 1 | -0/+3 |
2019-02-05 | mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lp | Mathieu Malaterre | 1 | -1/+2 |
2019-02-05 | mtd: spinand: Add support for all Toshiba Memory products | Yoshio Furuyama | 1 | -14/+65 |
2019-02-05 | mtd: rawnand: meson: add support for Amlogic NAND flash controller | Liang Yang | 3 | -0/+1473 |
2019-02-05 | mtd: rawnand: Simplify the locking | Boris Brezillon | 1 | -66/+45 |
2019-02-05 | mtd: rawnand: Stop using chip->state in drivers | Boris Brezillon | 3 | -11/+5 |
2019-02-05 | mtd: rawnand: omap2: Use nand_controller_init() | Boris Brezillon | 1 | -5/+8 |
2019-02-05 | mtd: rawnand: tmio: Do not abuse nand_controller->wq | Boris Brezillon | 1 | -8/+9 |
2019-02-05 | mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding it | Boris Brezillon | 1 | -2/+1 |
2019-02-05 | mtd: rawnand: marvell: use struct_size() in devm_kzalloc() | Gustavo A. R. Silva | 1 | -3/+2 |
2019-02-05 | mtd: rawnand: sunxi: Handle the tREA > tRC / 2 case | Boris Brezillon | 1 | -3/+19 |
2019-02-05 | mtd: spinand: macronix: Fix ECC Status Read | Emil Lenngren | 1 | -1/+7 |
2019-02-05 | mtd: rawnand: sunxi: Fix kernel doc headers | Boris Brezillon | 1 | -30/+30 |
2019-02-05 | mtd: rawnand: sunxi: Migrate to ->exec_op() | Boris Brezillon | 1 | -120/+174 |
2019-02-05 | mtd: rawnand: sunxi: Add an SPDX tag | Boris Brezillon | 1 | -11/+2 |
2019-02-05 | mtd: rawnand: sunxi: Stop passing mtd_info objects around | Boris Brezillon | 1 | -110/+94 |
2019-02-05 | mtd: rawnand: sunxi: Name nand_chip objects consistently | Boris Brezillon | 1 | -52/+51 |
2019-02-05 | mtd: rawnand: sunxi: Use struct_size() | Boris Brezillon | 1 | -3/+1 |
2019-02-05 | mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objects | Boris Brezillon | 1 | -27/+29 |
2019-02-05 | mtd: rawnand: stm32_fmc2: add polling mode | Christophe Kerello | 1 | -32/+297 |