index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-11-23
24
-465
/
+671
|
\
|
*
mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
Boris Brezillon
2017-11-13
1
-4
/
+9
|
*
mtd: constify mtd_partition
Arvind Yadav
2017-11-06
2
-2
/
+2
|
*
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
2017-11-02
21
-459
/
+660
|
|
\
|
|
*
mtd: nand: Fix writing mtdoops to nand flash.
Brent Taylor
2017-10-31
1
-3
/
+6
|
|
*
mtd: nand: mtk: fix infinite ECC decode IRQ issue
Xiaolei Li
2017-10-30
1
-2
/
+11
|
|
*
mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.o
Xiaolei Li
2017-10-29
1
-1
/
+1
|
|
*
mtd: nand: omap2: Fix subpage write
Roger Quadros
2017-10-27
1
-115
/
+224
|
|
*
mtd: nand: mxc: use dev_dbg to print debug messages
Sascha Hauer
2017-10-16
1
-7
/
+7
|
|
*
mtd: nand: mxc: lower ECC failed message priority to debug level
Sascha Hauer
2017-10-16
1
-1
/
+1
|
|
*
mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata
Ladislav Michl
2017-10-14
1
-1
/
+0
|
|
*
mtd: nand: omap2: Remove omap_nand_platform_data
Ladislav Michl
2017-10-14
1
-29
/
+8
|
|
*
mtd: nand: atmel: Actually use the PM ops
Boris Brezillon
2017-10-14
1
-0
/
+1
|
|
*
mtd: nand: Export nand_reset() symbol
Boris Brezillon
2017-10-14
1
-0
/
+1
|
|
*
mtd: nand: pxa3xx: enable NAND controller if the SoC needs it
Miquel Raynal
2017-10-07
1
-4
/
+37
|
|
*
mtd: nand: sh_flctl: Use of_device_get_match_data() helper
Geert Uytterhoeven
2017-10-07
1
-6
/
+3
|
|
*
mtd: nand: denali: fix setup_data_interface to meet tCCS delay
Masahiro Yamada
2017-10-07
1
-2
/
+8
|
|
*
mtd: nand: pxa3xx_nand: Update Kconfig information
Gregory CLEMENT
2017-10-07
1
-1
/
+4
|
|
*
mtd: nand: atmel: Avoid ECC errors when leaving backup mode
Romain Izard
2017-10-07
3
-8
/
+13
|
|
*
mtd: nand: qcom: support for command descriptor formation
Abhishek Sahu
2017-10-07
1
-16
/
+92
|
|
*
mtd: nand: qcom: add command elements in BAM transaction
Abhishek Sahu
2017-10-07
1
-1
/
+18
|
|
*
mtd: nand: gpio: Convert to use GPIO descriptors
Linus Walleij
2017-10-07
1
-55
/
+57
|
|
*
mtd: nand: denali: change the setup_dma choice into hook
Masahiro Yamada
2017-09-22
2
-10
/
+7
|
|
*
mtd: nand: denali: support direct addressing mode
Masahiro Yamada
2017-09-22
2
-41
/
+70
|
|
*
mtd: nand: denali: remove unneeded init of ECC_ENABLE register
Masahiro Yamada
2017-09-22
1
-2
/
+0
|
|
*
mtd: nand: denali: use upper/lower_32_bits() macro for clean-up
Masahiro Yamada
2017-09-22
1
-2
/
+2
|
|
*
mtd: nand: denali: clean up comments
Masahiro Yamada
2017-09-22
4
-66
/
+13
|
|
*
mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate
Masahiro Yamada
2017-09-22
1
-11
/
+11
|
|
*
mtd: nand: denali: clean up macros with <linux/bitfield.h>
Masahiro Yamada
2017-09-22
2
-22
/
+16
|
|
*
mtd: nand: denali: slight clean up of denali_wait_for_irq()
Masahiro Yamada
2017-09-22
1
-1
/
+1
|
|
*
mtd: nand: denali: squash denali_enable_dma() helper into caller
Masahiro Yamada
2017-09-22
1
-9
/
+3
|
|
*
mtd: nand: denali: consolidate include directives
Masahiro Yamada
2017-09-22
4
-6
/
+15
|
|
*
mtd: nand: denali: prefix detect_max_banks() with denali_
Masahiro Yamada
2017-09-22
1
-2
/
+2
|
|
*
mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller
Masahiro Yamada
2017-09-22
1
-19
/
+3
|
|
*
mtd: nand: denali: support two row address cycle devices
Masahiro Yamada
2017-09-18
1
-2
/
+2
|
|
*
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
2017-09-18
7
-15
/
+11
|
|
*
mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE
Miquel Raynal
2017-09-18
1
-1
/
+14
*
|
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
|
/
/
*
|
mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
Richard Genoud
2017-09-27
1
-1
/
+1
*
|
mtd: nand: remove unused blockmask variable
Corentin Labbe
2017-09-18
1
-2
/
+1
*
|
mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()
Christophe JAILLET
2017-09-18
1
-1
/
+2
|
/
*
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-09-15
1
-2
/
+2
|
\
|
*
fs: fix kernel_write prototype
Christoph Hellwig
2017-09-05
1
-1
/
+1
|
*
fs: fix kernel_read prototype
Christoph Hellwig
2017-09-05
1
-1
/
+1
*
|
Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-09-09
65
-527
/
+972
|
\
\
|
*
\
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
2017-09-01
65
-490
/
+960
|
|
\
\
|
|
*
|
mtd: nand: make Samsung SLC NAND usable again
Lothar Waßmann
2017-08-29
1
-2
/
+5
|
|
*
|
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
2017-08-23
62
-62
/
+62
|
|
|
\
\
|
|
|
*
|
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-08-13
62
-62
/
+62
|
|
*
|
|
mtd: nand: tmio: Register partitions using the parsers
Andrea Adami
2017-08-23
1
-1
/
+3
[next]