index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
denali.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
1
-1408
/
+0
2017-12-14
mtd: nand: denali: Avoid using ecc->code_buf as a temporary buffer
Boris Brezillon
1
-7
/
+3
2017-12-14
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
1
-1
/
+1
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
1
-1
/
+0
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
1
-19
/
+18
2017-12-01
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
1
-1
/
+1
2017-11-30
mtd: nand: denali: rename misleading dma_buf to tmp_buf
Masahiro Yamada
1
-17
/
+17
2017-10-07
mtd: nand: denali: fix setup_data_interface to meet tCCS delay
Masahiro Yamada
1
-2
/
+8
2017-09-22
mtd: nand: denali: change the setup_dma choice into hook
Masahiro Yamada
1
-10
/
+5
2017-09-22
mtd: nand: denali: support direct addressing mode
Masahiro Yamada
1
-41
/
+68
2017-09-22
mtd: nand: denali: remove unneeded init of ECC_ENABLE register
Masahiro Yamada
1
-2
/
+0
2017-09-22
mtd: nand: denali: use upper/lower_32_bits() macro for clean-up
Masahiro Yamada
1
-2
/
+2
2017-09-22
mtd: nand: denali: clean up comments
Masahiro Yamada
1
-47
/
+5
2017-09-22
mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate
Masahiro Yamada
1
-11
/
+11
2017-09-22
mtd: nand: denali: clean up macros with <linux/bitfield.h>
Masahiro Yamada
1
-14
/
+11
2017-09-22
mtd: nand: denali: slight clean up of denali_wait_for_irq()
Masahiro Yamada
1
-1
/
+1
2017-09-22
mtd: nand: denali: squash denali_enable_dma() helper into caller
Masahiro Yamada
1
-9
/
+3
2017-09-22
mtd: nand: denali: consolidate include directives
Masahiro Yamada
1
-5
/
+7
2017-09-22
mtd: nand: denali: prefix detect_max_banks() with denali_
Masahiro Yamada
1
-2
/
+2
2017-09-22
mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller
Masahiro Yamada
1
-19
/
+3
2017-09-18
mtd: nand: denali: support two row address cycle devices
Masahiro Yamada
1
-2
/
+2
2017-09-08
linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro
Masahiro Yamada
1
-3
/
+0
2017-06-20
mtd: nand: denali: avoid magic numbers and rename for clarification
Masahiro Yamada
1
-122
/
+125
2017-06-20
mtd: nand: denali: enable bad block table scan
Masahiro Yamada
1
-29
/
+2
2017-06-20
mtd: nand: denali: use non-managed kmalloc() for DMA buffer
Masahiro Yamada
1
-9
/
+17
2017-06-20
mtd: nand: denali: skip driver internal bounce buffer when possible
Masahiro Yamada
1
-26
/
+12
2017-06-20
mtd: nand: denali: support hardware-assisted erased page detection
Masahiro Yamada
1
-1
/
+8
2017-06-20
mtd: nand: denali: fix raw and oob accessors for syndrome page layout
Masahiro Yamada
1
-267
/
+343
2017-06-20
mtd: nand: denali: use flag instead of register macro for direction
Masahiro Yamada
1
-19
/
+17
2017-06-20
mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
Masahiro Yamada
1
-15
/
+14
2017-06-20
mtd: nand: denali: propagate page to helpers via function argument
Masahiro Yamada
1
-34
/
+24
2017-06-20
mtd: nand: denali: use interrupt instead of polling for bank reset
Masahiro Yamada
1
-14
/
+14
2017-06-20
mtd: nand: denali: fix bank reset function to detect the number of chips
Masahiro Yamada
1
-29
/
+23
2017-06-20
mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
Masahiro Yamada
1
-109
/
+123
2017-06-20
mtd: nand: denali: rework interrupt handling
Masahiro Yamada
1
-201
/
+116
2017-06-20
mtd: nand: denali: handle timing parameters by setup_data_interface()
Masahiro Yamada
1
-221
/
+124
2017-06-20
mtd: nand: denali: remove unneeded find_valid_banks()
Masahiro Yamada
1
-47
/
+0
2017-06-20
mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
Masahiro Yamada
1
-29
/
+12
2017-06-10
mtd: nand: denali: remove Toshiba and Hynix specific fixup code
Masahiro Yamada
1
-34
/
+6
2017-06-10
mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
Masahiro Yamada
1
-35
/
+52
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
1
-0
/
+2
2017-04-25
mtd: nand: denali: allow to override revision number
Masahiro Yamada
1
-10
/
+13
2017-04-25
mtd: nand: denali: support 64bit capable DMA engine
Masahiro Yamada
1
-4
/
+35
2017-04-25
mtd: nand: denali: support HW_ECC_FIXUP capability
Masahiro Yamada
1
-7
/
+45
2017-04-25
mtd: nand: denali: fix erased page checking
Masahiro Yamada
1
-27
/
+50
2017-04-25
mtd: nand: denali: fix bitflips calculation in handle_ecc()
Masahiro Yamada
1
-70
/
+71
2017-04-25
mtd: nand: denali: remove meaningless pipeline read-ahead operation
Masahiro Yamada
1
-39
/
+3
2017-04-25
mtd: nand: denali: allow to override mtd->name from label DT property
Masahiro Yamada
1
-1
/
+3
2017-03-28
mtd: nand: denali: remove unnecessary writes to ECC_CORRECTION
Masahiro Yamada
1
-14
/
+1
2017-03-28
mtd: nand: denali: remove meaningless writes to read-only registers
Masahiro Yamada
1
-16
/
+0
[next]