summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König2015-05-211-15/+31
* | | mtd: brcmnand: do not make local variable staticHauke Mehrtens2015-05-181-1/+1
* | | mtd: brcmnand: remove double new line from printHauke Mehrtens2015-05-181-1/+1
* | | Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris2015-05-183-5/+9
|\ \ \ | | |/ | |/|
| * | Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtdLinus Torvalds2015-05-182-5/+7
| |\ \
| | * | Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris2015-05-151-3/+3
| | * | mtd: readtest: don't clobber error reportsBrian Norris2015-05-141-2/+4
| | |/
| * / UBI: block: Add missing cache flushesKevin Cernekee2015-05-061-0/+2
| |/
* | mtd: brcmnand: add BCM63138 supportBrian Norris2015-05-152-0/+112
* | mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2015-05-152-0/+153
* | mtd: brcmnand: add extra SoC support to libraryBrian Norris2015-05-152-5/+71
* | mtd: brcmnand: add support for STB chipsBrian Norris2015-05-152-0/+45
* | mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris2015-05-155-0/+2263
* | mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris2015-05-121-0/+5
* | mtd: nand: add common DT init codeBrian Norris2015-05-121-0/+41
* | mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki2015-05-071-36/+24
* | mtd: spi-nor: add support for the ISSI SI25CD512 SPI flashGabor Juhos2015-05-071-0/+3
* | mtd: spi-nor: add support for the Macronix MX25L512E SPI flash chipGabor Juhos2015-05-071-0/+1
* | mtd: Switch to PM opsLars-Peter Clausen2015-05-071-20/+24
* | mtd: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* | mtd: s3c2410: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* | mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* | mtd: nand: pxa3xx: fix build on ARM64Rob Herring2015-05-071-11/+10
* | mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard2015-05-071-11/+9
* | mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire2015-05-071-2/+3
* | mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire2015-05-071-3/+2
* | mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger2015-05-071-3/+0
* | mtd: constify of_device_id arrayFabian Frederick2015-05-074-5/+5
* | mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris2015-05-071-1/+1
* | mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris2015-05-071-7/+12
* | mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris2015-05-071-1/+1
* | mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris2015-05-071-11/+16
* | mtd: nand_bbt: drop unnecessary headerBrian Norris2015-05-071-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-272-4/+4
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-152-4/+4
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-2/+0
|\ \
| * | mtd: sh_flctl: remove slave_id settings for DMAEngineArnd Bergmann2015-02-231-2/+0
* | | Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2015-04-2235-293/+582
|\ \ \
| * \ \ Merge MTD fixes from 4.0 into -nextBrian Norris2015-04-221-0/+1
| |\ \ \
| * | | | mtd: spi-nor: Add support for Macronix mx25u6435f serial flashMika Westerberg2015-04-061-0/+1
| * | | | mtd: spi-nor: Add support for Winbond w25q64dw serial flashMika Westerberg2015-04-061-0/+1
| * | | | mtd: spi-nor: add support for the Winbond W25X05 flashGabor Juhos2015-04-061-0/+1
| * | | | mtd: spi-nor: support en25s64 deviceShengzhou Liu2015-04-061-0/+1
| * | | | mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris2015-04-061-3/+18
| * | | | mtd: Make MTD tests cancelableRichard Weinberger2015-04-0610-24/+120
| * | | | mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros2015-04-061-27/+35
| * | | | mtd: docg3: remove invalid __exit annotationsBrian Norris2015-04-061-3/+3
| * | | | mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-061-2/+2
| * | | | mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh2015-04-061-7/+7
| * | | | mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2015-04-062-2/+6