summaryrefslogtreecommitdiffstats
path: root/drivers/video/leo.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 CASTET2-5/+16
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łecki2-1/+3
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 Garcia2-33/+18
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
2012-11-18mtd: de-select the chip when it is not usedHuang Shijie1-4/+6
2012-11-18mtd: s3c2410: Fix potential NULL pointer dereference errorSachin Kamat1-2/+5
2012-11-18jffs2: hold erase_completion_lock on exitAlexey Khoroshilov1-2/+4
2012-11-16mtd: physmap_of: allow to specify the mtd name for retro compatiblityJean-Christophe PLAGNIOL-VILLARD2-1/+7
2012-11-16mtd: fsl_ifc_nand: wait tWB time, poll R/B before command executionPrabhakar Kushwaha1-2/+2
2012-11-16mtd: uninitialized variable warning in map.hArnd Bergmann1-1/+1
2012-11-16mtd: diskonchip: use inline functions for DocRead/DocWriteArnd Bergmann1-4/+18
2012-11-16mtd: diskonchip: don't warn about ARM architectureArnd Bergmann2-4/+0
2012-11-15mtd: nand_wait: warn if the nand is busy on exitMatthieu CASTET1-0/+2
2012-11-15mtd: davinci: add support for parition binding nodesMurali Karicheri2-3/+18