Age | Commit message (Expand) | Author | Files | Lines |
2014-04-07 | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd | Linus Torvalds | 22 | -407/+527 |
2014-04-06 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -22/+0 |
2014-04-05 | Fix index regression in nand_read_subpage | Ron | 1 | -3/+2 |
2014-04-02 | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+2 |
2014-04-01 | mtd: diskonchip: mem resource name is not optional | Sasha Levin | 1 | -1/+1 |
2014-03-26 | mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH | Erico Nunes | 1 | -1/+1 |
2014-03-26 | mtd: omap2: Use devm_ioremap_resource() | Jingoo Han | 1 | -20/+3 |
2014-03-26 | mtd: denali_dt: Use devm_ioremap_resource() | Jingoo Han | 1 | -31/+8 |
2014-03-26 | mtd: devices: elm: check for hardware engine's design constraints | Pekon Gupta | 1 | -3/+6 |
2014-03-20 | Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' | Rafael J. Wysocki | 1 | -1/+1 |
2014-03-20 | mtd: nand: omap: remove is_elm_present flag | Pekon Gupta | 1 | -3/+0 |
2014-03-20 | mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con... | Pekon Gupta | 1 | -13/+10 |
2014-03-20 | mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP... | Pekon Gupta | 1 | -24/+50 |
2014-03-20 | mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec... | Pekon Gupta | 1 | -8/+7 |
2014-03-20 | mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul... | Pekon Gupta | 1 | -49/+10 |
2014-03-20 | mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul... | Pekon Gupta | 1 | -41/+10 |
2014-03-20 | mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e... | Pekon Gupta | 1 | -33/+35 |
2014-03-20 | mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul... | Pekon Gupta | 1 | -5/+5 |
2014-03-20 | mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-... | Pekon Gupta | 1 | -10/+19 |
2014-03-20 | mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan... | Pekon Gupta | 1 | -25/+13 |
2014-03-20 | mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio... | Pekon Gupta | 1 | -52/+33 |
2014-03-20 | mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl... | Pekon Gupta | 1 | -16/+23 |
2014-03-20 | mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan... | Pekon Gupta | 1 | -1/+3 |
2014-03-11 | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina | 1 | -0/+1 |
2014-03-11 | mtd: gpmi: add subpage read support | Huang Shijie | 1 | -0/+96 |
2014-03-11 | mtd: gpmi: do not use the mtd->writesize | Huang Shijie | 1 | -3/+3 |
2014-03-11 | mtd: nand: add "page" argument for read_subpage hook | Huang Shijie | 1 | -2/+5 |
2014-03-11 | mtd: nand: remove unused function input parameter | Cai Zhiyong | 1 | -7/+5 |
2014-03-11 | mtd: nand: pxa3xx: Print actual ECC strength in error message | Ezequiel Garcia | 1 | -1/+1 |
2014-03-11 | mtd: nand: pxa3xx: Remove unused macro | Ezequiel Garcia | 1 | -1/+0 |
2014-03-11 | mtd: nuc900_nand: NULL dereference in nuc900_nand_enable() | Dan Carpenter | 1 | -1/+1 |
2014-03-11 | mtd: nand: print out the right information for JEDEC compliant NAND | Huang Shijie | 1 | -2/+11 |
2014-03-11 | mtd: nand: parse out the JEDEC compliant NAND | Huang Shijie | 1 | -0/+85 |
2014-03-11 | mtd: mxc_nand: Propagate the error if platform_get_irq() fails | Fabio Estevam | 1 | -0/+2 |
2014-03-11 | mtd: atmel_nand: change log level | Nicolas Ferre | 1 | -1/+1 |
2014-03-11 | mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome | Boris BREZILLON | 1 | -1/+1 |
2014-03-11 | mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMA | Richard Weinberger | 1 | -0/+2 |
2014-03-11 | mtd: nand: don't use read_buf for 8-bit ONFI transfers | Brian Norris | 1 | -11/+3 |
2014-03-11 | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris | 5 | -10/+16 |
2014-03-11 | mtd: nand: add support for SanDisk SDTNRGAMA-008G | Huang Shijie | 1 | -0/+3 |
2014-03-11 | mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{} | Huang Shijie | 2 | -26/+61 |
2014-03-11 | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 11 | -11/+0 |
2014-03-03 | Merge 3.14-rc5 into char-misc-next | Greg Kroah-Hartman | 2 | -22/+41 |
2014-03-01 | powerpc: select MEMORY for FSL_IFC to not break existing .config files | Paul Gortmaker | 1 | -0/+1 |
2014-02-24 | mtd: nand: omap: fix ecclayout->oobfree->length | Pekon Gupta | 1 | -3/+2 |
2014-02-24 | mtd: nand: omap: fix ecclayout->oobfree->offset | Pekon Gupta | 1 | -10/+15 |
2014-02-24 | mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver | Pekon Gupta | 1 | -8/+23 |
2014-02-23 | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif | Ivan Khoronzhuk | 1 | -22/+0 |
2014-02-19 | driver/memory:Move Freescale IFC driver to a common driver | Prabhakar Kushwaha | 1 | -1/+1 |
2014-02-15 | mtd: nand: fix off-by-one read retry mode counting | Brian Norris | 1 | -1/+1 |