Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
25f815f66a141436df8a4c45e5d2765272aea2ac
/
drivers
/
mtd
/
nand
/
nand_base.c
25f815f
mtd: nand: force drivers to explicitly send READ/PROG commands
by Boris Brezillon
· 7 years ago
97d90da
mtd: nand: provide several helpers to do common NAND operations
by Boris Brezillon
· 7 years ago
eb94555
mtd: nand: use usual return values for the ->erase() hook
by Miquel Raynal
· 7 years ago
df46789
mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
by Miquel Raynal
· 7 years ago
1627122
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
by Richard Weinberger
· 7 years ago
30863e38
mtd: nand: Fix writing mtdoops to nand flash.
by Brent Taylor
· 7 years ago
b9bb984
mtd: nand: Export nand_reset() symbol
by Boris Brezillon
· 7 years ago
14157f8
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· 7 years ago
882fd15
mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE
by Miquel Raynal
· 7 years ago
73600b6
mtd: nand: remove unused blockmask variable
by Corentin Labbe
· 7 years ago
d1f936d7
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
by Boris Brezillon
· 7 years ago
69fc012
mtd: nand: make Samsung SLC NAND usable again
by Lothar Waßmann
· 7 years ago
a75d6a4
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next
by Boris Brezillon
· 7 years ago
5158bd5
mtd: nand: remove hard-coded NAND ids length
by Jean-Louis Thekekara
· 8 years ago
f84674b
mtd: nand: Fix various memory leaks in core
by Boris Brezillon
· 8 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 7 years ago
d4cb37e
mtd: nand: Remove support for block locking/unlocking
by Boris Brezillon
· 8 years ago
a11bf5e
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
by Boris Brezillon
· 7 years ago
cb25fae
mtd: nand: Fix a docs build warning
by Jonathan Corbet
· 7 years ago
f7f8c17
nand: fix wrong default oob layout for small pages using soft ecc
by Miquel Raynal
· 8 years ago
b5e1617
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
ef32476
Merge tag 'nand/for-4.13' into MTD
by Brian Norris
· 8 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
2c8f8af
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· 8 years ago
79e0348
mtd: nand: check ecc->total sanity in nand_scan_tail
by Masahiro Yamada
· 8 years ago
2165c4a
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
by Boris Brezillon
· 8 years ago
4114564
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS
by Boris Brezillon
· 8 years ago
7d135bcc
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· 8 years ago
0b4773fd
mtd: nand: Drop unused cached programming support
by Boris Brezillon
· 8 years ago
104e442
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 8 years ago
086567f
mtd: nand: Optimize checking of erased buffers
by Pavel Machek
· 8 years ago
4a78cc6
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
by Boris Brezillon
· 8 years ago
d4ed3b9
mtd: nand: make nand_ooblayout_lp_hamming_ops static
by Colin Ian King
· 8 years ago
7877104
mtd: nand: free vendor-specific resources in init failure paths
by Brian Norris
· 8 years ago
44d4182
mtd: nand: don't leak buffers when ->scan_bbt() fails
by Brian Norris
· 8 years ago
6312811
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
by Jonathan Corbet
· 8 years ago
b6f6c29
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
by Mauro Carvalho Chehab
· 8 years ago
cc0f51e
mtd: nand: export nand_{read,write}_page_raw()
by Thomas Petazzoni
· 8 years ago
785818f
mtd: nand: add core support for on-die ECC
by Thomas Petazzoni
· 8 years ago
6a623e0
mtd: nand: add ooblayout for old hamming layout
by Alexander Couzens
· 8 years ago
477544c
mtd: nand: allow drivers to request minimum alignment for passed buffer
by Masahiro Yamada
· 8 years ago
3deb997
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
by Masahiro Yamada
· 8 years ago
0760468
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
by Masahiro Yamada
· 8 years ago
f107d7a
mtd: nand: Remove unused chip->write_page() hook
by Boris Brezillon
· 8 years ago
c5d664a
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
by Masahiro Yamada
· 8 years ago
3158fa0
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
by Masahiro Yamada
· 8 years ago
c120e75
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
by Masahiro Yamada
· 8 years ago
9fe4b66
mtd: nand: allow to set only one of ECC size and ECC strength from DT
by Masahiro Yamada
· 8 years ago
3b5206f
mtd: nand: Move Macronix specific initialization in nand_macronix.c
by Boris Brezillon
· 9 years ago
229204d
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
by Boris Brezillon
· 9 years ago
10d4e75
mtd: nand: Move Micron specific init logic in nand_micron.c
by Boris Brezillon
· 9 years ago
9b2d61f
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
by Boris Brezillon
· 9 years ago
01389b6
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
by Boris Brezillon
· 9 years ago
c51d0ac
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
by Boris Brezillon
· 9 years ago
abbe26d
mtd: nand: Add manufacturer specific initialization/detection steps
by Boris Brezillon
· 9 years ago
bcc678c
mtd: nand: Do not expose the NAND manufacturer table directly
by Boris Brezillon
· 8 years ago
7bb4279
mtd: nand: Rename nand_get_flash_type() into nand_detect()
by Boris Brezillon
· 9 years ago
29a198a
mtd: nand: Get rid of busw parameter
by Boris Brezillon
· 9 years ago
7f501f0
mtd: nand: Store nand ID in struct nand_chip
by Boris Brezillon
· 9 years ago
cbe435a
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
by Boris Brezillon
· 9 years ago
38b8d20
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
by Ingo Molnar
· 8 years ago
34da5f5
mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
by Zach Brown
· 8 years ago
5671842
mtd: nand: implement 'max_bad_blocks' mtd function
by Zach Brown
· 8 years ago
0989b09
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
by Brian Norris
· 8 years ago
3371d66
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· 8 years ago
4722c0e
mtd: nand: change return type of nand_get_flash_type() to int
by Masahiro Yamada
· 8 years ago
6ea40a3
mtd: nand: Wait tCCS after a column change
by Boris Brezillon
· 8 years ago
73f907f
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· 8 years ago
f5b88de
mtd: nand: fix trivial spelling error
by Brian Norris
· 8 years ago
d44154f
mtd: nand: Provide nand_cleanup() function to free NAND related resources
by Richard Weinberger
· 8 years ago
fde85cf
mtd: nand: Fix nand_command_lp() for 8bits opcodes
by Boris Brezillon
· 9 years ago
8bbba48
mtd: nand: Support maximizing ECC when using software BCH
by Boris Brezillon
· 9 years ago
ba78ee0
mtd: nand: Add an option to maximize the ECC strength
by Boris Brezillon
· 9 years ago
d8e725d
mtd: nand: automate NAND timings selection
by Boris Brezillon
· 8 years ago
2f94abf
mtd: nand: Create a NAND reset function
by Sascha Hauer
· 8 years ago
fc6b4d1
mtd: nand: Get rid of needless 'goto'
by Andrey Smirnov
· 8 years ago
76fe334
mtd: nand: Error out if cmd_ctrl() is missing
by Andrey Smirnov
· 8 years ago
d45bc58
mtd: nand: import nand_hw_control_init()
by Marc Gonzalez
· 8 years ago
144f4c9
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· 8 years ago
2cbaf54
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
by Brian Norris
· 9 years ago
ba4f46b
mtd: nand: add support for "nand-ecc-algo" DT property
by Rafał Miłecki
· 9 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
ae211bc
mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
by Rafał Miłecki
· 9 years ago
06f384c
mtd: nand: read ECC algorithm from the new field
by Rafał Miłecki
· 9 years ago
e9d4fae
mtd: nand: set ECC algorithm to Hamming on fallback
by Rafał Miłecki
· 9 years ago
d48f62b
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
by Boris Brezillon
· 9 years ago
7f2b092
mtd: nand: kill the ecc->layout field
by Boris Brezillon
· 9 years ago
7cf9c19
mtd: nand: bch: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
41b207a
mtd: nand: implement the default mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
70d105e
mtd: nand: use mtd_set_ecclayout() where appropriate
by Boris Brezillon
· 9 years ago
846031d
mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
9d02fc2
mtd: nand: export default read/write oob functions
by Boris Brezillon
· 9 years ago
11eaf6d
mtd: nand: Remove BUG() abuse in nand_scan_tail
by Ezequiel García
· 9 years ago
7908245
mtd: nand: set ECC algorithm in nand_dt_init
by Rafał Miłecki
· 9 years ago
4c7e054
mtd: nand: Remove the "nand-disk" LED trigger
by Ezequiel Garcia
· 9 years ago
20c07a5
mtd: nand: Drop mtd.owner requirement in nand_scan
by Ezequiel García
· 9 years ago
6871c1b
mtd: nand: remove kerneldoc for removed function parameter
by Brian Norris
· 9 years ago
9f3e042
mtd: nand: don't select chip in nand_chip's block_bad op
by Archit Taneja
· 9 years ago
a8c65d5
mtd: nand: simplify nand_bch_init() usage
by Boris BREZILLON
· 9 years ago
29f1058
mtd: create an mtd_oobavail() helper and make use of it
by Boris BREZILLON
· 9 years ago
Next »