summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: replace CONFIG_8xx by CONFIG_PPC_8xxChristophe Leroy2015-03-311-1/+1
* mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese2015-03-311-1/+6
* jffs2: remove an unneeded conditionDan Carpenter2015-03-311-1/+0
* mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros2015-03-311-4/+23
* mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris2015-03-272-19/+43
* mtd: nand: fix spelling of REPLACEABLEBrian Norris2015-03-241-1/+1
* Documentation: devicetree: fix spelling in pxa3xx-nand bindingBrian Norris2015-03-241-1/+1
* mtd: clean up whitespace in linux/mtd/map.hArnd Bergmann2015-03-111-18/+24
* mtd: cfi: reduce stack sizeArnd Bergmann2015-03-111-1/+11
* mtd: nand: fully initialize mtd_oob_opsBrian Norris2015-03-111-4/+4
* mtd: blkdevs: remove dead codeBrian Norris2015-03-111-3/+0
* mtd: nand: denali: drop dead codeBrian Norris2015-03-111-3/+0
* mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris2015-03-111-2/+2
* mtd: tests: fix more potential integer overflowsBrian Norris2015-03-115-10/+10
* mtd: onenand: drop dead codeBrian Norris2015-03-111-9/+3
* mtd: docg3: drop dead codeBrian Norris2015-03-111-4/+1
* mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König2015-03-111-0/+4
* mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König2015-03-111-0/+7
* mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König2015-03-111-11/+29
* mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König2015-03-111-24/+10
* mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König2015-03-111-7/+7
* mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König2015-03-111-11/+36
* mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon2015-03-112-3/+3
* mtd: atmel_nand: fix typo in dev_err error messageColin Ian King2015-03-031-1/+1
* mtd: s3c2410: drop useless / misspelled debug printsBrian Norris2015-02-281-3/+0
* mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart2015-02-281-0/+2
* Merge MTD updates into -nextBrian Norris2015-02-281-0/+2
|\
| * mtd: pxa3xx_nand: fix driver when num_cs is 0Robert Jarzmik2015-02-281-0/+2
* | mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik2015-02-281-3/+19
* | Merge MTD updates into -nextBrian Norris2015-02-281-6/+42
|\|
| * mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard2015-02-281-6/+42
* | mtd: nand: sunxi: fix generic nand binding referenceBaruch Siach2015-02-271-1/+1
* | mtd: block2mtd: wait until block devices are presentedFelix Fietkau2015-02-241-15/+43
|/
* Linux 4.0-rc1v4.0-rc1Linus Torvalds2015-02-231-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-235-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-151-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-131-3/+2
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-131-11/+0
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-132-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2370-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-223-26/+22
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1