index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
reboot.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-25
mtd: nand: denali: support 64bit capable DMA engine
Masahiro Yamada
2
-4
/
+36
2017-04-25
mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
Masahiro Yamada
2
-6
/
+13
2017-04-25
mtd: nand: denali: support HW_ECC_FIXUP capability
Masahiro Yamada
2
-9
/
+57
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-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
2
-3
/
+2
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
2
-11
/
+5
2017-04-25
mtd: nand: atmel: Document the new DT bindings
Boris Brezillon
1
-1
/
+106
2017-04-25
mtd: nand: Cleanup/rework the atmel_nand driver
Boris Brezillon
10
-2750
/
+3298
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
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-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
memory: ifc: 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-08
mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDs
Boris Brezillon
1
-1
/
+356
[next]