index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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-08-06
mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()
Manivannan Sadhasivam
2021-07-16
mtd: rawnand: Add a check in of_get_nand_secure_regions()
Dan Carpenter
2021-05-26
mtd: rawnand: Add a helper to parse the gpio-cs DT property
Miquel Raynal
2021-05-26
mtd: rawnand: Choose the best timings, NV-DDR included
Miquel Raynal
2021-05-26
mtd: rawnand: Allow SDR timings to be nacked
Miquel Raynal
2021-05-26
mtd: rawnand: Support enabling NV-DDR through SET_FEATURES
Miquel Raynal
2021-05-26
mtd: rawnand: Handle the double bytes in NV-DDR mode
Miquel Raynal
2021-05-26
mtd: rawnand: Access SDR and NV-DDR timings through a common macro
Miquel Raynal
2021-05-26
mtd: rawnand: Use more recent ONFI specification wording
Miquel Raynal
2021-05-10
mtd: rawnand: silence static checker warning in nand_setup_interface()
Dan Carpenter
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
[next]