summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-21mtd: onenand: fix build warning for dma typeArnd Bergmann1-4/+4
2014-05-21mtd: orion_nand: Make of_device_id array constJingoo Han1-1/+1
2014-05-21mtd: nand: pxa3xx: Make of_device_id array constJingoo Han1-1/+1
2014-05-21mtd: st_spi_fsm: Make of_device_id array constJingoo Han1-1/+1
2014-05-21mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven1-9/+11
2014-05-21mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta1-1/+1
2014-05-13mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032pGeert Uytterhoeven1-1/+1
2014-05-13mtd: m25p80: Revive dual read supportGeert Uytterhoeven1-0/+2
2014-05-13mtd: elm: compile suspend/resume only with PM_SLEEPWolfram Sang1-0/+2
2014-05-12mtd: Fix Elan SC520 dependenciesJean Delvare1-2/+2
2014-05-10mtd: nand: refactor erase_cmd() to return chip statusBrian Norris3-13/+14
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada1-1/+1
2014-04-18mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita1-7/+10
2014-04-17Merge branch 'spinor'Brian Norris10-1415/+2412
2014-04-17mtd: st_spi_fsm: only build for ARMBrian Norris1-1/+1
2014-04-17mtd: st_spi_fsm: correct type issuesBrian Norris1-6/+6
2014-04-16mtd: fsl-quadspi: fix __iomem annotationsBrian Norris1-2/+2
2014-04-16mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie3-40/+46
2014-04-16mtd: nand: add line feed to pr_errRaphaël Poggi1-1/+1
2014-04-16mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri1-0/+6
2014-04-16mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback...Roman Peniaev1-0/+6
2014-04-16mtd: nand: use the nand_read_subpage index everywhereRon1-2/+1
2014-04-16mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer1-1/+1
2014-04-14mtd: spi-nor: allow to be built as moduleBrian Norris1-2/+2
2014-04-14mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2-24/+5
2014-04-14mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2-87/+87
2014-04-14mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris1-36/+0
2014-04-14mtd: st_spi_fsm: fixup Kconfig dependencyBrian Norris1-1/+1
2014-04-14mtd: spi-nor: shorten Kconfig namingBrian Norris4-6/+11
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2-11/+11
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris3-63/+63
2014-04-14mtd: spi-nor: add the copyright informationHuang Shijie1-1/+5
2014-04-14mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark1-1/+7
2014-04-14mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark1-0/+2
2014-04-14mtd: st_spi_fsm: Refactor status register operationsAngus Clark1-84/+68
2014-04-14mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark1-4/+19
2014-04-14mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark1-13/+10
2014-04-14mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark1-0/+3
2014-04-14mtd: spi-nor: EXPORT symbols which could be used by module driversBrian Norris1-0/+3
2014-04-14mtd: spi-nor: Add Freescale QuadSPI driverHuang Shijie3-0/+1016
2014-04-14mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie1-0/+12
2014-04-14mtd: m25p80: use the SPI nor frameworkBrian Norris2-1199/+106
2014-04-14mtd: spi-nor: add the framework for SPI NORHuang Shijie5-0/+1098
2014-04-13sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-302/+285
2014-04-13Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+3
2014-04-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds29-422/+1213
2014-04-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-124/+192
2014-04-13Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds4-109/+138
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-175/+54