index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
mtd: rawnand: vf610: Stop passing mtd_info to internal functions
Boris Brezillon
2018-12-07
1
-29
/
+19
|
|
*
|
|
|
mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch
Boris Brezillon
2018-12-07
1
-100
/
+99
|
|
*
|
|
|
mtd: rawnand: fsmc: Add an SPDX tag to replace the license text
Boris Brezillon
2018-12-07
1
-5
/
+2
|
|
*
|
|
|
mtd: rawnand: fsmc: Stop using the dummy controller obj
Boris Brezillon
2018-12-07
1
-1
/
+6
|
|
*
|
|
|
mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent
Boris Brezillon
2018-12-07
1
-2
/
+1
|
|
*
|
|
|
mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc
Boris Brezillon
2018-12-07
1
-3
/
+4
|
|
*
|
|
|
mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions
Boris Brezillon
2018-12-07
1
-28
/
+23
|
|
*
|
|
|
mtd: rawnand: denali: remove denali_reset_banks()
Masahiro Yamada
2018-12-07
1
-29
/
+0
|
|
*
|
|
|
mtd: rawnand: denali: remove ->dev_ready() hook
Masahiro Yamada
2018-12-07
1
-22
/
+1
|
|
*
|
|
|
mtd: rawnand: marvell: fix spelling mistake in kernel doc
Miquel Raynal
2018-12-07
1
-1
/
+1
|
|
*
|
|
|
mtd: rawnand: ams-delta: Use GPIO API for data I/O
Janusz Krzysztofik
2018-12-07
1
-48
/
+61
|
|
*
|
|
|
mtd: rawnand: ams-delta: Request data port GPIO resource
Janusz Krzysztofik
2018-12-07
1
-2
/
+9
|
|
*
|
|
|
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
14
-22
/
+51
|
|
*
|
|
|
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
Boris Brezillon
2018-12-07
9
-38
/
+51
|
|
*
|
|
|
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
27
-36
/
+37
|
|
*
|
|
|
mtd: rawnand: ams-delta: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-8
/
+6
|
|
*
|
|
|
mtd: rawnand: vf610: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-16
/
+18
|
|
*
|
|
|
mtd: rawnand: tegra: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-16
/
+12
|
|
*
|
|
|
mtd: rawnand: marvell: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-9
/
+18
|
|
*
|
|
|
mtd: rawnand: fsmc: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-11
/
+12
|
|
*
|
|
|
mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented
Boris Brezillon
2018-12-07
1
-7
/
+6
|
|
*
|
|
|
mtd: rawnand: Pass the CS line to be selected in struct nand_operation
Boris Brezillon
2018-12-07
3
-19
/
+27
|
|
*
|
|
|
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
2018-12-07
4
-51
/
+100
|
|
*
|
|
|
mtd: rawnand: ams-delta: Explicitly inherit from nand_controller
Boris Brezillon
2018-12-07
1
-0
/
+5
|
|
*
|
|
|
mtd: rawnand: ams-delta: Check mtd_device_register() return code
Boris Brezillon
2018-12-07
1
-1
/
+7
|
|
*
|
|
|
mtd: rawnand: ams-delta: cleanup ams_delta_init() error path
Boris Brezillon
2018-12-07
1
-14
/
+12
|
|
*
|
|
|
mtd: rawnand: ams-delta: Fix various coding style issues
Boris Brezillon
2018-12-07
1
-15
/
+8
|
|
*
|
|
|
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
Boris Brezillon
2018-12-07
1
-5
/
+2
|
|
*
|
|
|
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
Boris Brezillon
2018-12-07
2
-6
/
+3
|
|
*
|
|
|
mtd: rawnand: Move nand_exec_op() to internal.h
Boris Brezillon
2018-12-07
1
-0
/
+9
|
|
*
|
|
|
mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
Boris Brezillon
2018-12-07
1
-1
/
+1
|
|
*
|
|
|
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
2018-12-07
2
-254
/
+246
|
|
*
|
|
|
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
2018-12-07
3
-190
/
+184
|
|
*
|
|
|
mtd: spinand: Add initial support for Toshiba TC58CVG2S0H
Schrempf Frieder
2018-12-07
3
-1
/
+139
|
|
*
|
|
|
mtd: rawnand: sh_flctl: convert to SPDX identifiers
Kuninori Morimoto
2018-11-13
1
-15
/
+2
|
|
*
|
|
|
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Miquel Raynal
2018-11-13
5
-6
/
+15
|
|
|
\
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
*
|
|
|
mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)
Mason Yang
2018-11-06
1
-0
/
+7
|
|
*
|
|
|
mtd: rawnand: r852: use generic DMA API
Christoph Hellwig
2018-11-05
1
-13
/
+13
|
|
*
|
|
|
mtd: rawnand: denali: include <linux/bits.h> instead of <linux/bitops.h>
Masahiro Yamada
2018-11-05
1
-1
/
+1
|
|
*
|
|
|
mtd: rawnand: ams-delta: Convert the driver to ->exec_op()
Janusz Krzysztofik
2018-11-05
1
-44
/
+56
|
|
*
|
|
|
mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W
Janusz Krzysztofik
2018-11-05
1
-4
/
+2
|
|
*
|
|
|
mtd: rawnand: Provide helper for polling GPIO R/B pin
Janusz Krzysztofik
2018-11-05
1
-0
/
+31
|
|
*
|
|
|
mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hwecc
Gustavo A. R. Silva
2018-11-05
1
-3
/
+4
|
|
*
|
|
|
mtd: spinand: winbond: Add support for W25N01GV
Robert Marko
2018-11-05
1
-0
/
+8
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
mtd: physmap_of_gemini: Handle pin control
Linus Walleij
2018-12-06
2
-1
/
+110
|
*
|
|
|
mtd: maps: physmap: Leave assigned complex mappings
Linus Walleij
2018-12-06
1
-2
/
+12
|
*
|
|
|
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
2018-12-03
4
-45
/
+12
|
*
|
|
|
mtd: change len type from signed to unsigned type
huijin.park
2018-12-03
1
-1
/
+1
|
*
|
|
|
mtd: improve calculating partition boundaries when checking for alignment
Rafał Miłecki
2018-12-02
1
-2
/
+11
|
*
|
|
|
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
2018-12-02
2
-1
/
+4
[prev]
[next]