index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
mtd: rawnand: onfi: Use intermediate variables to improve readability
Miquel Raynal
1
-4
/
+5
2020-05-11
mtd: rawnand: onfi: Fix redundancy detection check
Miquel Raynal
1
-1
/
+1
2020-05-11
mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
Miquel Raynal
1
-3
/
+2
2020-05-11
mtd: rawnand: timings: Add mode information to the timings structure
Miquel Raynal
1
-0
/
+6
2020-05-11
mtd: rawnand: marvell: Rename the ->correct() function
Miquel Raynal
1
-10
/
+9
2020-05-11
mtd: rawnand: marvell: Rename a function to clarify
Miquel Raynal
1
-3
/
+3
2020-05-11
mtd: rawnand: marvell: Fix probe error path
Miquel Raynal
1
-9
/
+14
2020-05-11
mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registered
Miquel Raynal
1
-1
/
+1
2020-05-11
mtd: rawnand: marvell: Use devm_platform_ioremap_res()
Miquel Raynal
1
-3
/
+1
2020-05-11
mtd: rawnand: marvell: Fix the condition on a return code
Miquel Raynal
1
-1
/
+1
2020-05-11
mtd: rawnand: Give more information about the ECC weakness
Miquel Raynal
1
-2
/
+4
2020-05-11
mtd: rawnand: au1550nd: Patch the read/write buf helper prototypes
Boris Brezillon
1
-13
/
+17
2020-05-11
mtd: rawnand: au1550nd: Get rid of the legacy interface implementation
Boris Brezillon
1
-264
/
+0
2020-05-10
mtd: rawnand: au1550nd: Implement exec_op()
Boris Brezillon
1
-0
/
+110
2020-05-10
mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()
Boris Brezillon
1
-4
/
+13
2020-05-10
mtd: rawnand: denali: add more delays before latching incoming data
Masahiro Yamada
1
-11
/
+34
2020-05-10
mtd: rawnand: Take check_only into account
Boris Brezillon
11
-10
/
+33
2020-05-10
mtd: rawnand: brcmnand: Remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2020-05-10
mtd: rawnand: cadence: Make cadence_nand_attach_chip static
YueHaibing
1
-1
/
+1
2020-05-10
mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops static
YueHaibing
1
-1
/
+1
2020-05-10
mtd: rawnand: fsmc: Change to non-atomic bit operations
Fenghua Yu
1
-3
/
+4
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
9
-24
/
+18
2020-03-30
Merge tag 'nand/for-5.7' into mtd/next
Miquel Raynal
19
-194
/
+959
2020-03-25
mtd: rawnand: toshiba: Support reading the number of bitflips for BENAND (Built-in ECC NAND)
Yoshio Furuyama
1
-2
/
+56
2020-03-24
mtd: rawnand: macronix: Add support for deep power down mode
Mason Yang
1
-0
/
+74
2020-03-24
mtd: rawnand: Add support for manufacturer specific suspend/resume operation
Mason Yang
1
-4
/
+13
2020-03-11
mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
Kamal Dasu
1
-6
/
+287
2020-03-11
mtd: rawnand: cadence: reinit completion before executing a new command
Piotr Sroka
1
-0
/
+1
2020-03-11
mtd: rawnand: cadence: change bad block marker size
Piotr Sroka
1
-6
/
+3
2020-03-11
mtd: rawnand: cadence: fix the calculation of the avaialble OOB size
Piotr Sroka
1
-1
/
+2
2020-03-11
mtd: rawnand: cadence: get meta data size from registers
Piotr Sroka
1
-7
/
+14
2020-03-11
mtd: rawnand: Macronix: Add support for block protection
Mason Yang
1
-0
/
+72
2020-03-11
mtd: rawnand: Add support for manufacturer specific lock/unlock operation
Mason Yang
1
-2
/
+34
2020-03-11
mtd: rawnand: ingenic: Add dependency on MIPS || COMPILE_TEST
Paul Cercueil
1
-0
/
+1
2020-03-11
mtd: rawnand: stm32_fmc2: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-7
/
+37
2020-03-11
mtd: rawnand: qcom: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-17
/
+33
2020-03-11
mtd: rawnand: qcom: Release resources on failure within qcom_nandc_alloc()
Peter Ujfalusi
1
-27
/
+34
2020-03-11
mtd: rawnand: sunxi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-5
/
+10
2020-03-11
mtd: rawnand: marvell: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-5
/
+8
2020-03-11
mtd: rawnand: marvell: Release DMA channel on error
Peter Ujfalusi
1
-6
/
+19
2020-03-11
mtd: rawnand: gpmi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-10
/
+11
2020-03-11
mtd: rawnand: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
6
-6
/
+6
2020-03-11
mtd: rawnand: Add support for Macronix NAND randomizer
Mason Yang
1
-0
/
+81
2020-03-11
mtd: rawnand: ams-delta: Rename structures and functions to gpio_nand*
Janusz Krzysztofik
1
-44
/
+42
2020-03-11
mtd: rawnand: ams-delta: Make the driver custom I/O ready
Janusz Krzysztofik
1
-6
/
+26
2020-03-11
mtd: rawnand: ams-delta: Drop useless local variable
Janusz Krzysztofik
1
-5
/
+3
2020-03-11
mtd: rawnand: ams-delta: Support custom driver initialisation
Janusz Krzysztofik
1
-0
/
+11
2020-03-11
mtd: rawnand: ams-delta: Add module device tables
Janusz Krzysztofik
1
-0
/
+18
2020-03-11
mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"
Colin Ian King
1
-1
/
+1
2020-03-09
mtd: rawnand: ams-delta: Handle more GPIO pins as optional
Janusz Krzysztofik
1
-2
/
+4
[prev]
[next]