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