index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDs
Boris Brezillon
1
-1
/
+356
2017-03-08
mtd: nand: hynix: Rework NAND ID decoding to extract more information
Boris Brezillon
1
-19
/
+209
2017-03-08
mtd: nand: samsung: Retrieve ECC requirements from extended ID
Hans de Goede
1
-0
/
+20
2017-03-08
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
4
-12
/
+32
2017-03-08
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
4
-18
/
+54
2017-03-08
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
4
-31
/
+90
2017-03-08
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
4
-18
/
+55
2017-03-08
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
4
-87
/
+114
2017-03-08
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
4
-50
/
+99
2017-03-08
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
1
-10
/
+65
2017-03-08
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
2
-14
/
+31
2017-03-08
mtd: nand: Kill the MTD_NAND_IDS Kconfig option
Boris Brezillon
3
-13
/
+1
2017-03-08
mtd: nand: Rename the nand_manufacturers struct
Boris Brezillon
1
-1
/
+1
2017-03-08
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
1
-3
/
+2
2017-03-08
mtd: nand: Get rid of busw parameter
Boris Brezillon
1
-31
/
+37
2017-03-08
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
1
-25
/
+30
2017-03-08
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
Boris Brezillon
1
-24
/
+30
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
Ingo Molnar
1
-0
/
+1
2017-02-08
Merge tag 'nand/for-4.11' of github.com:linux-nand/linux
Brian Norris
7
-40
/
+170
2017-02-08
mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
Zach Brown
1
-0
/
+3
2017-02-08
mtd: nand: implement 'max_bad_blocks' mtd function
Zach Brown
1
-0
/
+37
2017-02-08
mtd: update my email address
John Crispin
1
-1
/
+1
2017-02-06
mtd: nand: Add Winbond manufacturer id
Andrey Jr. Melnikov
1
-0
/
+1
2017-02-06
mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()
Boris Brezillon
1
-4
/
+4
2017-02-06
mtd: nand: sunxi: Stop using polling mode when waiting for long operations
Boris Brezillon
1
-6
/
+18
2017-02-06
mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()
Boris Brezillon
1
-0
/
+4
2017-02-06
mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
Mark Marshall
1
-1
/
+7
2017-01-30
mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()
Wei Yongjun
1
-1
/
+0
2017-01-30
mtd: nand: Add OX820 NAND hardware dependency
Jean Delvare
1
-0
/
+1
2017-01-30
mtd: nand: fsmc: remove stale non-DT probe path
Linus Walleij
2
-21
/
+133
2017-01-30
mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'
Fabio Estevam
1
-7
/
+2
2017-01-04
mtd: nand: lpc32xx: fix invalid error handling of a requested irq
Vladimir Zapolskiy
1
-1
/
+1
2017-01-03
mtd: nand: tango: Reset pbus to raw mode in probe
Marc Gonzalez
1
-0
/
+2
2017-01-03
mtd: nand: tango: Update DT binding description
Marc Gonzalez
1
-1
/
+1
2017-01-02
mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM
Randy Dunlap
1
-0
/
+1
2017-01-02
mtd: nand: xway: fix build because of module functions
Hauke Mehrtens
1
-4
/
+1
2017-01-02
mtd: nand: xway: disable module support
Hauke Mehrtens
1
-1
/
+1
2016-12-01
mtd: nand: tango: Add standard legalese header
Marc Gonzalez
1
-0
/
+8
2016-11-29
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
Brian Norris
36
-310
/
+1285
2016-11-21
mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd
Boris Brezillon
1
-9
/
+16
2016-11-19
mtd: nand: nandsim: fix error check
Sudip Mukherjee
1
-10
/
+5
2016-11-19
mtd: nand: tango: Cleanup raw_write and raw_read
Marc Gonzalez
1
-8
/
+6
2016-11-19
mtd: nand: tango: Enable custom page accessors
Marc Gonzalez
1
-1
/
+6
2016-11-19
mtd: nand: Support controllers with custom page
Marc Gonzalez
1
-3
/
+31
2016-11-19
mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__
Masahiro Yamada
1
-12
/
+0
[prev]
[next]