index
:
pm24.git
master
perf-mon
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
2022-11-07
mtd: rawnand: placate "$VARIABLE is used uninitialized" warnings
Adam Borowski
2022-10-07
Merge tag 'nand/for-6.1' into mtd/next
Miquel Raynal
2022-09-21
mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
2022-09-21
mtd: rawnand: remove misguided comment of nand_get_device()
ChenXiaoSong
2022-09-21
mtd: add ECC error accounting for each read request
Michał Kępień
2022-04-04
mtd: rawnand: print offset instead of page number for bad blocks
Rafał Miłecki
2022-03-23
Merge tag 'nand/for-5.18' into mtd/next
Miquel Raynal
2022-02-09
mtd: rawnand: protect access to rawnand devices while in suspend
Sean Nyekjaer
2022-02-07
mtd: Replace the expert mode symbols with a single helper
Miquel Raynal
2022-01-23
mtd: rawnand: Rework of_get_nand_bus_width()
Tudor Ambarus
2022-01-23
mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapper
Tudor Ambarus
2022-01-11
Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
2021-12-31
Merge tag 'nand/for-5.17' into mtd/next
Miquel Raynal
2021-12-09
mtd: Introduce an expert mode for forensics and debugging purposes
Miquel Raynal
2021-12-03
mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
Herve Codina
2021-12-03
mtd: rawnand: Fix nand_erase_op delay
Herve Codina
2021-11-19
mtd: rawnand: Export nand_read_page_hwecc_oob_first()
Paul Cercueil
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
[next]