index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
mtd: nand: denali: skip driver internal bounce buffer when possible
Masahiro Yamada
1
-26
/
+12
2017-06-20
mtd: nand: denali: support hardware-assisted erased page detection
Masahiro Yamada
2
-1
/
+13
2017-06-20
mtd: nand: denali: fix raw and oob accessors for syndrome page layout
Masahiro Yamada
2
-269
/
+344
2017-06-20
mtd: nand: denali: use flag instead of register macro for direction
Masahiro Yamada
1
-19
/
+17
2017-06-20
mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
Masahiro Yamada
2
-21
/
+16
2017-06-20
mtd: nand: denali: propagate page to helpers via function argument
Masahiro Yamada
2
-35
/
+24
2017-06-20
mtd: nand: denali: use interrupt instead of polling for bank reset
Masahiro Yamada
1
-14
/
+14
2017-06-20
mtd: nand: denali: fix bank reset function to detect the number of chips
Masahiro Yamada
1
-29
/
+23
2017-06-20
mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
Masahiro Yamada
2
-111
/
+123
2017-06-20
mtd: nand: denali: rework interrupt handling
Masahiro Yamada
2
-201
/
+117
2017-06-20
mtd: nand: denali: handle timing parameters by setup_data_interface()
Masahiro Yamada
4
-241
/
+139
2017-06-20
mtd: nand: denali: remove unneeded find_valid_banks()
Masahiro Yamada
2
-48
/
+0
2017-06-20
mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
Masahiro Yamada
2
-30
/
+12
2017-06-13
mtd: handle partitioning on devices with 0 erasesize
Chris Packham
1
-9
/
+17
2017-06-13
mtd: nand: atmel: drop unused include
Alexandre Belloni
1
-1
/
+0
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
4
-19
/
+54
2017-06-10
mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
Masahiro Yamada
1
-0
/
+25
2017-06-10
mtd: nand: denali: remove Toshiba and Hynix specific fixup code
Masahiro Yamada
1
-34
/
+6
2017-06-10
mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
Masahiro Yamada
4
-37
/
+71
2017-06-10
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
1
-0
/
+220
2017-06-10
mtd: nand: denali: use BIT() and GENMASK() for register macros
Masahiro Yamada
1
-125
/
+119
2017-06-10
mtd: nand: denali_dt: clean up resource ioremap
Masahiro Yamada
1
-7
/
+5
2017-06-10
mtd: nand: gpmi: fix typo in comment
Matthias Lange
1
-1
/
+1
2017-06-10
mtd: nand: gpmi: Fix typo in data structure name
Matthias Lange
2
-4
/
+4
2017-06-10
mtd: nand: orion: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+5
2017-06-10
mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
Boris Brezillon
1
-35
/
+42
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-06-09
block: introduce new block status code type
Christoph Hellwig
2
-14
/
+18
2017-06-09
mtd: use class_groups instead of class_attrs
Greg Kroah-Hartman
1
-7
/
+9
2017-06-09
mtd: subpagetest: fix wrong written check in function write_eraseblock2
Xiaolei Li
1
-1
/
+1
2017-06-09
mtd: mchp23k256: Add support for mchp23lcv1024
Chris Packham
1
-10
/
+56
2017-06-09
mtd: mchp23k256: add partitioning support
Chris Packham
1
-0
/
+1
2017-06-01
mtd: mchp23k256: switch to mtd_device_register()
Chris Packham
1
-3
/
+2
2017-06-01
mtd: mchp23k256: Add OF device ID table
Chris Packham
1
-0
/
+8
2017-06-01
Merge MTD fixes into -next
Brian Norris
4
-19
/
+54
2017-06-01
mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller
Xiaolei Li
2
-4
/
+49
2017-06-01
mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
Xiaolei Li
3
-199
/
+153
2017-06-01
mtd: nand: mediatek: refine register NFI_PAGEFMT setting
Xiaolei Li
1
-2
/
+2
2017-06-01
mtd: nand: atmel: mark resume function __maybe_unused
Arnd Bergmann
1
-1
/
+1
2017-06-01
mtd: nand: check ecc->total sanity in nand_scan_tail
Masahiro Yamada
1
-0
/
+5
2017-06-01
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
Boris Brezillon
1
-0
/
+19
2017-06-01
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...
Boris Brezillon
4
-8
/
+31
2017-06-01
mtd: nand: tango: Fix incorrect use of SEQIN command
Boris Brezillon
1
-1
/
+1
2017-06-01
mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)
Boris Brezillon
1
-1
/
+0
2017-06-01
mtd: nand: sunxi: Actually use DMA for subpage reads
Boris Brezillon
1
-1
/
+0
2017-06-01
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
1
-16
/
+0
2017-06-01
mtd: nand: Drop unused cached programming support
Boris Brezillon
1
-26
/
+12
2017-06-01
mtd: nand: atmel: Add PM ops
Boris Brezillon
1
-0
/
+18
2017-06-01
mtd: nand: atmel: Add ->setup_data_interface() hooks
Boris Brezillon
2
-2
/
+328
2017-06-01
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
6
-31
/
+29
[prev]
[next]