summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia2014-05-211-11/+10
* mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia2014-05-211-0/+36
* mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta2014-05-211-0/+94
* mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2014-05-211-0/+36
* NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee2014-05-211-2/+10
* mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesVincenzo Aliberti2014-05-213-2/+518
* mtd: Kconfig: give the CFI command set version in prompt and helpPhilippe De Muyter2014-05-211-8/+8
* mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz2014-05-211-1/+4
* mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra2014-05-211-7/+9
* mtd: cfi: indent some if statementsDan Carpenter2014-05-212-3/+3
* mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-211-6/+31
* mtd: eLBC NAND: fix subpage write supportPekon Gupta2014-05-211-0/+14
* mtd: onenand: fix build warning for dma typeArnd Bergmann2014-05-211-4/+4
* mtd: orion_nand: Make of_device_id array constJingoo Han2014-05-211-1/+1
* mtd: nand: pxa3xx: Make of_device_id array constJingoo Han2014-05-211-1/+1
* mtd: st_spi_fsm: Make of_device_id array constJingoo Han2014-05-211-1/+1
* mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven2014-05-211-9/+11
* mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta2014-05-211-1/+1
* 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-093-13/+14
* mtd: nand: fix a typo in a comment lineMasahiro Yamada2014-04-291-1/+1
* mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-181-7/+10
* Merge branch 'spinor'Brian Norris2014-04-1710-1415/+2412
|\
| * mtd: st_spi_fsm: only build for ARMBrian Norris2014-04-171-1/+1
| * mtd: st_spi_fsm: correct type issuesBrian Norris2014-04-171-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
| * mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2014-04-142-11/+11
| * mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-143-63/+63
| * mtd: spi-nor: add the copyright informationHuang Shijie2014-04-141-1/+5
| * 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
| * mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie2014-04-141-0/+12
| * mtd: m25p80: use the SPI nor frameworkBrian Norris2014-04-142-1199/+106
| * mtd: spi-nor: add the framework for SPI NORHuang Shijie2014-04-145-0/+1098
* | mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46