Gitiles Standalone
repos
/
linux-5.10
/
eb94555e9e97c9983461214046b4d72c4ab4ba70
/
include
/
linux
/
mtd
/
rawnand.h
14157f8
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· 8 years ago
d1f936d7
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
by Boris Brezillon
· 8 years ago
2d2a2b8
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
by Lothar Waßmann
· 8 years ago
a75d6a4
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next
by Boris Brezillon
· 8 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 8 years ago
[Renamed (99%) from include/linux/mtd/nand.h]
b5e1617
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
a03c601
mtd: nand: add a shorthand to generate nand_ecc_caps structure
by Masahiro Yamada
· 8 years ago
2c8f8af
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· 8 years ago
7d135bcc
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· 8 years ago
104e442
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 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
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
477544c
mtd: nand: allow drivers to request minimum alignment for passed buffer
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
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
· 9 years ago
8cfb9ab
mtd: nand: Rename the nand_manufacturers struct
by Boris Brezillon
· 9 years ago
7f501f0
mtd: nand: Store nand ID in struct nand_chip
by Boris Brezillon
· 9 years ago
9c8d7ff
Merge tag 'nand/for-4.11' of github.com:linux-nand/linux
by Brian Norris
· 9 years ago
ceb374e
mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip
by Zach Brown
· 9 years ago
a4077ce
mtd: nand: Add Winbond manufacturer id
by Andrey Jr. Melnikov
· 9 years ago
61babe9
mtd: nand: fix nand.h kernel-doc warnings
by Randy Dunlap
· 9 years ago
0989b09
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
by Brian Norris
· 9 years ago
3371d66
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· 9 years ago
6ea40a3
mtd: nand: Wait tCCS after a column change
by Boris Brezillon
· 9 years ago
204e7ec
mtd: nand: Add a few more timings to nand_sdr_timings
by Boris Brezillon
· 9 years ago
73f907f
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· 9 years ago
d44154f
mtd: nand: Provide nand_cleanup() function to free NAND related resources
by Richard Weinberger
· 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
· 9 years ago
6e1f970
mtd: nand: Expose data interface for ONFI mode 0
by Sascha Hauer
· 9 years ago
b88730a
mtd: nand: Add function to convert ONFI mode to data_interface
by Sascha Hauer
· 9 years ago
eee64b7
mtd: nand: Introduce nand_data_interface
by Sascha Hauer
· 9 years ago
2f94abf
mtd: nand: Create a NAND reset function
by Sascha Hauer
· 9 years ago
7902259
mtd: nand: remove unnecessary 'extern' from function declarations
by Sascha Hauer
· 9 years ago
d45bc58
mtd: nand: import nand_hw_control_init()
by Marc Gonzalez
· 9 years ago
1c7fe6b
mtd: nand: add ESMT manufacturer
by Rafał Miłecki
· 9 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
7f2b092
mtd: nand: kill the ecc->layout field
by Boris Brezillon
· 10 years ago
41b207a
mtd: nand: implement the default mtd_ooblayout_ops
by Boris Brezillon
· 10 years ago
9d02fc2
mtd: nand: export default read/write oob functions
by Boris Brezillon
· 10 years ago
b0fcd8a
mtd: nand: add new enum for storing ECC algorithm
by Rafał Miłecki
· 9 years ago
9f3e042
mtd: nand: don't select chip in nand_chip's block_bad op
by Archit Taneja
· 10 years ago
02db97a
mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct
by Boris BREZILLON
· 10 years ago
c03d996
mtd: nand: add NAND_NEED_SCRAMBLING option flag
by Boris BREZILLON
· 10 years ago
d39ddbd
mtd: nand: add helpers to access ->priv
by Boris BREZILLON
· 10 years ago
40cbe6e
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
by Boris BREZILLON
· 10 years ago
6e94119
mtd: nand: return consistent error codes in ecc.correct() implementations
by Boris BREZILLON
· 10 years ago
8142b47
mtd: nand: remove unused and buggy get_platform_nandchip() helper function
by Boris BREZILLON
· 10 years ago
29574ed
mtd: nand: kill the chip->flash_node field
by Boris BREZILLON
· 10 years ago
2d3b77b
mtd: nand: update mtd_to_nand()
by Boris BREZILLON
· 10 years ago
ffd014f
mtd: nand: add nand_to_mtd() helper
by Boris BREZILLON
· 10 years ago
ed4f85c
mtd: nand: embed an mtd_info structure into nand_chip
by Boris BREZILLON
· 10 years ago
74e98be
mtd: nand: fix typo (t_ald -> t_adl)
by Brian Norris
· 10 years ago
de64aa9
mtd: nand: fix ONFI parameter page layout
by Boris BREZILLON
· 10 years ago
c291b3c
mtd: merge in mtd_to_nand() branch
by Brian Norris
· 10 years ago
9eba47d
mtd: nand: add an mtd_to_nand() helper
by Boris BREZILLON
· 10 years ago
28b8b26b
mtd: add get/set of_node/flash_node helpers
by Brian Norris
· 10 years ago
45aaeff
mtd: nand: pass page number to ecc->write_xxx() methods
by Boris BREZILLON
· 10 years ago
a7f5ba4
mtd: nand: remove unused ->init_size() hook
by Boris BREZILLON
· 10 years ago
730a43f
mtd: nand: add nand_check_erased helper functions
by Boris BREZILLON
· 10 years ago
61528d8
mtd: nand: Rename nand_chip .dn to .flash_node
by Marek Vasut
· 10 years ago
5f867db
mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict
by Scott Wood
· 10 years ago
5844fee
mtd: nand: add common DT init code
by Brian Norris
· 11 years ago
1779935
mtd: nand_bbt: make nand_scan_bbt() static
by Brian Norris
· 10 years ago
641519c
mtd: nand: add ATO manufacturer info
by Brian Norris
· 11 years ago
62d956d
mtd: nand: provide detailed description for raw read/write page methods
by Boris BREZILLON
· 11 years ago
57a94e2
mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs
by Boris BREZILLON
· 11 years ago
5b49ab3
Merge l2-mtd/next into l2-mtd/master
by Brian Norris
· 11 years ago
b25046b
mtd: nand: fix DocBook warnings on nand_sdr_timings doc
by Boris BREZILLON
· 11 years ago
7b7d898
mtd: fix linux/mtd/nand.h kernel-doc warning
by Randy Dunlap
· 11 years ago
974647e
mtd: nand: add ONFI timing mode to nand_timings converter
by Boris BREZILLON
· 11 years ago
bb5fd0b
mtd: nand: define struct nand_timings
by Boris BREZILLON
· 11 years ago
8471bb7
mtd: Introduce mtd_block_isreserved()
by Ezequiel Garcia
· 11 years ago
66507c7
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
by Kamal Dasu
· 11 years ago
49c50b9
mtd: nand: refactor erase_cmd() to return chip status
by Brian Norris
· 11 years ago
e34fcb0
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
by David Mosberger
· 11 years ago
e004deb
mtd: nand: add "page" argument for read_subpage hook
by Huang Shijie
· 12 years ago
9136181
mtd: nand: parse out the JEDEC compliant NAND
by Huang Shijie
· 12 years ago
7852f89
mtd: nand: add a helper to get the supported features for JEDEC
by Huang Shijie
· 12 years ago
d94abba
mtd: nand: add fields for JEDEC in nand_chip
by Huang Shijie
· 12 years ago
afbfff0
mtd: nand: add the data structures for JEDEC parameter page
by Huang Shijie
· 12 years ago
3dad234
mtd: nand: force NAND_CMD_READID onto 8-bit bus
by Brian Norris
· 12 years ago
3f172cb
mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
by Huang Shijie
· 12 years ago
f02ea4e
mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}
by Huang Shijie
· 12 years ago
4968a41
mtd: nand: add Intel manufacturer ID
by Huang Shijie
· 12 years ago
3f97c6f
mtd: nand: add SanDisk manufacturer ID
by Huang Shijie
· 12 years ago
05f7835
mtd: nand: don't use {read,write}_buf for 8-bit transfers
by Uwe Kleine-König
· 12 years ago
e2e6b7b
mtd: nand: use __packed shorthand
by Brian Norris
· 12 years ago
Next »