index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: denali: propagate page to helpers via function argument
Masahiro Yamada
2017-06-20
2
-35
/
+24
*
mtd: nand: denali: use interrupt instead of polling for bank reset
Masahiro Yamada
2017-06-20
1
-14
/
+14
*
mtd: nand: denali: fix bank reset function to detect the number of chips
Masahiro Yamada
2017-06-20
1
-29
/
+23
*
mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
Masahiro Yamada
2017-06-20
2
-111
/
+123
*
mtd: nand: denali: rework interrupt handling
Masahiro Yamada
2017-06-20
2
-201
/
+117
*
mtd: nand: denali: handle timing parameters by setup_data_interface()
Masahiro Yamada
2017-06-20
4
-241
/
+139
*
mtd: nand: denali: remove unneeded find_valid_banks()
Masahiro Yamada
2017-06-20
2
-48
/
+0
*
mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
Masahiro Yamada
2017-06-20
2
-30
/
+12
*
mtd: nand: atmel: drop unused include
Alexandre Belloni
2017-06-13
1
-1
/
+0
*
mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
Masahiro Yamada
2017-06-10
2
-0
/
+31
*
mtd: nand: denali: remove Toshiba and Hynix specific fixup code
Masahiro Yamada
2017-06-10
1
-34
/
+6
*
mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
Masahiro Yamada
2017-06-10
5
-37
/
+78
*
mtd: nand: add a shorthand to generate nand_ecc_caps structure
Masahiro Yamada
2017-06-10
1
-0
/
+14
*
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
2017-06-10
2
-0
/
+253
*
mtd: nand: denali: use BIT() and GENMASK() for register macros
Masahiro Yamada
2017-06-10
1
-125
/
+119
*
mtd: nand: denali_dt: clean up resource ioremap
Masahiro Yamada
2017-06-10
1
-7
/
+5
*
mtd: nand: gpmi: fix typo in comment
Matthias Lange
2017-06-10
1
-1
/
+1
*
mtd: nand: gpmi: Fix typo in data structure name
Matthias Lange
2017-06-10
2
-4
/
+4
*
mtd: nand: orion: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-10
1
-1
/
+5
*
mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
Boris Brezillon
2017-06-10
1
-35
/
+42
*
mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller
Xiaolei Li
2017-06-01
2
-4
/
+49
*
mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
Xiaolei Li
2017-06-01
3
-199
/
+153
*
mtd: nand: mediatek: refine register NFI_PAGEFMT setting
Xiaolei Li
2017-06-01
1
-2
/
+2
*
mtd: nand: mediatek: update DT bindings
Xiaolei Li
2017-06-01
1
-2
/
+3
*
mtd: nand: atmel: mark resume function __maybe_unused
Arnd Bergmann
2017-06-01
1
-1
/
+1
*
mtd: nand: check ecc->total sanity in nand_scan_tail
Masahiro Yamada
2017-06-01
1
-0
/
+5
*
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
Boris Brezillon
2017-06-01
1
-0
/
+19
*
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...
Boris Brezillon
2017-06-01
4
-8
/
+31
*
mtd: nand: tango: Fix incorrect use of SEQIN command
Boris Brezillon
2017-06-01
1
-1
/
+1
*
mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)
Boris Brezillon
2017-06-01
1
-1
/
+0
*
mtd: nand: sunxi: Actually use DMA for subpage reads
Boris Brezillon
2017-06-01
1
-1
/
+0
*
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
2017-06-01
2
-21
/
+0
*
mtd: nand: Drop unused cached programming support
Boris Brezillon
2017-06-01
1
-26
/
+12
*
mtd: nand: atmel: Add PM ops
Boris Brezillon
2017-06-01
1
-0
/
+18
*
mtd: nand: atmel: Add ->setup_data_interface() hooks
Boris Brezillon
2017-06-01
2
-2
/
+328
*
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
2017-06-01
7
-35
/
+37
*
mtd: nand: gpmi: Kill gpmi_nand_exit()
Boris Brezillon
2017-06-01
1
-7
/
+2
*
mtd: nand: gpmi: Fix gpmi_nand_init() error path
Boris Brezillon
2017-06-01
1
-4
/
+6
*
mtd: gpmi: document current clock requirements
Stefan Agner
2017-06-01
1
-1
/
+13
*
mtd: nand: gpmi: add i.MX 7 SoC support
Stefan Agner
2017-06-01
2
-2
/
+20
*
mtd: nand: gpmi: unify clock handling
Stefan Agner
2017-06-01
2
-23
/
+20
*
mtd: nand: Optimize checking of erased buffers
Pavel Machek
2017-06-01
1
-1
/
+4
*
mtd: nand: fsmc_nand: handle on-die ECC case
Thomas Petazzoni
2017-06-01
1
-0
/
+3
*
mtd: nand: add support for Micron on-die ECC
Thomas Petazzoni
2017-06-01
2
-0
/
+218
*
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
2017-05-30
15
-0
/
+50
*
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
2017-05-15
2
-4
/
+14
*
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
2017-05-15
2
-0
/
+14
*
dt-bindings: mtd: document new "on-die" nand-ecc-mode
Thomas Petazzoni
2017-05-15
1
-1
/
+1
*
mtd: nand: fsmc: remove default timings
Thomas Petazzoni
2017-05-15
1
-15
/
+1
*
mtd: nand: fsmc: add support for SDR timings
Thomas Petazzoni
2017-05-15
1
-5
/
+89
[next]