index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
drivers/mtd: Convert remaining uses of pr_warning to pr_warn
Joe Perches
3
-8
/
+12
2017-04-19
mtd: physmap_of: really fix the physmap add-ons
Linus Walleij
2
-6
/
+4
2017-04-16
mtd: spi-nor: enable stateless 4b op codes for mx25u25635f
Mathias Kresin
1
-1
/
+1
2017-04-11
mtd: spi-nor: Add support for N25Q256A11
Nobuhiro Iwamatsu
1
-0
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-03-30
ubi/upd: Always flush after prepared for an update
Sebastian Siewior
1
-4
/
+4
2017-03-29
mtd: nand: orion: improve handling of optional clock
Simon Baatz
1
-7
/
+13
2017-03-29
mtd: nand: orion: fix clk handling
Simon Baatz
1
-21
/
+21
2017-03-28
mtd: nand: denali: remove unnecessary writes to ECC_CORRECTION
Masahiro Yamada
2
-17
/
+1
2017-03-28
mtd: nand: denali: remove meaningless writes to read-only registers
Masahiro Yamada
1
-16
/
+0
2017-03-28
mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
Masahiro Yamada
1
-0
/
+9
2017-03-28
mtd: nand: denali: simplify multi device fixup code
Masahiro Yamada
1
-16
/
+30
2017-03-27
mtd: nand: denali: move multi device fixup code to a helper function
Masahiro Yamada
1
-21
/
+33
2017-03-27
mtd: nand: denali: call nand_set_flash_node() to set DT node
Masahiro Yamada
1
-0
/
+1
2017-03-27
mtd: nand: denali: use nand_chip to hold frequently accessed data
Masahiro Yamada
1
-34
/
+34
2017-03-24
UBI: Fix typos
Andrew F. Davis
3
-4
/
+3
2017-03-24
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: denali: use int where no reason to use fixed width variable
Masahiro Yamada
1
-4
/
+4
2017-03-24
mtd: nand: denali: introduce capability flag
Masahiro Yamada
2
-9
/
+10
2017-03-24
mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
Masahiro Yamada
2
-73
/
+44
2017-03-24
mtd: nand: denali: fix comment of denali_nand_info::flash_mem
Masahiro Yamada
1
-2
/
+2
2017-03-24
mtd: nand: denali: remove more unused struct members
Masahiro Yamada
1
-2
/
+0
2017-03-24
mtd: nand: denali: remove redundant define of BANK(x)
Masahiro Yamada
1
-1
/
+0
2017-03-24
mtd: nand: denali: remove unused CONFIG option and macros
Masahiro Yamada
3
-115
/
+0
2017-03-24
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
1
-21
/
+13
2017-03-24
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
1
-6
/
+0
2017-03-23
mtd: nand: fsmc: remove CONFIG_OF conditional
Thomas Petazzoni
1
-3
/
+1
2017-03-23
mtd: nand: fsmc: remove unused definitions
Thomas Petazzoni
1
-9
/
+0
2017-03-23
mtd: nand: fsmc: use devm_clk_get()
Thomas Petazzoni
1
-5
/
+2
2017-03-23
mtd: nand: fsmc: finally remove fsmc_nand_platform_data
Thomas Petazzoni
1
-52
/
+21
2017-03-23
mtd: nand: fsmc: remove duplicate nand_set_flash_node()
Thomas Petazzoni
1
-1
/
+0
2017-03-23
mtd: nand: fsmc: kill {nr_, }partitions structure fields
Thomas Petazzoni
1
-17
/
+1
2017-03-23
mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data
Thomas Petazzoni
1
-8
/
+2
2017-03-23
mtd: nand: fsmc: remove fsmc_select_chip()
Thomas Petazzoni
1
-29
/
+0
2017-03-23
mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data
Thomas Petazzoni
1
-4
/
+0
2017-03-23
mtd: nand: fsmc: move fsmc_nand_data definition
Thomas Petazzoni
1
-49
/
+49
2017-03-23
mtd: nand: fsmc: fix NAND width handling
Thomas Petazzoni
1
-8
/
+5
2017-03-23
mtd: nand: hynix: Fix an error code in init
Dan Carpenter
1
-1
/
+3
2017-03-23
drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variants
Alexander Kurz
1
-0
/
+3
2017-03-23
drivers mtd: spi-nor: add Winbond W25Q20 variants
Alexander Kurz
1
-0
/
+3
2017-03-22
mtd: spi-nor: Disable chip erase for Micron n25q00.
mar.krzeminski
1
-2
/
+2
2017-03-22
mtd: spi-nor: Fix whole chip erasing for stacked chips.
mar.krzeminski
1
-0
/
+3
2017-03-21
mtd: utilize new cdev_device_add helper function
Logan Gunthorpe
2
-107
/
+33
2017-03-16
mtd: nand: gpio: make nCE GPIO optional
Christophe Leroy
1
-6
/
+12
2017-03-16
mtd: nand: Update dependency of IFC for LS1021A
Alison Wang
1
-1
/
+1
2017-03-16
mtd: nand: tango: Enforce DMA direction type
Boris Brezillon
1
-3
/
+5
2017-03-16
mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"
Colin Ian King
1
-1
/
+1
2017-03-16
mtd: nand: sunxi: simplify optional reset handling
Philipp Zabel
1
-11
/
+9
2017-03-10
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
[prev]
[next]