summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-13mtd: nand: typo in nand_id_has_period() commentsBrian Norris1-1/+1
2012-12-13mtd: nand/gpio: use io{read,write}*_rep accessorsMatthew Leach1-4/+4
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown1-0/+2
2012-12-13mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2012-12-12mtd: nand/docg4: fix and improve read of factory bbtMike Dunn1-5/+19
2012-12-12mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn1-4/+6
2012-12-12mtd: nand/docg4: add support for writing in reliable modeMike Dunn1-0/+39
2012-12-10mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann1-1/+2
2012-12-10mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann1-1/+2
2012-12-10mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia1-56/+130
2012-12-10mtd: physmap_of: error checking to prevent a NULL pointer dereferenceAnton Prins1-2/+4
2012-12-10mtg: docg3: potential divide by zero in doc_write_oob()Dan Carpenter1-1/+1
2012-12-10mtd: bcm47xxnflash: writing supportRafał Miłecki2-3/+79
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig1-1/+1
2012-12-03mtd: at91: atmel_nand: return bit flips for the PMECC read_page()Josh Wu1-5/+11
2012-12-03mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.cHarald Nordgard-Hansen1-2/+14
2012-12-03mtd: nand: onfi need to be probed in 8 bits modeMatthieu CASTET1-0/+2
2012-12-03mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET1-5/+9
2012-12-03mtd: nand: print flash size during detectionMatthieu CASTET1-2/+2
2012-12-03mted: nand_wait_ready timeout fixMatthieu CASTET1-1/+1
2012-12-03mtd: bcm47xxnflash: support NAND_CMD_STATUSRafał Miłecki1-0/+11
2012-12-03mtd: bcm47xxnflash: define some magic numbersRafał Miłecki1-11/+20
2012-12-03mtd: remove the "chip" parameter in nand_get_device()Huang Shijie1-23/+14
2012-12-03mtd: remove the de-select chip code in nand_release_device()Huang Shijie1-10/+25
2012-12-03mtd: m25p80: modify info for Micron N25Q128Liming Wang1-1/+2
2012-12-03mtd cs553x_nand: Initialise ecc.strength before nand_scan()Nathan Williams1-2/+1
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy9-18/+25
2012-11-22mtd: remove use of __devexitBill Pemberton46-50/+50
2012-11-22mtd: remove use of __devinitconstBill Pemberton3-3/+3
2012-11-22mtd: remove use of __devinitdataBill Pemberton5-5/+5
2012-11-22mtd: remove use of __devinitBill Pemberton50-93/+92
2012-11-22mtd: remove use of __devexit_pBill Pemberton38-38/+38
2012-11-22mtd: Drop FORTUNET supportAlexander Shiyan3-285/+0
2012-11-22mtd: ofpart: Replicate mtd cmdline "lk" option with device tree "lock" propertyJosh Radel1-1/+4
2012-11-22mtd: m25p80: add support for the Winbond w25q80bl chipStephen Warren1-0/+1
2012-11-22mtd: bcm47xxnflash: enable BCM4706 driverRafał Miłecki3-3/+5
2012-11-22mtd: bcm47xxnflash: implement readingRafał Miłecki2-0/+107
2012-11-22mtd: bcm47xxnflash: support for NAND_CMD_READID commandRafał Miłecki2-0/+106
2012-11-22mtd: bcm47xxnflash: init NAND on BCM4706Rafał Miłecki2-0/+110
2012-11-22mtd: prepare place for BCMA NAND flash driver(s)Rafał Miłecki5-0/+135
2012-11-22bcma: export PLL reading functionRafał Miłecki1-1/+2
2012-11-21mtd: bcm63xxpart: use correct printk format for partitionsJonas Gorski1-3/+2
2012-11-21mtd: bcm63xxpart: move the last curpart++ to its correct placeJonas Gorski1-1/+1
2012-11-21mtd: bcm63xxpart: make fixed part length calculation more genericJonas Gorski1-4/+7
2012-11-21mtd: bcm63xxpart: merge sparelen calculationJonas Gorski1-2/+1
2012-11-21mtd: bcm63xxpart: remove unused variableJonas Gorski1-8/+3
2012-11-21mtd: use SQUASHFS_MAGIC from uapi/linux/magic.hLuka Perkov1-5/+2
2012-11-21mtd: mtd_blkdevs: Replace request handler kthread with a workqueueEzequiel Garcia1-32/+15
2012-11-21mtd: mtd_blkdev: Use a different name for block_device_operations variableEzequiel Garcia1-2/+2
2012-11-18mtd: Fix typo mtd/testsMasanari Iida8-9/+9