index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
2017-05-22
mtd: nand: make nand_ooblayout_lp_hamming_ops static
Colin Ian King
2017-05-22
mtd: nand: tango: Update ecc_stats.corrected
Marc Gonzalez
2017-05-22
mtd: nand: tango: Export OF device ID table as module aliases
Andres Galacho
2017-05-22
mtd: nand: samsung: warn about un-parseable ECC info
Brian Norris
2017-05-22
mtd: nand: free vendor-specific resources in init failure paths
Brian Norris
2017-05-22
mtd: nand: drop unneeded module.h include
Brian Norris
2017-05-22
mtd: nand: don't leak buffers when ->scan_bbt() fails
Brian Norris
2017-05-11
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-05-08
mtd: nand: nandsim: convert to memalloc_noreclaim_*()
Vlastimil Babka
2017-05-02
mtd: nand: add ooblayout for old hamming layout
Alexander Couzens
2017-05-02
mtd: oxnas_nand: Allocating more than necessary in probe()
Dan Carpenter
2017-05-01
Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTD
Brian Norris
2017-04-25
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
Kamal Dasu
2017-04-25
mtd: nand: davinci: add comment on NAND subpage write status on keystone
Sekhar Nori
2017-04-25
mtd: nand: omap2: Fix partition creation via cmdline mtdparts
Roger Quadros
2017-04-25
mtd: nand: NULL terminate a of_device_id table
Christophe Jaillet
2017-04-25
mtd: nand: Fix a couple error codes
Dan Carpenter
2017-04-25
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
2017-04-25
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
Masahiro Yamada
2017-04-25
mtd: nand: denali: allow to override revision number
Masahiro Yamada
2017-04-25
mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
Masahiro Yamada
2017-04-25
mtd: nand: denali_dt: remove dma-mask DT property
Masahiro Yamada
2017-04-25
mtd: nand: denali: support 64bit capable DMA engine
Masahiro Yamada
2017-04-25
mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
Masahiro Yamada
2017-04-25
mtd: nand: denali: support HW_ECC_FIXUP capability
Masahiro Yamada
2017-04-25
mtd: nand: denali: fix erased page checking
Masahiro Yamada
2017-04-25
mtd: nand: denali: fix bitflips calculation in handle_ecc()
Masahiro Yamada
2017-04-25
mtd: nand: denali: remove meaningless pipeline read-ahead operation
Masahiro Yamada
2017-04-25
mtd: nand: denali: allow to override mtd->name from label DT property
Masahiro Yamada
2017-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
2017-04-25
mtd: nand: Cleanup/rework the atmel_nand driver
Boris Brezillon
2017-04-19
drivers/mtd: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2017-03-29
mtd: nand: orion: improve handling of optional clock
Simon Baatz
2017-03-29
mtd: nand: orion: fix clk handling
Simon Baatz
2017-03-28
mtd: nand: denali: remove unnecessary writes to ECC_CORRECTION
Masahiro Yamada
2017-03-28
mtd: nand: denali: remove meaningless writes to read-only registers
Masahiro Yamada
2017-03-28
mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
Masahiro Yamada
2017-03-28
mtd: nand: denali: simplify multi device fixup code
Masahiro Yamada
2017-03-27
mtd: nand: denali: move multi device fixup code to a helper function
Masahiro Yamada
2017-03-27
mtd: nand: denali: call nand_set_flash_node() to set DT node
Masahiro Yamada
2017-03-27
mtd: nand: denali: use nand_chip to hold frequently accessed data
Masahiro Yamada
2017-03-24
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
2017-03-24
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
2017-03-24
mtd: nand: denali: use int where no reason to use fixed width variable
Masahiro Yamada
2017-03-24
mtd: nand: denali: introduce capability flag
Masahiro Yamada
2017-03-24
mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
Masahiro Yamada
2017-03-24
mtd: nand: denali: fix comment of denali_nand_info::flash_mem
Masahiro Yamada
2017-03-24
mtd: nand: denali: remove more unused struct members
Masahiro Yamada
2017-03-24
mtd: nand: denali: remove redundant define of BANK(x)
Masahiro Yamada
[next]