Age | Commit message (Expand) | Author | Files | Lines |
2013-11-07 | mtd: nand: pxa3xx: Allocate data buffer on detected flash size | Ezequiel Garcia | 1 | -15/+30 |
2013-11-07 | mtd: nand: pxa3xx: Move DMA I/O enabling | Ezequiel Garcia | 1 | -1/+5 |
2013-11-07 | mtd: m25p80: Add support for Micron N25Q512A memory | Priyanka Jain | 1 | -0/+1 |
2013-11-07 | mtg: docg3: use free_bch() instead of kfree() | Wei Yongjun | 1 | -1/+1 |
2013-11-07 | mtd: docg4: fix status polling loop | Mike Dunn | 1 | -9/+6 |
2013-11-07 | mtd: socrates_nand: Use dev_err instead of printk | Sachin Kamat | 1 | -1/+1 |
2013-11-07 | mtd: socrates_nand: Use devm_kzalloc | Sachin Kamat | 1 | -8/+2 |
2013-11-07 | mtd: socrates_nand: Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -2/+0 |
2013-11-07 | mtd: fsl_ifc_nand: Use module_platform_driver | Sachin Kamat | 1 | -19/+1 |
2013-11-07 | mtd: fsl_ifc_nand: Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -1/+0 |
2013-11-07 | mtd: sst25l: Use devm_kzalloc | Sachin Kamat | 1 | -9/+3 |
2013-11-07 | mtd: sst25l: Remove redundant spi_set_drvdata | Sachin Kamat | 1 | -1/+0 |
2013-11-07 | mtd: Use MTD_BLOCK_MAJOR instead of the magic number | Ezequiel Garcia | 2 | -2/+2 |
2013-11-07 | mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-11-07 | mtd: nand: lpc32xx_slc: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-11-07 | mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-11-07 | mtd: denali: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-11-07 | mtd: scb2_flash: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-11-07 | mtd: pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-11-07 | mtd: intel_vr_nor: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-11-07 | mtd: phram: Make phram 64-bit compatible | Alexander Sverdlin | 1 | -33/+33 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+7 |
2013-10-28 | mtd: diskonchip: Fix incorrect placement of __initdata | Sachin Kamat | 1 | -1/+1 |
2013-10-28 | mtd: m25p80: Add support for ESMT F25L32PA | Flavio Silveira | 1 | -0/+3 |
2013-10-28 | mtd: plat-ram: Remove casting the return value which is a void pointer | Jingoo Han | 1 | -1/+1 |
2013-10-28 | mtd: nand: fix the wrong mtd->type for nand chip | Huang Shijie | 1 | -1/+1 |
2013-10-28 | mtd: add MTD_MLCNANDFLASH case for mtd_type_show() | Huang Shijie | 1 | -0/+3 |
2013-10-28 | mtd: nand: add a helper to detect the nand type | Huang Shijie | 7 | -7/+7 |
2013-10-28 | mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2 | Huang Shijie | 1 | -9/+20 |
2013-10-28 | mtd: nand: print out the cell information for nand chip | Huang Shijie | 1 | -4/+6 |
2013-10-28 | mtd: nand: set the cell information for ONFI nand | Huang Shijie | 1 | -0/+1 |
2013-10-28 | mtd: nand: add the "bits per cell" info for legacy ID NAND | Huang Shijie | 1 | -0/+3 |
2013-10-28 | mtd: nand: rename the cellinfo to bits_per_cell | Huang Shijie | 1 | -2/+12 |
2013-10-28 | mtd: nand: add a helper to check the SLC/MLC nand chip | Huang Shijie | 2 | -9/+7 |
2013-10-28 | mtd: nand: correct extemded param page error handling | Brian Norris | 1 | -4/+5 |
2013-10-28 | mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds | Josh Wu | 1 | -37/+9 |
2013-10-28 | mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver | Josh Wu | 1 | -1/+2 |
2013-10-28 | mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code | Josh Wu | 1 | -14/+3 |
2013-10-28 | mtd: onenand: omap: remove two unused functions | Paul Bolle | 1 | -22/+0 |
2013-10-28 | mtd: nand: cleanup ONFI printed errors, warnings | Brian Norris | 1 | -9/+15 |
2013-10-28 | mtd: lpddr_cmds: make function static | Brian Norris | 1 | -1/+1 |
2013-10-28 | mtd: onenand: remove unused variable assignments | Brian Norris | 1 | -7/+6 |
2013-10-28 | mtd: nand: remove obsolete 'ecclayout' field | Brian Norris | 2 | -4/+0 |
2013-10-28 | mtd: onenand: remove redundant offset check | Brian Norris | 1 | -4/+0 |
2013-10-28 | mtd: denali: make init function static | Brian Norris | 1 | -1/+1 |
2013-10-28 | mtd: dataflash: remove unused field | Brian Norris | 1 | -2/+0 |
2013-10-28 | mtd: nand: stop exporting nand_default_bbt | Brian Norris | 1 | -1/+0 |
2013-10-28 | mtd: nandsim: don't call nand_default_bbt() directly | Brian Norris | 1 | -1/+1 |
2013-10-28 | mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly | Brian Norris | 1 | -8/+0 |
2013-10-28 | nand: docg4: use nand_base's default BBT scan | Brian Norris | 1 | -1/+0 |