index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
nand_base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: Support for sequential cache reads
JaimeLiao
2023-01-13
1
-4
/
+115
*
mtd: rawnand: Prepare the late addition of supported operation checks
Miquel Raynal
2023-01-13
1
-0
/
+10
*
mtd: rawnand: Check the data only read pattern only once
Miquel Raynal
2023-01-13
1
-0
/
+20
*
mtd: rawnand: placate "$VARIABLE is used uninitialized" warnings
Adam Borowski
2022-11-07
1
-2
/
+2
*
Merge tag 'nand/for-6.1' into mtd/next
Miquel Raynal
2022-10-07
1
-4
/
+1
|
\
|
*
mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
2022-09-21
1
-2
/
+1
|
*
mtd: rawnand: remove misguided comment of nand_get_device()
ChenXiaoSong
2022-09-21
1
-2
/
+0
*
|
mtd: add ECC error accounting for each read request
Michał Kępień
2022-09-21
1
-0
/
+10
|
/
*
mtd: rawnand: print offset instead of page number for bad blocks
Rafał Miłecki
2022-04-04
1
-4
/
+5
*
Merge tag 'nand/for-5.18' into mtd/next
Miquel Raynal
2022-03-23
1
-42
/
+39
|
\
|
*
mtd: rawnand: protect access to rawnand devices while in suspend
Sean Nyekjaer
2022-02-09
1
-24
/
+20
|
*
mtd: rawnand: Rework of_get_nand_bus_width()
Tudor Ambarus
2022-01-23
1
-12
/
+18
|
*
mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapper
Tudor Ambarus
2022-01-23
1
-6
/
+1
*
|
mtd: Replace the expert mode symbols with a single helper
Miquel Raynal
2022-02-07
1
-1
/
+1
|
/
*
Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
2022-01-11
1
-0
/
+70
|
\
|
*
Merge tag 'nand/for-5.17' into mtd/next
Miquel Raynal
2021-12-31
1
-0
/
+67
|
|
\
|
|
*
mtd: rawnand: Export nand_read_page_hwecc_oob_first()
Paul Cercueil
2021-11-19
1
-0
/
+67
|
*
|
mtd: Introduce an expert mode for forensics and debugging purposes
Miquel Raynal
2021-12-09
1
-0
/
+3
|
|
/
*
|
mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
Herve Codina
2021-12-03
1
-2
/
+2
*
|
mtd: rawnand: Fix nand_erase_op delay
Herve Codina
2021-12-03
1
-1
/
+1
|
/
*
mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()
Manivannan Sadhasivam
2021-08-06
1
-0
/
+6
*
mtd: rawnand: Add a check in of_get_nand_secure_regions()
Dan Carpenter
2021-07-16
1
-2
/
+2
*
mtd: rawnand: Add a helper to parse the gpio-cs DT property
Miquel Raynal
2021-05-26
1
-0
/
+39
*
mtd: rawnand: Choose the best timings, NV-DDR included
Miquel Raynal
2021-05-26
1
-1
/
+75
*
mtd: rawnand: Allow SDR timings to be nacked
Miquel Raynal
2021-05-26
1
-4
/
+4
*
mtd: rawnand: Support enabling NV-DDR through SET_FEATURES
Miquel Raynal
2021-05-26
1
-5
/
+13
*
mtd: rawnand: Handle the double bytes in NV-DDR mode
Miquel Raynal
2021-05-26
1
-8
/
+85
*
mtd: rawnand: Access SDR and NV-DDR timings through a common macro
Miquel Raynal
2021-05-26
1
-60
/
+71
*
mtd: rawnand: Use more recent ONFI specification wording
Miquel Raynal
2021-05-26
1
-1
/
+1
*
mtd: rawnand: silence static checker warning in nand_setup_interface()
Dan Carpenter
2021-05-10
1
-0
/
+1
*
mtd: rawnand: Add support for secure regions in NAND memory
Manivannan Sadhasivam
2021-04-07
1
-1
/
+99
*
mtd: nand: fix error handling in nand_prog_page_op() #2
Sascha Hauer
2021-03-11
1
-16
/
+15
*
mtd: nand: fix error handling in nand_prog_page_op() #1
Sascha Hauer
2021-03-11
1
-0
/
+2
*
mtd: rawnand: Try not to use the ECC private structures
Miquel Raynal
2021-03-11
1
-9
/
+7
*
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2020-12-10
1
-17
/
+9
*
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2020-12-10
1
-3
/
+60
*
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
2020-12-10
1
-2
/
+23
*
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
2020-12-10
1
-1
/
+1
*
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2020-12-10
1
-53
/
+9
*
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
2020-11-30
1
-5
/
+33
*
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2020-11-30
1
-4
/
+40
*
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2020-11-30
1
-1
/
+1
*
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
2020-11-30
1
-5
/
+7
*
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
2020-11-30
1
-1
/
+1
*
mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()
Tudor Ambarus
2020-09-30
1
-3
/
+1
*
mtd: rawnand: Introduce nand_set_ecc_on_host_ops()
Tudor Ambarus
2020-09-30
1
-53
/
+61
*
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
2020-09-30
1
-7
/
+7
*
mtd: rawnand: Use the ECC framework user input parsing bits
Miquel Raynal
2020-09-30
1
-72
/
+70
*
mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper
Miquel Raynal
2020-09-30
1
-38
/
+1
*
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
2020-09-30
1
-165
/
+9
[next]