Age | Commit message (Expand) | Author | Files | Lines |
2014-09-18 | mtd: bcm47xxnflash: add dev_ready and fill chip_delay | Rafał Miłecki | 1 | -0/+12 |
2014-09-18 | mtd: bcm47xxnflash: fix typo in freq calculation | Rafał Miłecki | 1 | -3/+5 |
2014-09-18 | mtd: bcm47xxpart: find NVRAM partitions in middle blocks | Rafał Miłecki | 1 | -0/+11 |
2014-09-18 | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead | Wu, Josh | 1 | -8/+5 |
2014-09-18 | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead | Wu, Josh | 1 | -8/+6 |
2014-09-17 | nand: omap2: Add support for flash-based bad block table | Ezequiel García | 1 | -1/+5 |
2014-09-17 | mtd: nand: atmel_nand: retrieve NFC clock | Boris BREZILLON | 1 | -0/+25 |
2014-09-16 | UBI: Dispatch update notification if the volume is updated | Ezequiel Garcia | 1 | -1/+3 |
2014-09-16 | UBI: block: Add support for the UBI_VOLUME_UPDATED notification | Ezequiel Garcia | 1 | -2/+14 |
2014-09-16 | UBI: block: Fix block device size setting | Ezequiel Garcia | 1 | -5/+6 |
2014-09-16 | UBI: block: fix dereference on uninitialized dev | Colin Ian King | 1 | -5/+6 |
2014-09-16 | UBI: add missing kmem_cache_free() in process_pool_aeb error path | Richard Genoud | 1 | -0/+1 |
2014-09-16 | mtd: denali: remove a set-but-unused variable | Masahiro Yamada | 1 | -2/+0 |
2014-09-16 | mtd: denali: change the type of iterators to int | Masahiro Yamada | 1 | -4/+7 |
2014-09-16 | mtd: denali: remove unnecessary casts | Masahiro Yamada | 1 | -18/+18 |
2014-09-16 | mtd: denali: remove unnecessary variable initializations | Masahiro Yamada | 1 | -32/+27 |
2014-09-16 | mtd: denali: fix the format of comment blocks | Masahiro Yamada | 1 | -123/+188 |
2014-09-16 | Merge tag 'v3.17-rc5' from upstream | Brian Norris | 1 | -4/+12 |
2014-09-06 | Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -0/+4 |
2014-08-26 | mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() | Roger Quadros | 1 | -1/+1 |
2014-08-26 | mtd: nand: omap: Revert to using software ECC by default | Roger Quadros | 1 | -3/+11 |
2014-08-19 | Merge l2-mtd/next into l2-mtd/master | Brian Norris | 30 | -167/+176 |
2014-08-19 | mtd: spi-nor: drop jedec_probe /helper/ function | Rafał Miłecki | 1 | -6/+1 |
2014-08-19 | mtd: spi-nor: remove duplicated w25q128 entry | Rafał Miłecki | 1 | -1/+0 |
2014-08-19 | mtd: gpio_flash: handle case where offset + len exceeds the window size | Aaron Wu | 1 | -14/+28 |
2014-08-19 | mtd: nand: Use ULL-suffix for big u64 constant | Geert Uytterhoeven | 1 | -1/+1 |
2014-08-19 | mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write | Wu, Josh | 1 | -8/+9 |
2014-08-19 | mtd: terminate user-provided string | Brian Norris | 1 | -0/+3 |
2014-08-19 | mtd: nand: fix integer widening problems | Brian Norris | 1 | -2/+2 |
2014-08-19 | mtd: maps: solutionengine: drop excess dependency | Brian Norris | 1 | -1/+1 |
2014-08-19 | mtd: nandsim: fix integer widening | Brian Norris | 1 | -1/+1 |
2014-08-19 | mtd: nand: denali: set proper error code on timeout | Brian Norris | 1 | -3/+1 |
2014-08-19 | mtd: use __packed shorthand | Brian Norris | 2 | -2/+2 |
2014-08-19 | mtd: tests: fix integer overflow issues | Brian Norris | 7 | -22/+22 |
2014-08-19 | mtd: mtdswap: fix integer overflow | Brian Norris | 1 | -1/+1 |
2014-08-19 | mtd: remove dead non-char logic | Brian Norris | 1 | -8/+5 |
2014-08-19 | mtd: sm_ftl: initialize error code | Brian Norris | 1 | -1/+1 |
2014-08-19 | mtd: correct upper bounds check for mtd_*() APIs | Brian Norris | 1 | -13/+13 |
2014-08-19 | mtd: cfi_cmdset_0002: allow retry/timeout loop to exit | Brian Norris | 1 | -0/+2 |
2014-08-19 | mtd: nand: fix nand_lock/unlock() function | White Ding | 1 | -0/+18 |
2014-08-19 | mtd: Fixed checkpatch seq_printf warnings | Samarth Parikh | 2 | -15/+15 |
2014-08-19 | mtd: denali: avoid using a magic number | Masahiro Yamada | 1 | -1/+2 |
2014-08-19 | mtd: atmel_nand: remove redundant dev_err call | Wei Yongjun | 1 | -8/+1 |
2014-08-19 | mtd: spi-nor: add support for Micron M25PX80 | Thomas Petazzoni | 1 | -0/+1 |
2014-08-19 | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size | Wu, Josh | 1 | -5/+11 |
2014-08-19 | mtd: atmel_nand: increase chip_delay | Raphaël Poggi | 1 | -1/+1 |
2014-08-19 | mtd: use NULL instead of 0 for an address | Martin Kepplinger | 1 | -1/+1 |
2014-08-19 | mtd: ndfc: silence an array underflow static checker warning | Dan Carpenter | 1 | -1/+2 |
2014-08-16 | mtd: cfi_cmdset_0002: check return code for get_chip() | Brian Norris | 1 | -0/+4 |
2014-08-14 | Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 3 | -9/+15 |