summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson2012-11-254-7/+9
|\
| * Merge branch 'for-3.7' of git://git.infradead.org/users/dedekind/l2-mtdDavid Woodhouse2012-11-213-2/+3
| |\
| | * mtd: nand: fix Samsung SLC detection regressionBrian Norris2012-11-151-0/+1
| | * mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-11-151-4/+5
| | * mtd: onenand: Make flexonenand_set_boundary staticSachin Kamat2012-11-091-1/+1
| | * mtd: slram: invalid checking of absolute end addressJiri Engelthaler2012-11-091-1/+1
| * | mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat2012-10-101-1/+1
| * | mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-10-101-4/+5
| |/
* | Merge branch 'omap/headers4' into next/cleanupArnd Bergmann2012-11-152-40/+136
|\ \
| * | ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b...Paul Walmsley2012-10-261-12/+24
| * | Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-...Tony Lindgren2012-10-172-26/+108
| |\ \
| | * | mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed2012-10-151-11/+89
| | * | mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed2012-10-151-8/+13
| | * | mtd: onenand: omap: use pdata info instead of cpu_isAfzal Mohammed2012-10-151-3/+4
| | * | mtd: nand: omap: read nand using register addressAfzal Mohammed2012-10-151-1/+1
| | * | mtd: nand: omap: free region as per resource sizeAfzal Mohammed2012-10-151-1/+1
| | * | mtd: onenand: omap: cleanup gpmc dependencyAfzal Mohammed2012-10-151-2/+0
| | |/
| * | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-152-2/+2
| * | ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla2012-10-151-0/+2
| |/
* | mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-36/+60
|/
* mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse2012-10-091-1/+5
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-0930-665/+3610
|\
| * mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
| * mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+2
| * Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-089-211/+2784
| |\
| | * UBI: Wire-up fastmapRichard Weinberger2012-10-032-0/+22
| | * UBI: Add fastmap coreRichard Weinberger2012-10-031-0/+1537
| | * UBI: Add fastmap support to the WL sub-systemRichard Weinberger2012-10-031-44/+531
| | * UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-033-130/+260
| | * UBI: Wire-up ->fm_semRichard Weinberger2012-10-031-0/+12
| | * UBI: Add fastmap bits to build.cRichard Weinberger2012-10-031-3/+65
| | * UBI: Add self_check_eba()Richard Weinberger2012-10-031-0/+96
| | * UBI: Export next_sqnum()Richard Weinberger2012-10-031-9/+9
| | * UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-032-25/+115
| | * UBI: Add fastmap on-flash data structuresRichard Weinberger2012-10-031-0/+137
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-1/+55
| |\ \
| | * | driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha2012-09-271-1/+55
| * | | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-0214-322/+394
| |\ \ \ | | | |/ | | |/|
| | * | UBI: fix trivial typo 'it' => 'is'Brian Norris2012-09-261-1/+1
| | * | UBI: load after mtd device driversJiang Lu2012-09-261-1/+1
| | * | UBI: print lessArtem Bityutskiy2012-09-047-56/+42
| | * | UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-046-103/+93
| | * | UBI: comply with coding styleArtem Bityutskiy2012-09-049-113/+101
| | * | UBI: erase free PEB with bitflip in EC headerMatthieu CASTET2012-09-041-1/+1
| | * | UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-09-041-0/+5
| | * | UBI: add max_beb_per1024 to attach ioctlRichard Genoud2012-09-042-2/+3
| | * | UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2012-09-042-15/+27
| | * | UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud2012-09-041-0/+9
| | * | UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-043-8/+12
| | * | UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud2012-09-041-2/+5
OpenPOWER on IntegriCloud