index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand/docg4: add support for writing in reliable mode
Mike Dunn
2012-12-12
1
-0
/
+39
*
mtd: mxc_nand: reorder part_probes to let cmdline override other sources
Lothar Waßmann
2012-12-10
1
-1
/
+2
*
mtd: mxc_nand: fix unbalanced clk_disable() in error path
Lothar Waßmann
2012-12-10
1
-1
/
+2
*
mtd: nandsim: Introduce debugfs infrastructure
Ezequiel Garcia
2012-12-10
1
-56
/
+130
*
mtd: physmap_of: error checking to prevent a NULL pointer dereference
Anton Prins
2012-12-10
1
-2
/
+4
*
mtg: docg3: potential divide by zero in doc_write_oob()
Dan Carpenter
2012-12-10
1
-1
/
+1
*
mtd: bcm47xxnflash: writing support
Rafał Miłecki
2012-12-10
2
-3
/
+79
*
mtd: tests/read: initialize buffer for whole next page
Christian Herzig
2012-12-04
1
-1
/
+1
*
mtd: at91: atmel_nand: return bit flips for the PMECC read_page()
Josh Wu
2012-12-03
1
-5
/
+11
*
mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.c
Harald Nordgard-Hansen
2012-12-03
1
-2
/
+14
*
mtd: nand: onfi need to be probed in 8 bits mode
Matthieu CASTET
2012-12-03
1
-0
/
+2
*
mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width
Matthieu CASTET
2012-12-03
2
-5
/
+16
*
mtd: nand: print flash size during detection
Matthieu CASTET
2012-12-03
1
-2
/
+2
*
mted: nand_wait_ready timeout fix
Matthieu CASTET
2012-12-03
1
-1
/
+1
*
mtd: bcm47xxnflash: support NAND_CMD_STATUS
Rafał Miłecki
2012-12-03
1
-0
/
+11
*
mtd: bcm47xxnflash: define some magic numbers
Rafał Miłecki
2012-12-03
1
-11
/
+20
*
mtd: remove the "chip" parameter in nand_get_device()
Huang Shijie
2012-12-03
1
-23
/
+14
*
mtd: remove the de-select chip code in nand_release_device()
Huang Shijie
2012-12-03
1
-10
/
+25
*
mtd: m25p80: modify info for Micron N25Q128
Liming Wang
2012-12-03
1
-1
/
+2
*
mtd cs553x_nand: Initialise ecc.strength before nand_scan()
Nathan Williams
2012-12-03
1
-2
/
+1
*
mtd: fix a number of checkpatch complaints
Artem Bityutskiy
2012-11-22
9
-18
/
+25
*
mtd: remove use of __devexit
Bill Pemberton
2012-11-22
46
-50
/
+50
*
mtd: remove use of __devinitconst
Bill Pemberton
2012-11-22
3
-3
/
+3
*
mtd: remove use of __devinitdata
Bill Pemberton
2012-11-22
5
-5
/
+5
*
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
50
-93
/
+92
*
mtd: remove use of __devexit_p
Bill Pemberton
2012-11-22
38
-38
/
+38
*
mtd: Drop FORTUNET support
Alexander Shiyan
2012-11-22
3
-285
/
+0
*
mtd: ofpart: Replicate mtd cmdline "lk" option with device tree "lock" property
Josh Radel
2012-11-22
1
-1
/
+4
*
mtd: m25p80: add support for the Winbond w25q80bl chip
Stephen Warren
2012-11-22
1
-0
/
+1
*
mtd: bcm47xxnflash: enable BCM4706 driver
Rafał Miłecki
2012-11-22
3
-3
/
+5
*
mtd: bcm47xxnflash: implement reading
Rafał Miłecki
2012-11-22
2
-0
/
+107
*
mtd: bcm47xxnflash: support for NAND_CMD_READID command
Rafał Miłecki
2012-11-22
2
-0
/
+106
*
mtd: bcm47xxnflash: init NAND on BCM4706
Rafał Miłecki
2012-11-22
2
-0
/
+110
*
mtd: prepare place for BCMA NAND flash driver(s)
Rafał Miłecki
2012-11-22
5
-0
/
+135
*
bcma: export PLL reading function
Rafał Miłecki
2012-11-22
2
-1
/
+3
*
mtd: bcm63xxpart: use correct printk format for partitions
Jonas Gorski
2012-11-21
1
-3
/
+2
*
mtd: bcm63xxpart: move the last curpart++ to its correct place
Jonas Gorski
2012-11-21
1
-1
/
+1
*
mtd: bcm63xxpart: make fixed part length calculation more generic
Jonas Gorski
2012-11-21
1
-4
/
+7
*
mtd: bcm63xxpart: merge sparelen calculation
Jonas Gorski
2012-11-21
1
-2
/
+1
*
mtd: bcm63xxpart: remove unused variable
Jonas Gorski
2012-11-21
1
-8
/
+3
*
mtd: use SQUASHFS_MAGIC from uapi/linux/magic.h
Luka Perkov
2012-11-21
1
-5
/
+2
*
mtd: mtd_blkdevs: Replace request handler kthread with a workqueue
Ezequiel Garcia
2012-11-21
2
-33
/
+18
*
mtd: mtd_blkdev: Use a different name for block_device_operations variable
Ezequiel Garcia
2012-11-21
1
-2
/
+2
*
mtd: Fix typo mtd/tests
Masanari Iida
2012-11-18
8
-9
/
+9
*
mtd: de-select the chip when it is not used
Huang Shijie
2012-11-18
1
-4
/
+6
*
mtd: s3c2410: Fix potential NULL pointer dereference error
Sachin Kamat
2012-11-18
1
-2
/
+5
*
jffs2: hold erase_completion_lock on exit
Alexey Khoroshilov
2012-11-18
1
-2
/
+4
*
mtd: physmap_of: allow to specify the mtd name for retro compatiblity
Jean-Christophe PLAGNIOL-VILLARD
2012-11-16
2
-1
/
+7
*
mtd: fsl_ifc_nand: wait tWB time, poll R/B before command execution
Prabhakar Kushwaha
2012-11-16
1
-2
/
+2
*
mtd: uninitialized variable warning in map.h
Arnd Bergmann
2012-11-16
1
-1
/
+1
[next]