Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a11bf5ed951f8900d244d09eb03a888b59c7fc82
/
drivers
/
mtd
/
nand
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
791eccd
mtd: nand: sunxi: fix potential divide-by-zero error
by Bryan O'Donoghue
· 7 years ago
f7f8c17
nand: fix wrong default oob layout for small pages using soft ecc
by Miquel Raynal
· 8 years ago
3aa0907
mtd: nand: atmel: Fix DT backward compatibility in pmecc.c
by Boris Brezillon
· 7 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
ac7b759
Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
81667e9
mtd: nand: mtk: release lock on error path
by Dan Carpenter
· 8 years ago
6183061
Merge tag 'v4.12-rc7' into devel
by Linus Walleij
· 8 years ago
edfee36
mtd: nand: mtk: add ->setup_data_interface() hook
by Xiaolei Li
· 8 years ago
c4ec135
mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resume
by Xiaolei Li
· 8 years ago
777a8d9
mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resume
by Xiaolei Li
· 8 years ago
8840431
mtd: nand: mtk: disable ecc irq when writing page with hwecc
by Xiaolei Li
· 8 years ago
188986c
mtd: nand: mtk: fix incorrect register setting order about ecc irq
by Xiaolei Li
· 8 years ago
d1ab0da
mtd: nand: ifc: Initialize SRAM for all version >= 1.0
by Prabhakar Kushwaha
· 8 years ago
0d3a966
mtd: nand: denali: avoid magic numbers and rename for clarification
by Masahiro Yamada
· 8 years ago
777f2d4
mtd: nand: denali: enable bad block table scan
by Masahiro Yamada
· 8 years ago
7d370b2
mtd: nand: denali: use non-managed kmalloc() for DMA buffer
by Masahiro Yamada
· 8 years ago
997cde2
mtd: nand: denali: skip driver internal bounce buffer when possible
by Masahiro Yamada
· 8 years ago
57a4d8b
mtd: nand: denali: support hardware-assisted erased page detection
by Masahiro Yamada
· 8 years ago
26d266e
mtd: nand: denali: fix raw and oob accessors for syndrome page layout
by Masahiro Yamada
· 8 years ago
96a376b
mtd: nand: denali: use flag instead of register macro for direction
by Masahiro Yamada
· 8 years ago
00fc615
mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
by Masahiro Yamada
· 8 years ago
2291cb8
mtd: nand: denali: propagate page to helpers via function argument
by Masahiro Yamada
· 8 years ago
d49f579
mtd: nand: denali: use interrupt instead of polling for bank reset
by Masahiro Yamada
· 8 years ago
f486287
mtd: nand: denali: fix bank reset function to detect the number of chips
by Masahiro Yamada
· 8 years ago
fa6134e
mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
by Masahiro Yamada
· 8 years ago
c19e31d
mtd: nand: denali: rework interrupt handling
by Masahiro Yamada
· 8 years ago
1bb8866
mtd: nand: denali: handle timing parameters by setup_data_interface()
by Masahiro Yamada
· 8 years ago
959e9f2
mtd: nand: denali: remove unneeded find_valid_banks()
by Masahiro Yamada
· 8 years ago
b21ff82
mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
by Masahiro Yamada
· 8 years ago
d690694
mtd: nand: atmel: drop unused include
by Alexandre Belloni
· 8 years ago
91300dd
mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
by Masahiro Yamada
· 8 years ago
0615e7a
mtd: nand: denali: remove Toshiba and Hynix specific fixup code
by Masahiro Yamada
· 8 years ago
7de117f
mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
by Masahiro Yamada
· 8 years ago
2c8f8af
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· 8 years ago
df8b970
mtd: nand: denali: use BIT() and GENMASK() for register macros
by Masahiro Yamada
· 8 years ago
2b8c92b
mtd: nand: denali_dt: clean up resource ioremap
by Masahiro Yamada
· 8 years ago
f82c323
mtd: nand: gpmi: fix typo in comment
by Matthias Lange
· 8 years ago
d816f6b
mtd: nand: gpmi: Fix typo in data structure name
by Matthias Lange
· 8 years ago
3762a33
mtd: nand: orion: Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
d45e531
mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
by Boris Brezillon
· 8 years ago
30ee809
mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller
by Xiaolei Li
· 8 years ago
7ec4a37
mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
by Xiaolei Li
· 8 years ago
582212c
mtd: nand: mediatek: refine register NFI_PAGEFMT setting
by Xiaolei Li
· 8 years ago
05b6c23
mtd: nand: atmel: mark resume function __maybe_unused
by Arnd Bergmann
· 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
a186493
mtd: nand: tango: Fix incorrect use of SEQIN command
by Boris Brezillon
· 8 years ago
df5586d
mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)
by Boris Brezillon
· 8 years ago
2de85e7
mtd: nand: sunxi: Actually use DMA for subpage reads
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
6e532af
mtd: nand: atmel: Add PM ops
by Boris Brezillon
· 8 years ago
f9ce2ed
mtd: nand: atmel: Add ->setup_data_interface() hooks
by Boris Brezillon
· 8 years ago
104e442
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 8 years ago
ebb528d9
mtd: nand: gpmi: Kill gpmi_nand_exit()
by Boris Brezillon
· 8 years ago
4d02423
mtd: nand: gpmi: Fix gpmi_nand_init() error path
by Boris Brezillon
· 8 years ago
b4af694
mtd: nand: gpmi: add i.MX 7 SoC support
by Stefan Agner
· 8 years ago
6b7ee72
mtd: nand: gpmi: unify clock handling
by Stefan Agner
· 8 years ago
086567f
mtd: nand: Optimize checking of erased buffers
by Pavel Machek
· 8 years ago
838ff7b
mtd: nand: fsmc_nand: handle on-die ECC case
by Thomas Petazzoni
· 8 years ago
9748e1d
mtd: nand: add support for Micron on-die ECC
by Thomas Petazzoni
· 8 years ago
4a78cc6
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
by Boris Brezillon
· 8 years ago
cf2fd51
mtd: nand: jz4740: Let the pinctrl driver configure the pins
by Paul Cercueil
· 8 years ago
d4ed3b9
mtd: nand: make nand_ooblayout_lp_hamming_ops static
by Colin Ian King
· 8 years ago
60cf0ce
mtd: nand: tango: Update ecc_stats.corrected
by Marc Gonzalez
· 8 years ago
2761b4f
mtd: nand: tango: Export OF device ID table as module aliases
by Andres Galacho
· 8 years ago
d241979
mtd: nand: samsung: warn about un-parseable ECC info
by Brian Norris
· 8 years ago
7877104
mtd: nand: free vendor-specific resources in init failure paths
by Brian Norris
· 8 years ago
0545c17
mtd: nand: drop unneeded module.h include
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
1debdb9
mtd: nand: fsmc: remove default timings
by Thomas Petazzoni
· 8 years ago
d9fb079
mtd: nand: fsmc: add support for SDR timings
by Thomas Petazzoni
· 8 years ago
6335b50
mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup()
by Thomas Petazzoni
· 8 years ago
19d8ccc
mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC
by Alexander Couzens
· 8 years ago
0b2f93d
mtd: nand: jz4780: Use mtd_set_ooblayout() to set the ooblayout
by Boris Brezillon
· 8 years ago
6f9ad5f
mtd: nand: Add Mediatek machine dependency
by Ezequiel Garcia
· 8 years ago
7699f1e
mtd: nand: Add Hisilicon machine dependency
by Ezequiel Garcia
· 8 years ago
9786e34
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
dcbe821
mtd: nand: nandsim: convert to memalloc_noreclaim_*()
by Vlastimil Babka
· 8 years ago
6a623e0
mtd: nand: add ooblayout for old hamming layout
by Alexander Couzens
· 8 years ago
b98e199
mtd: oxnas_nand: Allocating more than necessary in probe()
by Dan Carpenter
· 8 years ago
57e363b
Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTD
by Brian Norris
· 8 years ago
9d2ee0a
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
by Kamal Dasu
· 8 years ago
65a2c1c
mtd: nand: davinci: add comment on NAND subpage write status on keystone
by Sekhar Nori
· 8 years ago
2d283ed
mtd: nand: omap2: Fix partition creation via cmdline mtdparts
by Roger Quadros
· 8 years ago
038e8ad6e
mtd: nand: NULL terminate a of_device_id table
by Christophe Jaillet
· 8 years ago
70106dd
mtd: nand: Fix a couple error codes
by Dan Carpenter
· 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
e7beeee
mtd: nand: denali: allow to override revision number
by Masahiro Yamada
· 8 years ago
3f5c358
mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
by Masahiro Yamada
· 8 years ago
Next »