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
/
nand
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nandsim: Fix kasprintf() usage
Richard Weinberger
2015-06-16
1
-0
/
+10
*
mtd: cs553x_nand: Fix kasprintf() usage
Richard Weinberger
2015-06-16
1
-3
/
+9
*
mtd: r852: Fix device_create_file() usage
Richard Weinberger
2015-06-16
1
-1
/
+5
*
mtd: brcmnand: drop unnecessary initialization
Brian Norris
2015-06-16
1
-1
/
+1
*
mtd: diskonchip: remove two-phase partitioning / registration
Brian Norris
2015-06-16
1
-8
/
+2
*
mtd: plat_nand: use default partition probe
Brian Norris
2015-05-27
2
-7
/
+1
*
mtd: nand: correct indentation within conditional
Brian Norris
2015-05-22
1
-1
/
+1
*
mtd: remove incorrect file name
Brian Norris
2015-05-22
4
-8
/
+0
*
mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC
Baruch Siach
2015-05-20
1
-1
/
+21
*
mtd: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
2015-05-20
1
-1
/
+1
*
mtd: mxc_nand: fix truncate of unaligned oob copying
Baruch Siach
2015-05-20
1
-4
/
+36
*
mtd: mxc_nand: limit the size of used oob
Baruch Siach
2015-05-20
1
-3
/
+13
*
mtd: mxc_nand: cleanup copy_spare function
Uwe Kleine-König
2015-05-20
1
-15
/
+31
*
mtd: brcmnand: do not make local variable static
Hauke Mehrtens
2015-05-18
1
-1
/
+1
*
mtd: brcmnand: remove double new line from print
Hauke Mehrtens
2015-05-18
1
-1
/
+1
*
mtd: brcmnand: add BCM63138 support
Brian Norris
2015-05-15
2
-0
/
+112
*
mtd: brcmnand: add support for Broadcom's IPROC family
Brian Norris
2015-05-15
2
-0
/
+153
*
mtd: brcmnand: add extra SoC support to library
Brian Norris
2015-05-15
2
-5
/
+71
*
mtd: brcmnand: add support for STB chips
Brian Norris
2015-05-15
2
-0
/
+45
*
mtd: nand: add NAND driver "library" for Broadcom STB NAND controller
Brian Norris
2015-05-15
5
-0
/
+2263
*
mtd: nand: add common DT init code
Brian Norris
2015-05-11
1
-0
/
+41
*
mtd: s3c2410: Constify platform_device_id
Krzysztof Kozlowski
2015-05-07
1
-1
/
+1
*
mtd: mxc-nand: Constify platform_device_id
Krzysztof Kozlowski
2015-05-07
1
-1
/
+1
*
mtd: nand: pxa3xx: fix build on ARM64
Rob Herring
2015-05-07
1
-11
/
+10
*
mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout
Maxime Ripard
2015-05-07
1
-11
/
+9
*
mtd: fsmc_nand: match wait_for_completion_timeout return type
Nicholas Mc Guire
2015-05-06
1
-2
/
+3
*
mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value
Nicholas Mc Guire
2015-05-06
1
-3
/
+2
*
mtd: nand: Remove in vain memset() in nand_onfi_get_features()
Richard Weinberger
2015-05-06
1
-3
/
+0
*
mtd: constify of_device_id array
Fabian Frederick
2015-05-06
1
-1
/
+1
*
mtd: nand_bbt: fix theoretical integer overflow in BBT write
Brian Norris
2015-05-06
1
-1
/
+1
*
mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()
Brian Norris
2015-05-06
1
-7
/
+12
*
mtd: nand_bbt: make nand_scan_bbt() static
Brian Norris
2015-05-06
1
-1
/
+1
*
mtd: diskonchip: don't call nand_scan_bbt() directly
Brian Norris
2015-05-06
1
-11
/
+16
*
mtd: nand_bbt: drop unnecessary header
Brian Norris
2015-05-06
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2015-04-24
1
-2
/
+0
|
\
|
*
mtd: sh_flctl: remove slave_id settings for DMAEngine
Arnd Bergmann
2015-02-23
1
-2
/
+0
*
|
Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd
Linus Torvalds
2015-04-22
11
-110
/
+191
|
\
\
|
*
\
Merge MTD fixes from 4.0 into -next
Brian Norris
2015-04-22
1
-0
/
+1
|
|
\
\
|
*
|
|
mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
2015-04-05
1
-2
/
+2
|
*
|
|
mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT
Wu, Josh
2015-04-05
1
-7
/
+7
|
*
|
|
mtd: atmel_nand: add a definition for the oob reserved bytes
Josh Wu
2015-04-05
2
-2
/
+6
|
*
|
|
mtd: denali: Disable sub-page writes in Denali NAND driver
Graham Moore
2015-03-30
1
-0
/
+3
|
*
|
|
mtd: pxa3xx_nand: cleanup wait_for_completion handling
Nicholas Mc Guire
2015-03-30
1
-14
/
+10
|
*
|
|
mtd: nand: gpmi: Check for scan_bbt() error
Fabio Estevam
2015-03-30
1
-1
/
+3
|
*
|
|
mtd: nand: gpmi: fixup return type of wait_for_completion_timeout
Nicholas Mc Guire
2015-03-30
1
-6
/
+6
|
*
|
|
mtd: fsmc_nand.c: Use default timings if none are provided in the dts
Stefan Roese
2015-03-30
1
-1
/
+6
|
*
|
|
mtd: nand: Prevent possible kernel lockup in nand_command()
Roger Quadros
2015-03-30
1
-4
/
+23
|
*
|
|
mtd: nand: fix spelling of REPLACEABLE
Brian Norris
2015-03-24
1
-1
/
+1
|
*
|
|
mtd: nand: fully initialize mtd_oob_ops
Brian Norris
2015-03-11
1
-4
/
+4
|
*
|
|
mtd: nand: denali: drop dead code
Brian Norris
2015-03-11
1
-3
/
+0
[next]