index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
mtd: nand: denali: use nand_chip to hold frequently accessed data
Masahiro Yamada
2017-03-27
1
-34
/
+34
|
|
*
|
|
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
2017-03-24
1
-0
/
+2
|
|
*
|
|
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
2017-03-24
1
-0
/
+2
|
|
*
|
|
mtd: nand: denali: use int where no reason to use fixed width variable
Masahiro Yamada
2017-03-24
1
-4
/
+4
|
|
*
|
|
mtd: nand: denali: introduce capability flag
Masahiro Yamada
2017-03-24
2
-9
/
+10
|
|
*
|
|
mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
Masahiro Yamada
2017-03-24
2
-73
/
+44
|
|
*
|
|
mtd: nand: denali: fix comment of denali_nand_info::flash_mem
Masahiro Yamada
2017-03-24
1
-2
/
+2
|
|
*
|
|
mtd: nand: denali: remove more unused struct members
Masahiro Yamada
2017-03-24
1
-2
/
+0
|
|
*
|
|
mtd: nand: denali: remove redundant define of BANK(x)
Masahiro Yamada
2017-03-24
1
-1
/
+0
|
|
*
|
|
mtd: nand: denali: remove unused CONFIG option and macros
Masahiro Yamada
2017-03-24
3
-115
/
+0
|
|
*
|
|
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
2017-03-24
1
-21
/
+13
|
|
*
|
|
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
2017-03-24
1
-6
/
+0
|
|
*
|
|
mtd: nand: fsmc: remove CONFIG_OF conditional
Thomas Petazzoni
2017-03-23
1
-3
/
+1
|
|
*
|
|
mtd: nand: fsmc: remove unused definitions
Thomas Petazzoni
2017-03-23
1
-9
/
+0
|
|
*
|
|
mtd: nand: fsmc: use devm_clk_get()
Thomas Petazzoni
2017-03-23
1
-5
/
+2
|
|
*
|
|
mtd: nand: fsmc: finally remove fsmc_nand_platform_data
Thomas Petazzoni
2017-03-23
1
-52
/
+21
|
|
*
|
|
mtd: nand: fsmc: remove duplicate nand_set_flash_node()
Thomas Petazzoni
2017-03-23
1
-1
/
+0
|
|
*
|
|
mtd: nand: fsmc: kill {nr_, }partitions structure fields
Thomas Petazzoni
2017-03-23
1
-17
/
+1
|
|
*
|
|
mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data
Thomas Petazzoni
2017-03-23
1
-8
/
+2
|
|
*
|
|
mtd: nand: fsmc: remove fsmc_select_chip()
Thomas Petazzoni
2017-03-23
1
-29
/
+0
|
|
*
|
|
mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data
Thomas Petazzoni
2017-03-23
1
-4
/
+0
|
|
*
|
|
mtd: nand: fsmc: move fsmc_nand_data definition
Thomas Petazzoni
2017-03-23
1
-49
/
+49
|
|
*
|
|
mtd: nand: fsmc: fix NAND width handling
Thomas Petazzoni
2017-03-23
1
-8
/
+5
|
|
*
|
|
mtd: nand: hynix: Fix an error code in init
Dan Carpenter
2017-03-23
1
-1
/
+3
|
|
*
|
|
mtd: nand: gpio: make nCE GPIO optional
Christophe Leroy
2017-03-16
1
-6
/
+12
|
|
*
|
|
mtd: nand: Update dependency of IFC for LS1021A
Alison Wang
2017-03-16
1
-1
/
+1
|
|
*
|
|
mtd: nand: tango: Enforce DMA direction type
Boris Brezillon
2017-03-16
1
-3
/
+5
|
|
*
|
|
mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"
Colin Ian King
2017-03-16
1
-1
/
+1
|
|
*
|
|
mtd: nand: sunxi: simplify optional reset handling
Philipp Zabel
2017-03-16
1
-11
/
+9
|
|
*
|
|
mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDs
Boris Brezillon
2017-03-08
1
-1
/
+356
|
|
*
|
|
mtd: nand: hynix: Rework NAND ID decoding to extract more information
Boris Brezillon
2017-03-08
1
-19
/
+209
|
|
*
|
|
mtd: nand: samsung: Retrieve ECC requirements from extended ID
Hans de Goede
2017-03-08
1
-0
/
+20
|
|
*
|
|
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
2017-03-08
4
-12
/
+32
|
|
*
|
|
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
2017-03-08
4
-18
/
+54
|
|
*
|
|
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
2017-03-08
4
-31
/
+90
|
|
*
|
|
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
2017-03-08
4
-18
/
+55
|
|
*
|
|
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
2017-03-08
4
-87
/
+114
|
|
*
|
|
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
2017-03-08
4
-50
/
+99
|
|
*
|
|
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
2017-03-08
1
-10
/
+65
|
|
*
|
|
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
2017-03-08
2
-14
/
+31
|
|
*
|
|
mtd: nand: Kill the MTD_NAND_IDS Kconfig option
Boris Brezillon
2017-03-08
3
-13
/
+1
|
|
*
|
|
mtd: nand: Rename the nand_manufacturers struct
Boris Brezillon
2017-03-08
1
-1
/
+1
|
|
*
|
|
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
2017-03-08
1
-3
/
+2
|
|
*
|
|
mtd: nand: Get rid of busw parameter
Boris Brezillon
2017-03-08
1
-31
/
+37
|
|
*
|
|
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
2017-03-08
1
-25
/
+30
|
|
*
|
|
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
Boris Brezillon
2017-03-08
1
-24
/
+30
|
|
|
/
/
|
*
|
|
mtd: physmap_of: use OF helpers for reading strings
Rafał Miłecki
2017-04-19
1
-20
/
+10
|
*
|
|
mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAX
Geliang Tang
2017-04-19
1
-4
/
+2
|
*
|
|
drivers/mtd: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2017-04-19
3
-8
/
+12
|
*
|
|
mtd: physmap_of: really fix the physmap add-ons
Linus Walleij
2017-04-19
2
-6
/
+4
|
|
/
/
[prev]
[next]