summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-0/+6
| |\
| * | replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-2/+2
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-111-2/+2
|\ \ \
| * | | drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-2/+2
* | | | Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds2014-06-1141-1609/+3360
|\ \ \ \
| * | | | mtd: gpmi: add gpmi support for imx6sxHuang Shijie2014-05-284-15/+28
| * | | | mtd: maps: remove check for CONFIG_MTD_SUPERH_RESERVEPaul Bolle2014-05-281-24/+1
| * | | | mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi2014-05-281-9/+4
| * | | | mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni2014-05-281-2/+2
| * | | | mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan2014-05-281-5/+5
| * | | | mtd: nand: r852: correct write_buf loop boundsBrian Norris2014-05-281-2/+4
| * | | | mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris2014-05-281-2/+6
| * | | | mtd: nand_bbt: remove unused variableBrian Norris2014-05-281-4/+1
| * | | | mtd: maps: sc520cdp: fix warningsBrian Norris2014-05-281-3/+3
| * | | | mtd: slram: fix unused variable warningBrian Norris2014-05-281-3/+1
| * | | | mtd: lpddr: fix Kconfig dependency, for I/O accessorsBrian Norris2014-05-261-1/+2
| * | | | mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2014-05-211-2/+15
| * | | | 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-201-0/+94
| * | | | mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2014-05-201-0/+36
| * | | | NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee2014-05-201-2/+10
| * | | | mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesVincenzo Aliberti2014-05-203-2/+518
| * | | | mtd: Kconfig: give the CFI command set version in prompt and helpPhilippe De Muyter2014-05-201-8/+8
| * | | | mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz2014-05-201-1/+4
| * | | | mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra2014-05-201-7/+9
| * | | | mtd: cfi: indent some if statementsDan Carpenter2014-05-202-3/+3
| * | | | mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-201-6/+31
| * | | | mtd: eLBC NAND: fix subpage write supportPekon Gupta2014-05-201-0/+14
| * | | | mtd: onenand: fix build warning for dma typeArnd Bergmann2014-05-201-4/+4
| * | | | mtd: orion_nand: Make of_device_id array constJingoo Han2014-05-201-1/+1
| * | | | mtd: nand: pxa3xx: Make of_device_id array constJingoo Han2014-05-201-1/+1
| * | | | mtd: st_spi_fsm: Make of_device_id array constJingoo Han2014-05-201-1/+1
| * | | | mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven2014-05-201-9/+11
| * | | | mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta2014-05-201-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-171-7/+10
| * | | | Merge branch 'spinor'Brian Norris2014-04-1610-1415/+2412
| |\ \ \ \
| | * | | | 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