summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: gpmi: add subpage read supportHuang Shijie2014-03-101-0/+96
| * mtd: gpmi: do not use the mtd->writesizeHuang Shijie2014-03-101-3/+3
| * mtd: nand: add "page" argument for read_subpage hookHuang Shijie2014-03-101-2/+5
| * mtd: nand: remove unused function input parameterCai Zhiyong2014-03-101-7/+5
| * mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia2014-03-101-1/+1
| * mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia2014-03-101-1/+0
| * mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki2014-03-102-2/+2
| * mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki2014-03-101-0/+5
| * mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki2014-03-101-2/+2
| * mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAMPhilippe De Muyter2014-03-101-4/+4
| * mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris2014-03-101-0/+1
| * mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-106-56/+49
| * mtd: ts5500: Add dependencyJean Delvare2014-03-101-1/+1
| * mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter2014-03-101-1/+1
| * mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie2014-03-101-2/+11
| * mtd: nand: parse out the JEDEC compliant NANDHuang Shijie2014-03-101-0/+85
| * mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam2014-03-101-0/+2
| * mtd: remove some duplicative checksDan Carpenter2014-03-101-6/+3
| * mtd: atmel_nand: change log levelNicolas Ferre2014-03-101-1/+1
| * mtd: m25p80: add support for the Spansion s25fl008k chipKuninori Morimoto2014-03-101-0/+1
| * mtd: gen_probe: Remove unnecessary OOM messagesJingoo Han2014-03-101-2/+0
| * mtd: cfi: Remove unnecessary OOM messagesJingoo Han2014-03-105-20/+6
| * mtd: onenand: Remove unnecessary OOM messagesJingoo Han2014-03-102-9/+2
| * mtd: lpddr: Remove unnecessary OOM messagesJingoo Han2014-03-102-7/+2
| * mtd: plat-ram: Remove unnecessary OOM messagesJingoo Han2014-03-101-1/+0
| * mtd: pmc551: Remove unnecessary OOM messagesJingoo Han2014-03-101-6/+1
| * mtd: spear_smi: Remove unnecessary OOM messagesJingoo Han2014-03-101-2/+0
| * mtd: devices: elm: Remove unnecessary OOM messagesJingoo Han2014-03-101-3/+1
| * mtd: elm: Use correct check on return value of pm_runtime_get_syncStefan Sørensen2014-03-101-1/+1
| * mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON2014-03-101-1/+1
| * mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMARichard Weinberger2014-03-101-0/+2
| * mtd: m25p80: Use positive logic to check JEDEC IDAxel Lin2014-03-101-3/+2
| * mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris2014-03-101-11/+3
| * mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-105-10/+16
| * mtd: nand: add support for SanDisk SDTNRGAMA-008GHuang Shijie2014-03-101-0/+3
| * mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2014-03-102-26/+61
| * mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-1037-37/+0
| * mtd: block2mtd: Add mutex_destroyFabian Frederick2014-03-101-5/+8
| * mtd: phram: Repair multiple instances supportAlexander Sverdlin2014-03-101-7/+34
| * mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter2014-03-101-7/+4
| * mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512sGeert Uytterhoeven2014-03-101-2/+2
| * mtd: m25p80: Add dual read supportGeert Uytterhoeven2014-03-101-4/+19
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-22/+0
|\ \
| * | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk2014-02-231-22/+0
* | | Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-04-046-0/+715
|\ \ \
| * | | UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger2014-03-211-1/+1
| * | | UBI: rename block device ioctlsArtem Bityutskiy2014-03-052-5/+5
| * | | UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia2014-03-051-2/+2
| * | | UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia2014-03-041-0/+1
| * | | UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia2014-03-041-1/+1