summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032pGeert Uytterhoeven2014-05-121-1/+1
| * | | mtd: m25p80: Revive dual read supportGeert Uytterhoeven2014-05-121-0/+2
| * | | mtd: elm: compile suspend/resume only with PM_SLEEPWolfram Sang2014-05-121-0/+2
| * | | mtd: Fix Elan SC520 dependenciesJean Delvare2014-05-121-2/+2
| * | | mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-094-16/+16
| * | | mtd: nand: fix a typo in a comment lineMasahiro Yamada2014-04-291-1/+1
| * | | mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-171-7/+10
| * | | Merge branch 'spinor'Brian Norris2014-04-1613-1415/+2723
| |\ \ \
| | * | | mtd: st_spi_fsm: only build for ARMBrian Norris2014-04-161-1/+1
| | * | | mtd: st_spi_fsm: correct type issuesBrian Norris2014-04-161-6/+6
| | * | | mtd: fsl-quadspi: fix __iomem annotationsBrian Norris2014-04-161-2/+2
| | * | | mtd: spi-nor: allow to be built as moduleBrian Norris2014-04-141-2/+2
| | * | | mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2014-04-142-24/+5
| | * | | mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2014-04-142-87/+87
| | * | | mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris2014-04-141-36/+0
| | * | | mtd: st_spi_fsm: fixup Kconfig dependencyBrian Norris2014-04-141-1/+1
| | * | | mtd: spi-nor: shorten Kconfig namingBrian Norris2014-04-144-6/+11
| | * | | Documentation: spi-nor: rewrite some portionsBrian Norris2014-04-141-17/+20
| | * | | mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2014-04-143-19/+27
| | * | | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-144-90/+90
| | * | | mtd: spi-nor: drop \t after #defineBrian Norris2014-04-141-36/+36
| | * | | mtd: spi-nor: add the copyright informationHuang Shijie2014-04-142-1/+14
| | * | | mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark2014-04-141-1/+7
| | * | | mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark2014-04-141-0/+2
| | * | | mtd: st_spi_fsm: Refactor status register operationsAngus Clark2014-04-141-84/+68
| | * | | mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark2014-04-141-4/+19
| | * | | mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark2014-04-141-13/+10
| | * | | mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark2014-04-141-0/+3
| | * | | mtd: spi-nor: EXPORT symbols which could be used by module driversBrian Norris2014-04-141-0/+3
| | * | | mtd: spi-nor: Add Freescale QuadSPI driverHuang Shijie2014-04-143-0/+1016
| | * | | Documentation: add the binding file for Freescale QuadSPI driverHuang Shijie2014-04-141-0/+35
| | * | | mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie2014-04-142-0/+24
| | * | | mtd: m25p80: use the SPI nor frameworkBrian Norris2014-04-142-1199/+106
| | * | | Documentation: add the document for the SPI NOR frameworkHuang Shijie2014-04-141-0/+59
| | * | | mtd: spi-nor: add the framework for SPI NORHuang Shijie2014-04-146-0/+1118
| | * | | mtd: spi-nor: add the basic data structuresHuang Shijie2014-04-141-0/+110
| | * | | mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie2014-04-141-0/+55
| * | | | mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46
| * | | | mtd: nand: add line feed to pr_errRaphaël Poggi2014-04-161-1/+1
| * | | | mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-151-0/+6
| * | | | mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback...Roman Peniaev2014-04-151-0/+6
| * | | | mtd: nand: use the nand_read_subpage index everywhereRon2014-04-151-2/+1
| * | | | mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer2014-04-151-1/+1
| |/ / /
* | | | Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds2014-06-114-42/+138
|\ \ \ \
| * | | | raid5: speedup sync_request processingEivind Sarto2014-06-101-1/+1
| * | | | md/raid5: deadlock between retry_aligned_read with barrier iohui jiao2014-06-051-1/+1
| * | | | raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2014-05-292-22/+101
| * | | | md/bitmap: remove confusing code from filemap_get_page.NeilBrown2014-05-291-5/+1
| * | | | raid5: avoid release list until last reference of the stripeEivind Sarto2014-05-291-0/+5
| * | | | md: md_clear_badblocks should return an error code on failure.NeilBrown2014-05-291-1/+1
OpenPOWER on IntegriCloud