index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
mtd: rawnand: ams-delta: Set port direction when needed
Janusz Krzysztofik
1
-17
/
+40
2018-10-03
mtd: rawnand: ams-delta: Use private structure
Janusz Krzysztofik
1
-56
/
+66
2018-10-03
mtd: rawnand: ams-delta: show parent device in sysfs
Janusz Krzysztofik
1
-1
/
+1
2018-10-03
mtd: rawnand: ams-delta: use GPIO lookup table
Janusz Krzysztofik
1
-59
/
+67
2018-10-03
mtd: rawnand: atmel: Fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-0
/
+4
2018-10-03
mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layout
Konstantin Porotchkin
1
-0
/
+2
2018-10-03
mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byte
Marcel Ziswiler
4
-1
/
+50
2018-10-03
mtd: rawnand: reorder NAND manufacturer IDs
Marcel Ziswiler
2
-24
/
+24
2018-10-03
mtd: rawnand: Move JEDEC code to nand_jedec.c
Boris Brezillon
6
-175
/
+210
2018-10-03
mtd: rawnand: Move ONFI code to nand_onfi.c
Boris Brezillon
6
-455
/
+496
2018-10-03
mtd: rawnand: Move legacy code to nand_legacy.c
Boris Brezillon
4
-608
/
+660
2018-10-03
mtd: rawnand: Keep all internal stuff private
Boris Brezillon
12
-117
/
+123
2018-10-03
mtd: rawnand: Inline onfi_get_async_timing_mode()
Boris Brezillon
2
-11
/
+3
2018-10-03
mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
Boris Brezillon
22
-95
/
+94
2018-10-03
mtd: rawnand: Get rid of a few unused definitions
Boris Brezillon
2
-22
/
+0
2018-10-03
mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
Boris Brezillon
1
-3
/
+0
2018-10-03
mtd: rawnand: Get rid of nand_flash_dev forward declation
Boris Brezillon
1
-1
/
+0
2018-10-03
mtd: rawnand: Move function prototypes after struct declarations
Boris Brezillon
1
-12
/
+12
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
39
-54
/
+53
2018-10-03
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
12
-94
/
+70
2018-10-03
mtd: rawnand: Deprecate ->erase()
Boris Brezillon
3
-5
/
+8
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
8
-22
/
+40
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
42
-93
/
+93
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
47
-137
/
+144
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
42
-200
/
+200
2018-10-03
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
Boris Brezillon
37
-175
/
+190
2018-10-03
mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused
Boris Brezillon
2
-7
/
+0
2018-10-03
mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids()
Boris Brezillon
1
-8
/
+7
2018-10-03
mtd: rawnand: Make maxchips an unsigned int
Boris Brezillon
2
-5
/
+6
2018-10-03
ARM: pxa: palmtreo: Drop docg4 specific init
Boris Brezillon
1
-31
/
+0
2018-10-03
mtd: rawnand: Remove docg4
Boris Brezillon
3
-1458
/
+0
2018-10-03
mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layout
Miquel Raynal
1
-3
/
+31
2018-10-03
mtd: rawnand: marvell: rework BCH engine failure path
Miquel Raynal
1
-31
/
+42
2018-10-03
mtd: rawnand: Pass a nand_chip object nand_erase_nand()
Boris Brezillon
3
-7
/
+7
2018-10-03
mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
Boris Brezillon
3
-15
/
+13
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
14
-31
/
+21
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
Boris Brezillon
4
-12
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
Boris Brezillon
3
-29
/
+20
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->erase()
Boris Brezillon
4
-9
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
15
-57
/
+42
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
18
-64
/
+64
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
37
-88
/
+68
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
35
-125
/
+98
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
9
-25
/
+24
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
34
-145
/
+117
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
42
-203
/
+163
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
42
-247
/
+186
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
26
-214
/
+208
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
28
-223
/
+221
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
17
-55
/
+52
[next]