Age | Commit message (Expand) | Author | Files | Lines |
2017-11-30 | mtd: nand: gpmi: replace _manual_ swap with swap macro | Gustavo A. R. Silva | 1 | -12/+4 |
2017-11-30 | mtd: nand: mtk: use nand_reset() to reset NAND devices in resume function | Xiaolei Li | 1 | -6/+2 |
2017-11-23 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 24 | -465/+671 |
2017-11-14 | mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid | Boris Brezillon | 1 | -4/+9 |
2017-11-07 | mtd: constify mtd_partition | Arvind Yadav | 2 | -2/+2 |
2017-11-03 | Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd | Richard Weinberger | 21 | -459/+660 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-10-31 | mtd: nand: Fix writing mtdoops to nand flash. | Brent Taylor | 1 | -3/+6 |
2017-10-30 | mtd: nand: mtk: fix infinite ECC decode IRQ issue | Xiaolei Li | 1 | -2/+11 |
2017-10-29 | mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.o | Xiaolei Li | 1 | -1/+1 |
2017-10-27 | mtd: nand: omap2: Fix subpage write | Roger Quadros | 1 | -115/+224 |
2017-10-16 | mtd: nand: mxc: use dev_dbg to print debug messages | Sascha Hauer | 1 | -7/+7 |
2017-10-16 | mtd: nand: mxc: lower ECC failed message priority to debug level | Sascha Hauer | 1 | -1/+1 |
2017-10-14 | mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata | Ladislav Michl | 1 | -1/+0 |
2017-10-14 | mtd: nand: omap2: Remove omap_nand_platform_data | Ladislav Michl | 1 | -29/+8 |
2017-10-14 | mtd: nand: atmel: Actually use the PM ops | Boris Brezillon | 1 | -0/+1 |
2017-10-14 | mtd: nand: Export nand_reset() symbol | Boris Brezillon | 1 | -0/+1 |
2017-10-07 | mtd: nand: pxa3xx: enable NAND controller if the SoC needs it | Miquel Raynal | 1 | -4/+37 |
2017-10-07 | mtd: nand: sh_flctl: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -6/+3 |
2017-10-07 | mtd: nand: denali: fix setup_data_interface to meet tCCS delay | Masahiro Yamada | 1 | -2/+8 |
2017-10-07 | mtd: nand: pxa3xx_nand: Update Kconfig information | Gregory CLEMENT | 1 | -1/+4 |
2017-10-07 | mtd: nand: atmel: Avoid ECC errors when leaving backup mode | Romain Izard | 3 | -8/+13 |
2017-10-07 | mtd: nand: qcom: support for command descriptor formation | Abhishek Sahu | 1 | -16/+92 |
2017-10-07 | mtd: nand: qcom: add command elements in BAM transaction | Abhishek Sahu | 1 | -1/+18 |
2017-10-07 | mtd: nand: gpio: Convert to use GPIO descriptors | Linus Walleij | 1 | -55/+57 |
2017-09-27 | mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user | Richard Genoud | 1 | -1/+1 |
2017-09-22 | mtd: nand: denali: change the setup_dma choice into hook | Masahiro Yamada | 2 | -10/+7 |
2017-09-22 | mtd: nand: denali: support direct addressing mode | Masahiro Yamada | 2 | -41/+70 |
2017-09-22 | mtd: nand: denali: remove unneeded init of ECC_ENABLE register | Masahiro Yamada | 1 | -2/+0 |
2017-09-22 | mtd: nand: denali: use upper/lower_32_bits() macro for clean-up | Masahiro Yamada | 1 | -2/+2 |
2017-09-22 | mtd: nand: denali: clean up comments | Masahiro Yamada | 4 | -66/+13 |
2017-09-22 | mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate | Masahiro Yamada | 1 | -11/+11 |
2017-09-22 | mtd: nand: denali: clean up macros with <linux/bitfield.h> | Masahiro Yamada | 2 | -22/+16 |
2017-09-22 | mtd: nand: denali: slight clean up of denali_wait_for_irq() | Masahiro Yamada | 1 | -1/+1 |
2017-09-22 | mtd: nand: denali: squash denali_enable_dma() helper into caller | Masahiro Yamada | 1 | -9/+3 |
2017-09-22 | mtd: nand: denali: consolidate include directives | Masahiro Yamada | 4 | -6/+15 |
2017-09-22 | mtd: nand: denali: prefix detect_max_banks() with denali_ | Masahiro Yamada | 1 | -2/+2 |
2017-09-22 | mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller | Masahiro Yamada | 1 | -19/+3 |
2017-09-18 | mtd: nand: denali: support two row address cycle devices | Masahiro Yamada | 1 | -2/+2 |
2017-09-18 | mtd: nand: introduce NAND_ROW_ADDR_3 flag | Masahiro Yamada | 7 | -15/+11 |
2017-09-18 | mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE | Miquel Raynal | 1 | -1/+14 |
2017-09-18 | mtd: nand: remove unused blockmask variable | Corentin Labbe | 1 | -2/+1 |
2017-09-18 | mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe() | Christophe JAILLET | 1 | -1/+2 |
2017-09-15 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+2 |
2017-09-10 | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd | Linus Torvalds | 65 | -527/+972 |
2017-09-09 | linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro | Masahiro Yamada | 1 | -3/+0 |
2017-09-05 | mfd: syscon: atmel-smc: Add helper to retrieve register layout | Ludovic Desroches | 1 | -3/+7 |
2017-09-05 | fs: fix kernel_write prototype | Christoph Hellwig | 1 | -1/+1 |
2017-09-05 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -1/+1 |
2017-09-01 | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 65 | -490/+960 |