index
:
~wallbraker/linux
for-ubuntu-vmwgfx
master
And what's this thing coming toward me very fast?
wallbraker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-27
mtd: nand/fsmc: Access the NAND device word by word whenever possible
Vipin Kumar
2
-0
/
+61
2012-03-27
mtd: nand/fsmc: Use dev_err to report error scenario
Vipin Kumar
1
-0
/
+7
2012-03-27
mtd: nand/fsmc: Use devm routines
Vipin Kumar
1
-91
/
+43
2012-03-27
mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform
Vipin Kumar
2
-14
/
+61
2012-03-27
mtd: fsmc_nand: add pm callbacks to support hibernation
Shiraz Hashim
1
-6
/
+6
2012-03-27
mtd: nand/fsmc: Initialize the badblockbits to 7
Vipin Kumar
1
-0
/
+1
2012-03-27
mtd: nand/fsmc: Flip the bit only if the error index is < 4096
Vipin Kumar
1
-1
/
+1
2012-03-27
mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
Vipin Kumar
1
-1
/
+3
2012-03-27
mtd: nand/fsmc: Correct the multiline comment format
Vipin Kumar
1
-4
/
+4
2012-03-27
mtd: nand/fsmc: Remove default partition information from driver
Armando Visconti
1
-58
/
+0
2012-03-27
mtd: nand/fsmc: Pass partition information through platform data
Vipin Kumar
1
-6
/
+7
2012-03-27
mtd: phram: dot not crash when built-in and passing boot param
Hervé Fache
1
-3
/
+30
2012-03-27
mtd: gpmi: fix the wrong DMA command.
Huang Shijie
1
-1
/
+2
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
31
-1
/
+63
2012-03-27
mtd: add ecc_strength fields to mtd structs
Mike Dunn
2
-0
/
+5
2012-03-27
mtd: docg3 reduce read alignment burden
Robert Jarzmik
1
-8
/
+13
2012-03-27
mtd: sh_flctl: Add power management with QoS request
Bastian Hecht
2
-9
/
+45
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
41
-85
/
+89
2012-03-27
mtd: maps: sa1100-flash: Add reference counter to set_vpp()
Paul Parsons
1
-1
/
+13
2012-03-27
mtd: maps: pcmciamtd: Add reference counter to set_vpp()
Paul Parsons
1
-1
/
+12
2012-03-27
mtd: maps: l440gx: Add reference counter to set_vpp()
Paul Parsons
1
-5
/
+9
2012-03-27
mtd: maps: physmap: Add reference counter to set_vpp()
Paul Parsons
3
-19
/
+26
2012-03-27
mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls
Paul Parsons
1
-2
/
+4
2012-03-27
mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls
Paul Parsons
1
-6
/
+9
2012-03-27
mtd: fsmc: Support of 224-bytes OOB area length
Armando Visconti
1
-0
/
+40
2012-03-27
mtd: fsmc: Improve the fsmc_correct_data() routine
Armando Visconti
1
-21
/
+17
2012-03-27
mtd: fsmc: fixed data abort inside change_bit()
Armando Visconti
1
-1
/
+1
2012-03-27
mtd: fsmc: Move ALE, CLE defines to their respective platform
Shiraz Hashim
3
-13
/
+7
2012-03-27
mtd: fsmc: use ALE and CLE offsets from platform data
Shiraz Hashim
2
-4
/
+10
2012-03-27
mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizes
Bhavna Yadav
1
-17
/
+159
2012-03-27
mtd: fsmc: Newly erased page read algorithm implemented
Vipin Kumar
1
-4
/
+52
2012-03-27
mtd: fix partition wrapper functions
Mike Dunn
1
-27
/
+33
2012-03-27
mtd: docg3 trivial renaming
Robert Jarzmik
1
-1
/
+1
2012-03-27
ARM: mach-shmobile: mackerel: Add the flash controller flctl
Bastian Hecht
2
-1
/
+74
2012-03-27
mtd: sh_flctl: Add FLHOLDCR register
Bastian Hecht
2
-0
/
+15
2012-03-27
mtd: sh_flctl: Use cached register value for FLCMNCR
Bastian Hecht
2
-15
/
+8
2012-03-27
mtd: sh_flctl: Implement NAND_CMD_RNDOUT command
Bastian Hecht
1
-0
/
+16
2012-03-27
mtd: sh_flctl: Expand the READID command to 8 bytes
Bastian Hecht
1
-3
/
+9
2012-03-27
mtd: sh_flctl: Reorder empty_fifo() calls
Bastian Hecht
1
-3
/
+2
2012-03-27
mtd: sh_flctl: Expand FLCMNCR register bit field
Bastian Hecht
1
-0
/
+24
2012-03-27
jffs2: Standardize JFFS_<LEVEL> uses
Joe Perches
3
-34
/
+13
2012-03-27
jffs2: Use pr_fmt and remove jffs: from formats
Joe Perches
23
-38
/
+80
2012-03-27
jffs2: Convert printks to pr_<level>
Joe Perches
17
-264
/
+342
2012-03-27
jffs2: Convert most D1/D2 macros to jffs2_dbg
Joe Perches
16
-360
/
+504
2012-03-27
mtd: mips: lantiq: reintroduce support for cmdline partitions
Daniel Schwierzeck
1
-1
/
+2
2012-03-27
mtd: change the location of the ONFI detected log
Huang Shijie
1
-1
/
+1
2012-03-27
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
Huang Shijie
3
-15
/
+46
2012-03-27
mxs-dma : move the mxs dma.h to a more common place
Huang Shijie
7
-6
/
+6
2012-03-27
jffs2: make jffs2_initxattrs() static
Nikola Pajkovsky
1
-2
/
+2
2012-03-27
mtd: fix 'Flash device refused suspend due to active operation' message
Russell King
1
-1
/
+1
[next]