summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-25mtd: nand: add Toshiba TC58NVG0S3E to nand_ids tableOleksij Rempel1-0/+4
2015-08-22mtd: dataflash: Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-08-20nand: pxa3xx: Increase READ_ID buffer and make the size staticEzequiel García1-21/+10
2015-08-20mtd: nand: pxa3xx-nand: fix random command timeoutsRobert Jarzmik1-3/+7
2015-08-20mtd: nand: pxa3xx_nand: fix early spurious interruptRobert Jarzmik1-1/+1
2015-08-19mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart1-0/+3
2015-08-19mtd: omap_elm: Fix module aliasAxel Lin1-1/+1
2015-08-19mtd: physmap_of: fix null pointer deference when kzalloc returns nullColin Ian King1-0/+6
2015-08-19mtd: nettel: do not ignore mtd_device_register() failure in nettel_init()Alexey Khoroshilov1-3/+10
2015-08-19mtd: denali_pci: switch to dev_err()Andy Shevchenko1-4/+4
2015-08-19mtd: denali_pci: refactor driver using devres APIAndy Shevchenko1-17/+6
2015-08-19mtd: denali_pci: use module_pci_driver() macroAndy Shevchenko1-11/+1
2015-08-19mtd: denali: hide core part from user in KconfigAndy Shevchenko1-8/+5
2015-08-14mtd: spi-nor: add Spansion S25FL204K supportAntony Pavlov1-0/+1
2015-08-14mtd: spi-nor: Improve Kconfig help text for SPI_FSL_QUADSPIFabio Estevam1-1/+2
2015-08-14mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI)Joachim Eastwood3-0/+494
2015-08-14nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia1-6/+9
2015-08-08mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin1-2/+2
2015-08-06mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_eraseFrank Li1-8/+4
2015-08-06mtd: spi-nor: fsl-quadspi: reset the module in the probeFrank Li1-0/+8
2015-08-06mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait modeFrank Li1-5/+21
2015-08-06mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issueAllen Xu1-25/+56
2015-08-06mtd: spi-nor: fsl-quadspi: add i.mx6ul supportFrank Li1-0/+11
2015-08-06mtd: spi-nor: fsl-quadspi: add imx7d supportFrank Li1-0/+26
2015-08-06mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi versionHan Xu1-8/+16
2015-08-06mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB readHan Xu1-7/+48
2015-07-21mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris2-11/+15
2015-07-20mtd: nand: sunxi: Set serial access mode correctlyRoy Spliet1-5/+12
2015-07-20mtd: nand: sunxi: Replace failsafe timing cfg with calculated valueRoy Spliet1-5/+68
2015-07-20mtd: spi-nor: set SECT_4K for n25q064 SPI flashAlexey Firago1-1/+1
2015-07-20mtd: fsl-quadspi: Actually clear TX FIFO upon writeAlexander Stein1-1/+1
2015-07-20mtd: r852: make ecc_reg 32-bit in r852_ecc_correctNicolas Iooss1-1/+1
2015-07-20nand: davinci: add support for 4K page size nand devicesSandeep Paulraj1-11/+31
2015-07-07mtd: nandsim: fix double freeshengyong1-18/+7
2015-07-07mtd: nandsim: fix free of NULL pointershengyong1-1/+2
2015-07-06Merge 4.2-rc1 into MTD -nextBrian Norris4890-140580/+803088
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-05Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32