Age | Commit message (Expand) | Author | Files | Lines |
2020-10-18 | Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+13 |
2020-10-17 | Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 89 | -980/+2051 |
2020-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+1 |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2020-10-12 | mtd: hyperbus: Fix build failure when only RPCIF_HYPERBUS is enabled | Vignesh Raghavendra | 1 | -1/+1 |
2020-10-11 | Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/... | Richard Weinberger | 4 | -16/+306 |
2020-10-11 | Merge tag 'spi-nor/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Richard Weinberger | 5 | -44/+35 |
2020-10-11 | Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt... | Richard Weinberger | 68 | -905/+1458 |
2020-10-06 | mtd: hyperbus: add Renesas RPC-IF driver | Sergei Shtylyov | 3 | -0/+178 |
2020-10-06 | Revert "mtd: spi-nor: Prefer asynchronous probe" | Vignesh Raghavendra | 1 | -1/+0 |
2020-10-02 | mtd: parsers: bcm63xx: Do not make it modular | Florian Fainelli | 1 | -1/+1 |
2020-10-02 | mtd: spear_smi: Enable compile testing | Miquel Raynal | 1 | -1/+1 |
2020-10-02 | mtd: maps: vmu-flash: fix typos for struct memcard | Bernard Zhao | 1 | -2/+2 |
2020-10-02 | mtd: physmap: Add Baikal-T1 physically mapped ROM support | Serge Semin | 5 | -0/+160 |
2020-10-02 | mtd: maps: vmu-flash: simplify the return expression of probe_maple_vmu | Liu Shixin | 1 | -6/+1 |
2020-09-30 | mtd: onenand: simplify the return expression of onenand_transfer_auto_oob | Liu Shixin | 1 | -7/+2 |
2020-09-30 | mtd: rawnand: cadence: remove a redundant dev_err call | Liu Shixin | 1 | -6/+2 |
2020-09-30 | mtd: rawnand: ams-delta: Fix non-OF build warning | Janusz Krzysztofik | 1 | -0/+2 |
2020-09-30 | mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops() | Tudor Ambarus | 1 | -3/+1 |
2020-09-30 | mtd: rawnand: Introduce nand_set_ecc_on_host_ops() | Tudor Ambarus | 1 | -53/+61 |
2020-09-30 | mtd: rawnand: atmel: Check return values for nand_read_data_op | Alex Dewar | 1 | -2/+8 |
2020-09-30 | mtd: rawnand: vf610: Remove unused function vf610_nfc_transfer_size() | YueHaibing | 1 | -5/+0 |
2020-09-30 | mtd: rawnand: qcom: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -16/+8 |
2020-09-30 | mtd: rawnand: marvell: Fix and update kerneldoc | Krzysztof Kozlowski | 1 | -7/+16 |
2020-09-30 | mtd: rawnand: marvell: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+1 |
2020-09-30 | mtd: rawnand: gpmi: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+2 |
2020-09-30 | mtd: rawnand: atmel: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -7/+3 |
2020-09-30 | mtd: onenand: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+1 |
2020-09-30 | mtd: rawnand: marvell: Support panic_write for mtdoops | Chris Packham | 1 | -5/+33 |
2020-09-30 | mtd: spinand: gigadevice: Add support for GD5F4GQ4xC | Hauke Mehrtens | 1 | -0/+49 |
2020-09-30 | mtd: spinand: gigadevice: Add QE Bit | Hauke Mehrtens | 1 | -5/+5 |
2020-09-30 | mtd: spinand: gigadevice: Only one dummy byte in QUADIO | Hauke Mehrtens | 1 | -2/+2 |
2020-09-30 | mtd: rawnand: vf610: disable clk on error handling path in probe | Evgeny Novikov | 1 | -2/+4 |
2020-09-30 | mtd: rawnand: oxnas: cleanup/simplify code | Pavel Machek | 1 | -2/+1 |
2020-09-30 | mtd: spinand: macronix: Add support for MX31UF1GE4BC | YouChing Lin | 1 | -0/+10 |
2020-09-30 | mtd: spinand: macronix: Add support for MX31LF1GE4BC | YouChing Lin | 1 | -0/+10 |
2020-09-30 | mtd: rawnand: pasemi: Make pasemi_device_ready() static | Wei Yongjun | 1 | -1/+1 |
2020-09-30 | mtd: rawnand: stm32_fmc2: fix a buffer overflow | Christophe Kerello | 1 | -1/+1 |
2020-09-30 | mtd: rawnand: atmel: Get rid of the legacy interface implementation | Boris Brezillon | 1 | -197/+1 |
2020-09-30 | mtd: rawnand: atmel: Convert the driver to exec_op() | Boris Brezillon | 1 | -0/+267 |
2020-09-30 | mtd: rawnand: atmel: Use nand_prog_page_end_op() | Boris Brezillon | 1 | -14/+2 |
2020-09-30 | mtd: rawnand: atmel: Use nand_{write,read}_data_op() | Boris Brezillon | 1 | -5/+5 |
2020-09-30 | mtd: rawnand: atmel: Drop redundant nand_read_page_op() | Boris Brezillon | 1 | -4/+1 |
2020-09-30 | mtd: rawnand: atmel: Enable the NFC controller at probe time | Boris Brezillon | 1 | -6/+6 |
2020-09-30 | mtd: rawnand: Use the NAND framework user_conf object for ECC flags | Miquel Raynal | 5 | -12/+15 |
2020-09-30 | mtd: rawnand: Use the ECC framework user input parsing bits | Miquel Raynal | 1 | -72/+70 |
2020-09-30 | mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper | Miquel Raynal | 1 | -38/+1 |
2020-09-30 | mtd: rawnand: Use the ECC framework OOB layouts | Miquel Raynal | 8 | -173/+19 |
2020-09-30 | mtd: hyperbus: hbmc-am654: Add DMA support for reads | Vignesh Raghavendra | 1 | -1/+125 |
2020-09-30 | mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe | Vignesh Raghavendra | 1 | -14/+2 |