index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-02
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
Boris Brezillon
1
-1
/
+3
2017-08-02
mtd: nand: Fix a docs build warning
Jonathan Corbet
1
-1
/
+0
2017-08-02
nand: fix wrong default oob layout for small pages using soft ecc
Miquel Raynal
1
-1
/
+7
2017-07-13
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-46
/
+303
2017-07-07
Merge tag 'nand/for-4.13' into MTD
Brian Norris
1
-46
/
+303
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+5
2017-06-10
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
1
-0
/
+220
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
1
-4
/
+6
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: Pass the CS line to ->setup_data_interface()
Boris Brezillon
1
-9
/
+13
2017-06-01
mtd: nand: Optimize checking of erased buffers
Pavel Machek
1
-1
/
+4
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
1
-0
/
+19
2017-05-22
mtd: nand: make nand_ooblayout_lp_hamming_ops static
Colin Ian King
1
-1
/
+1
2017-05-22
mtd: nand: free vendor-specific resources in init failure paths
Brian Norris
1
-9
/
+29
2017-05-22
mtd: nand: don't leak buffers when ->scan_bbt() fails
Brian Norris
1
-1
/
+5
2017-05-18
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
1
-2
/
+5
2017-05-16
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Mauro Carvalho Chehab
1
-2
/
+5
2017-05-15
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
1
-4
/
+6
2017-05-15
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
1
-0
/
+13
2017-05-02
mtd: nand: add ooblayout for old hamming layout
Alexander Couzens
1
-1
/
+69
2017-04-25
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
1
-2
/
+8
2017-04-25
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
Masahiro Yamada
1
-9
/
+32
2017-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
1
-2
/
+1
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
1
-7
/
+5
2017-03-24
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
1
-21
/
+13
2017-03-24
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
1
-6
/
+0
2017-03-08
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
1
-11
/
+0
2017-03-08
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
1
-17
/
+1
2017-03-08
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
1
-30
/
+2
2017-03-08
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
1
-17
/
+2
2017-03-08
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
1
-86
/
+28
2017-03-08
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
1
-48
/
+4
2017-03-08
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
1
-10
/
+65
2017-03-08
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
1
-12
/
+11
2017-03-08
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
1
-3
/
+2
2017-03-08
mtd: nand: Get rid of busw parameter
Boris Brezillon
1
-31
/
+37
2017-03-08
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
1
-25
/
+30
2017-03-08
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
Boris Brezillon
1
-24
/
+30
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-08
mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
Zach Brown
1
-0
/
+3
2017-02-08
mtd: nand: implement 'max_bad_blocks' mtd function
Zach Brown
1
-0
/
+37
2016-11-29
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
Brian Norris
1
-18
/
+66
2016-11-19
mtd: nand: Support controllers with custom page
Marc Gonzalez
1
-3
/
+31
2016-11-07
mtd: nand: change return type of nand_get_flash_type() to int
Masahiro Yamada
1
-14
/
+10
2016-11-07
mtd: nand: Wait tCCS after a column change
Boris Brezillon
1
-1
/
+25
[next]