summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2013-02-05Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds-6/+10
2013-01-19mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET-2/+5
2013-01-19mtd: physmap_of: fix cmdline partition method w/o linux, mtd-nameBaruch Siach-1/+1
2013-01-15mtd: docg3 fix missing bitreverse libRobert Jarzmik-0/+1
2013-01-11mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov-1/+1
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman-43/+37
2012-12-24mtd: bcm47xxnflash: increase NFLASH_READY_RETRIESRafał Miłecki-2/+2
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds-135/+98
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds-1638/+2298
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita-4/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds-2/+1
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-1/+1
2012-12-13mtd: nand: typo in nand_id_has_period() commentsBrian Norris-1/+1
2012-12-13mtd: nand/gpio: use io{read,write}*_rep accessorsMatthew Leach-4/+4
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown-0/+2
2012-12-13mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang-0/+9
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-714/+0
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-36/+60
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-40/+136
2012-12-12mtd: nand/docg4: fix and improve read of factory bbtMike Dunn-5/+19
2012-12-12mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn-4/+6
2012-12-12mtd: nand/docg4: add support for writing in reliable modeMike Dunn-0/+39
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+3
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+9
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds-2/+4
2012-12-10mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann-1/+2
2012-12-10mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann-1/+2
2012-12-10mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia-56/+130
2012-12-10mtd: physmap_of: error checking to prevent a NULL pointer dereferenceAnton Prins-2/+4
2012-12-10mtg: docg3: potential divide by zero in doc_write_oob()Dan Carpenter-1/+1
2012-12-10mtd: bcm47xxnflash: writing supportRafał Miłecki-3/+79
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia-85/+50
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia-14/+23
2012-12-04UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger-9/+9
2012-12-04UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger-1/+7
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig-1/+1
2012-12-03mtd: at91: atmel_nand: return bit flips for the PMECC read_page()Josh Wu-5/+11
2012-12-03mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.cHarald Nordgard-Hansen-2/+14
2012-12-03mtd: nand: onfi need to be probed in 8 bits modeMatthieu CASTET-0/+2
2012-12-03mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET-5/+9
2012-12-03mtd: nand: print flash size during detectionMatthieu CASTET-2/+2
2012-12-03mted: nand_wait_ready timeout fixMatthieu CASTET-1/+1
2012-12-03mtd: bcm47xxnflash: support NAND_CMD_STATUSRafał Miłecki-0/+11
2012-12-03mtd: bcm47xxnflash: define some magic numbersRafał Miłecki-11/+20
2012-12-03mtd: remove the "chip" parameter in nand_get_device()Huang Shijie-23/+14
2012-12-03mtd: remove the de-select chip code in nand_release_device()Huang Shijie-10/+25
2012-12-03mtd: m25p80: modify info for Micron N25Q128Liming Wang-1/+2
2012-12-03mtd cs553x_nand: Initialise ecc.strength before nand_scan()Nathan Williams-2/+1
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia-7/+4