Age | Commit message (Expand) | Author | Files | Lines |
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-09 | Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd | Linus Torvalds | 12 | -107/+443 |
2014-08-07 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -16/+13 |
2014-07-30 | MIPS: Alchemy: remove au_read/write/sync | Manuel Lauss | 1 | -11/+10 |
2014-07-30 | MIPS: Alchemy: add helpers to access static memory ctrl registers. | Manuel Lauss | 1 | -5/+3 |
2014-07-28 | mtd: gpmi: make blockmark swapping optional | Lothar Waßmann | 1 | -19/+32 |
2014-07-28 | mtd: gpmi: remove line breaks from error messages and improve wording | Lothar Waßmann | 1 | -5/+5 |
2014-07-28 | mtd: gpmi: remove useless (void *) type casts and spaces between type casts a... | Lothar Waßmann | 1 | -5/+5 |
2014-07-22 | mtd: atmel_nand: NFC: support multiple interrupt handling | Josh Wu | 1 | -22/+62 |
2014-07-22 | mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit | Wu, Josh | 1 | -3/+11 |
2014-07-22 | mtd: atmel_nand: add NFC status error check | Wu, Josh | 2 | -1/+27 |
2014-07-22 | mtd: atmel_nand: make ecc parameters same as definition | Bo Shen | 1 | -10/+10 |
2014-07-22 | mtd: nand: add ONFI timing mode to nand_timings converter | Boris BREZILLON | 2 | -1/+254 |
2014-07-21 | Merge tag 'v3.16-rc6' into MTD development branch | Brian Norris | 1 | -2/+4 |
2014-07-15 | mtd: denali: use 8 bytes for READID command | grmoore@altera.com | 1 | -3/+3 |
2014-07-14 | mtd: nand: reduce the warning noise when the ECC is too weak | Thomas Petazzoni | 1 | -2/+4 |
2014-07-09 | mtd: Introduce mtd_block_isreserved() | Ezequiel Garcia | 2 | -0/+32 |
2014-07-03 | mtd: bf5xx_nand: drop no-op PM support | Brian Norris | 1 | -24/+0 |
2014-07-03 | mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare | Vasily Khoruzhick | 1 | -2/+2 |
2014-07-02 | mtd: lpc32xx: drop bitflip_threshold initialization | Brian Norris | 2 | -12/+0 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2014-06-12 | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus | Al Viro | 1 | -0/+6 |
2014-05-29 | mtd: gpmi: add gpmi support for imx6sx | Huang Shijie | 4 | -15/+28 |
2014-05-29 | mtd: bf5xx_nand: use the managed version of kzalloc | Himangi Saraogi | 1 | -9/+4 |
2014-05-29 | mtd: pxa3xx_nand: make the driver work on big-endian systems | Thomas Petazzoni | 1 | -2/+2 |
2014-05-29 | mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error | Ted Juan | 1 | -5/+5 |
2014-05-28 | mtd: nand: r852: correct write_buf loop bounds | Brian Norris | 1 | -2/+4 |
2014-05-28 | mtd: nand_bbt: handle error case for nand_create_badblock_pattern() | Brian Norris | 1 | -2/+6 |
2014-05-28 | mtd: nand_bbt: remove unused variable | Brian Norris | 1 | -4/+1 |
2014-05-21 | mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding | Ezequiel Garcia | 1 | -2/+15 |
2014-05-21 | mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling | Ezequiel Garcia | 1 | -11/+10 |
2014-05-21 | mtd: nand: Warn the user if the selected ECC strength is too weak | Ezequiel Garcia | 1 | -0/+36 |
2014-05-21 | mtd: nand: omap: add support for BCH16_ECC - NAND driver updates | pekon gupta | 1 | -0/+94 |
2014-05-21 | NAND_ECC_SOFT_BCH can support subpage reads too | Ron Lee | 1 | -2/+10 |
2014-05-21 | mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NAND | Joe Schultz | 1 | -1/+4 |
2014-05-21 | mtd: fsl_ifc_nand: Use void type for IFC buffer | Aaron Sierra | 1 | -7/+9 |
2014-05-21 | mtd: nand: Add support to use nand_base poi databuf as bounce buffer | Kamal Dasu | 1 | -6/+31 |
2014-05-21 | mtd: eLBC NAND: fix subpage write support | Pekon Gupta | 1 | -0/+14 |
2014-05-21 | mtd: orion_nand: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2014-05-21 | mtd: nand: pxa3xx: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2014-05-21 | mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-... | pekon gupta | 1 | -1/+1 |
2014-05-10 | mtd: nand: refactor erase_cmd() to return chip status | Brian Norris | 3 | -13/+14 |
2014-05-07 | replace checking for ->read/->aio_read presence with check in ->f_mode | Al Viro | 1 | -2/+2 |
2014-05-01 | mtd: davinci-nand: disable subpage write for keystone-nand | Murali Karicheri | 1 | -0/+6 |
2014-04-29 | mtd: nand: fix a typo in a comment line | Masahiro Yamada | 1 | -1/+1 |
2014-04-16 | mtd: gpmi: add gpmi_devdata{} to simplify the code | Huang Shijie | 3 | -40/+46 |
2014-04-16 | mtd: nand: add line feed to pr_err | Raphaël Poggi | 1 | -1/+1 |
2014-04-16 | mtd: davinci-nand: disable subpage write for keystone-nand | Murali Karicheri | 1 | -0/+6 |
2014-04-16 | mtd: nand: use the nand_read_subpage index everywhere | Ron | 1 | -2/+1 |