index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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]