| Commit message (Expand) | Author | Age |
* | mtd: nand: pxa3xx: Fix READOOB implementation | Boris Brezillon | 2018-01-06 |
* | mtd: Fix mtd_check_oob_ops() | Miquel Raynal | 2017-12-18 |
* | mtd: nand: gpio: Fix ALE gpio configuration | Christophe Leroy | 2017-12-15 |
* | mtd: nand: brcmnand: Zero bitflip is not an error | Albert Hsieh | 2017-12-15 |
* | mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBM | Sascha Hauer | 2017-12-15 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 |
|\ |
|
| * | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 |
* | | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-11-22 |
|\ \
| |/
|/| |
|
| * | mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid | Boris Brezillon | 2017-11-13 |
| * | mtd: sharpslpart: Add sharpslpart partition parser | Andrea Adami | 2017-11-13 |
| * | mtd: Add sanity checks in mtd_write/read_oob() | Boris Brezillon | 2017-11-13 |
| * | mtd: remove the get_unmapped_area method | Nicolas Pitre | 2017-11-13 |
| * | mtd: implement mtd_get_unmapped_area() using the point method | Nicolas Pitre | 2017-11-13 |
| * | mtd: chips/map_rom.c: implement point and unpoint methods | Nicolas Pitre | 2017-11-13 |
| * | mtd: chips/map_ram.c: implement point and unpoint methods | Nicolas Pitre | 2017-11-13 |
| * | mtd: mtdram: properly handle the phys argument in the point method | Nicolas Pitre | 2017-11-13 |
| * | mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD' | Arvind Yadav | 2017-11-13 |
| * | mtd: slram: use memremap() instead of ioremap() | Roy Franz | 2017-11-13 |
| * | kconfig: kill off GENERIC_IO option | Rob Herring | 2017-11-13 |
| * | mtd: constify mtd_partition | Arvind Yadav | 2017-11-06 |
| * | mtd: plat-ram: Replace manual resource management by devm | Anton Vasilyev | 2017-11-06 |
| * | Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd | Richard Weinberger | 2017-11-02 |
| |\ |
|
| | * | mtd: nand: Fix writing mtdoops to nand flash. | Brent Taylor | 2017-10-31 |
| | * | mtd: nand: mtk: fix infinite ECC decode IRQ issue | Xiaolei Li | 2017-10-30 |
| | * | mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.o | Xiaolei Li | 2017-10-29 |
| | * | mtd: nand: omap2: Fix subpage write | Roger Quadros | 2017-10-27 |
| | * | mtd: nand: mxc: use dev_dbg to print debug messages | Sascha Hauer | 2017-10-16 |
| | * | mtd: nand: mxc: lower ECC failed message priority to debug level | Sascha Hauer | 2017-10-16 |
| | * | mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata | Ladislav Michl | 2017-10-14 |
| | * | mtd: nand: omap2: Remove omap_nand_platform_data | Ladislav Michl | 2017-10-14 |
| | * | mtd: nand: atmel: Actually use the PM ops | Boris Brezillon | 2017-10-14 |
| | * | mtd: nand: Export nand_reset() symbol | Boris Brezillon | 2017-10-14 |
| | * | mtd: nand: pxa3xx: enable NAND controller if the SoC needs it | Miquel Raynal | 2017-10-07 |
| | * | mtd: nand: sh_flctl: Use of_device_get_match_data() helper | Geert Uytterhoeven | 2017-10-07 |
| | * | mtd: nand: denali: fix setup_data_interface to meet tCCS delay | Masahiro Yamada | 2017-10-07 |
| | * | mtd: nand: pxa3xx_nand: Update Kconfig information | Gregory CLEMENT | 2017-10-07 |
| | * | mtd: nand: atmel: Avoid ECC errors when leaving backup mode | Romain Izard | 2017-10-07 |
| | * | mtd: nand: qcom: support for command descriptor formation | Abhishek Sahu | 2017-10-07 |
| | * | mtd: nand: qcom: add command elements in BAM transaction | Abhishek Sahu | 2017-10-07 |
| | * | mtd: nand: gpio: Convert to use GPIO descriptors | Linus Walleij | 2017-10-07 |
| | * | mtd: nand: denali: change the setup_dma choice into hook | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: support direct addressing mode | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: remove unneeded init of ECC_ENABLE register | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: use upper/lower_32_bits() macro for clean-up | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: clean up comments | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: clean up macros with <linux/bitfield.h> | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: slight clean up of denali_wait_for_irq() | Masahiro Yamada | 2017-09-22 |
| | * | mtd: nand: denali: squash denali_enable_dma() helper into caller | Masahiro Yamada | 2017-09-22 |