开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
nand_base.c
Age
Commit message (
Expand
)
Author
2021-04-07
mtd: rawnand: Add support for secure regions in NAND memory
Manivannan Sadhasivam
2021-03-11
mtd: nand: fix error handling in nand_prog_page_op() #2
Sascha Hauer
2021-03-11
mtd: nand: fix error handling in nand_prog_page_op() #1
Sascha Hauer
2021-03-11
mtd: rawnand: Try not to use the ECC private structures
Miquel Raynal
2020-12-10
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2020-12-10
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2020-12-10
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
2020-12-10
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
2020-12-10
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2020-11-30
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
2020-11-30
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2020-11-30
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2020-11-30
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
2020-11-30
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
2020-09-30
mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()
Tudor Ambarus
2020-09-30
mtd: rawnand: Introduce nand_set_ecc_on_host_ops()
Tudor Ambarus
2020-09-30
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
2020-09-30
mtd: rawnand: Use the ECC framework user input parsing bits
Miquel Raynal
2020-09-30
mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper
Miquel Raynal
2020-09-30
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
2020-09-28
mtd: rawnand: Make use of the ECC framework
Miquel Raynal
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
mtd: rawnand: Separate the ECC engine type and the ECC byte placement
Miquel Raynal
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
2020-06-26
mtd: rawnand: Allocate the interface configurations dynamically
Miquel Raynal
2020-06-26
mtd: rawnand: Get rid of the default ONFI timing mode
Miquel Raynal
2020-06-26
mtd: rawnand: Add the ->choose_interface_config() hook
Miquel Raynal
2020-06-26
mtd: rawnand: Introduce nand_choose_best_sdr_timings()
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
Miquel Raynal
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
Miquel Raynal
2020-06-26
mtd: rawnand: Rename nand_init_data_interface()
Miquel Raynal
2020-06-26
mtd: rawnand: Fix nand_setup_data_interface() description
Miquel Raynal
2020-06-26
mtd: rawnand: Rename nand_has_setup_data_iface()
Miquel Raynal
2020-06-26
mtd: rawnand: Use the data interface mode entry when relevant
Miquel Raynal
2020-06-26
mtd: rawnand: Compare the actual timing values
Miquel Raynal
2020-06-26
mtd: rawnand: Rename the manufacturer structure
Miquel Raynal
2020-06-26
mtd: rawnand: Create a nand_chip operations structure
Miquel Raynal
2020-05-31
mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
Miquel Raynal
2020-05-31
mtd: rawnand: Return an enum from of_get_nand_ecc_algo()
Miquel Raynal
2020-05-31
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2020-05-31
mtd: rawnand: Avoid a typedef
Miquel Raynal
2020-05-31
mtd: rawnand: Stop using nand_release()
Miquel Raynal
2020-05-24
mtd: rawnand: Add nand_extract_bits()
Miquel Raynal
2020-05-24
mtd: rawnand: Ensure the number of bitflips is consistent
Miquel Raynal
2020-05-24
mtd: rawnand: Fix nand_gpio_waitrdy()
Boris Brezillon
2020-05-24
mtd: rawnand: Propage CS selection to sub operations
Boris Brezillon
2020-05-11
mtd: rawnand: Add a NAND_NO_BBM_QUIRK flag
Boris Brezillon
[next]