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
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mtd: bcm47xxsflash: adjust names of bus-specific functions
Rafał Miłecki
2013-02-04
1
-4
/
+12
|
*
mtd: bcm47xxpart: improve probing of nvram partition
Hauke Mehrtens
2013-02-04
1
-9
/
+13
|
*
mtd: bcm47xxpart: add support for other erase sizes
Hauke Mehrtens
2013-02-04
1
-1
/
+4
|
*
mtd: bcm47xxnflash: register this as normal driver
Hauke Mehrtens
2013-02-04
1
-5
/
+2
|
*
mtd: bcm47xxnflash: fix message
Hauke Mehrtens
2013-02-04
1
-1
/
+2
|
*
mtd: bcm47xxsflash: register this as normal driver
Hauke Mehrtens
2013-02-04
1
-1
/
+2
|
*
mtd: bcm47xxsflash: write number of written bytes
Hauke Mehrtens
2013-02-04
1
-0
/
+1
|
*
mtd: gpmi: add sanity check for the ECC
Huang Shijie
2013-02-04
2
-2
/
+30
|
*
mtd: gpmi: set the Golois Field bit for mx6q's BCH
Huang Shijie
2013-02-04
3
-2
/
+28
|
*
mtd: devices: elm: Removes <xx> literals in elm DT node
Philip Avinash
2013-02-04
1
-1
/
+1
|
*
mtd: gpmi: fix a dereferencing freed memory error
Huang Shijie
2013-02-04
1
-1
/
+1
|
*
mtd: fix the wrong timeo for panic_nand_wait()
Huang Shijie
2013-02-04
1
-6
/
+2
|
*
mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
Stefan Roese
2013-02-04
2
-0
/
+218
|
*
mtd: Allow removal of partitioning modules
Lubomir Rintel
2013-02-04
3
-0
/
+19
|
*
mtd: cmdlinepart: Make it into a module
Lubomir Rintel
2013-02-04
2
-3
/
+9
|
*
mtd: gpmi: dump the BCH registers
Huang Shijie
2013-02-04
2
-0
/
+7
|
*
mtd: nane: print source of error message
Tormod Volden
2013-02-04
1
-3
/
+2
|
*
mtd: fsl_ifc_nand: use more portable i/o accessors
Kim Phillips
2013-02-04
1
-114
/
+119
|
*
mtd: uclinux: add a comment about why uclinux_ram_map must not be static
Uwe Kleine-König
2013-02-04
1
-0
/
+6
|
*
mtd: uclinux: support ROM and allow passing the base address
Uwe Kleine-König
2013-02-04
2
-6
/
+20
|
*
mtd: bcm47xxsflash: add own struct for abstrating bus type
Rafał Miłecki
2013-02-04
2
-13
/
+39
|
*
mtd: bcm47xxpart: register extra "firmware" partition
Rafał Miłecki
2013-02-04
1
-0
/
+11
|
*
mtd: bcm47xxpart: simplify size calculation to one loop
Rafał Miłecki
2013-02-04
1
-5
/
+6
|
*
mtd: chips: Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c
Michel Stempin
2013-02-04
1
-0
/
+4
|
*
mtd: nand: omap2: Support for hardware BCH error correction.
Philip Avinash
2013-02-04
1
-39
/
+534
|
*
mtd: devices: elm: Add support for ELM error correction
Philip Avinash
2013-02-04
2
-1
/
+407
|
*
mtd: nand: omap2: Update nerrors using ecc.strength
Philip Avinash
2013-02-04
1
-4
/
+8
|
*
mtd: mxc_nand: compress ID info for send_read_id_v3
Roman Schneider
2013-02-04
1
-0
/
+11
|
*
mtd: m25p80: Flash protection support for STmicro chips
Austin Boyle
2013-02-04
1
-0
/
+96
|
*
mtd: rename random32() to prandom_u32()
Akinobu Mita
2013-02-04
4
-15
/
+15
|
*
mtd: cmdlinepart: update /proc/mtd comment
Christopher Cordahi
2013-02-04
1
-1
/
+1
|
*
mtd: cmdlinepart: describe mtd ordering
Christopher Cordahi
2013-02-04
1
-1
/
+12
|
*
mtd: cmdlinepart: skip partitions truncated to zero
Christopher Cordahi
2013-02-04
1
-9
/
+8
|
*
mtd: cmdlinepart: fix skipping zero sized partition
Christopher Cordahi
2013-02-04
1
-0
/
+1
|
*
mtd: gpmi: Always report ECC stats and return max_bitflips
Zach Sadecki
2013-02-04
1
-19
/
+8
|
*
mtd: docg3 fix missing bitreverse lib
Robert Jarzmik
2013-02-04
1
-0
/
+1
|
*
mtd: davinci_nand: fix modular build with CONFIG_OF=y
Sergei Shtylyov
2013-02-04
1
-1
/
+1
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-03-02
1
-1
/
+1
|
\
\
|
*
|
MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names
Hauke Mehrtens
2013-02-15
1
-1
/
+1
*
|
|
mtd: mtd_stresstest: use prandom_bytes()
Akinobu Mita
2013-02-27
1
-2
/
+1
*
|
|
mtd: mtd_subpagetest: convert to use prandom library
Akinobu Mita
2013-02-27
1
-30
/
+12
*
|
|
mtd: mtd_speedtest: use prandom_bytes
Akinobu Mita
2013-02-27
1
-8
/
+1
*
|
|
mtd: mtd_pagetest: convert to use prandom library
Akinobu Mita
2013-02-27
1
-30
/
+13
*
|
|
mtd: mtd_oobtest: convert to use prandom library
Akinobu Mita
2013-02-27
1
-33
/
+16
*
|
|
mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()
Akinobu Mita
2013-02-27
1
-1
/
+1
*
|
|
mtd: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-7
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
2
-23
/
+13
|
\
\
\
|
*
|
|
export kernel_write(), convert open-coded instances
Al Viro
2013-02-26
1
-22
/
+12
|
*
|
|
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-8
/
+14
|
\
\
\
[prev]
[next]