index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
qnx6
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-19
mtd: onenand: use mtd_set_ecclayout() where appropriate
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: use mtd_set_ecclayout() where appropriate
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: use mtd_set_ecclayout() where appropriate
Boris Brezillon
2
-2
/
+2
2016-04-19
mtd: add mtd_set_ecclayout() helper function
Boris Brezillon
1
-0
/
+6
2016-04-19
mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-60
/
+15
2016-04-19
mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-5
/
+3
2016-04-19
mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-11
/
+14
2016-04-19
mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-3
/
+14
2016-04-19
mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-4
/
+5
2016-04-19
mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-5
/
+9
2016-04-19
mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-19
/
+31
2016-04-19
mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
2
-113
/
+100
2016-04-19
mtd: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-19
/
+88
2016-04-19
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
2
-0
/
+433
2016-04-19
mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers
Boris Brezillon
1
-4
/
+6
2016-04-19
mtd: nand: sunxi: make OOB retrieval optional
Boris Brezillon
1
-11
/
+16
2016-04-19
mtd: nand: sunxi: move some ECC related operations to their own functions
Boris Brezillon
1
-55
/
+108
2016-04-19
mtd: nand: sunxi: poll for events instead of using interrupts
Boris Brezillon
1
-14
/
+31
2016-04-19
mtd: nand: sunxi: make use of readl_poll_timeout()
Boris Brezillon
1
-17
/
+17
2016-04-19
mtd: nand: sunxi: fix ->dev_ready() implementation
Boris Brezillon
1
-7
/
+0
2016-04-19
mtd: nand: enable ECC pipelining
Boris Brezillon
1
-1
/
+2
2016-04-19
mtd: nand: sunxi: disable clks on device removal
Boris Brezillon
1
-0
/
+2
2016-04-19
mtd: nand: sunxi: fix NFC_CTL setting
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: sunxi: let the NAND controller control the CE line
Boris Brezillon
1
-10
/
+0
2016-04-19
mtd: nand: sunxi: improve ->cmd_ctrl() function
Boris Brezillon
1
-8
/
+44
2016-04-19
mtd: nand: sunxi: implement ->read_subpage()
Boris Brezillon
1
-0
/
+36
2016-04-19
mtd: nand: sunxi: implement ->read_oob()/->write_oob()
Boris Brezillon
1
-0
/
+40
2016-04-19
mtd: nand: export default read/write oob functions
Boris Brezillon
2
-8
/
+24
2016-04-19
mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings
Boris Brezillon
1
-0
/
+12
2016-04-19
mtd: nand: sunxi: fix EDO mode selection
Boris Brezillon
1
-7
/
+11
2016-04-19
mtd: nand: sunxi: fix clk rate calculation
Boris Brezillon
1
-5
/
+5
2016-04-19
mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()
Boris Brezillon
1
-15
/
+15
2016-04-19
mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-17
/
+11
2016-04-19
mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-60
/
+73
2016-04-19
mtd: nand: pasemi: switch to dev_* printing functions
Rafał Miłecki
1
-8
/
+7
2016-04-19
mtd: nand: socrates: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: plat: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: pasemi: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: orion: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: nuc900: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: mxc: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: gpio: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: ams-delta: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-3
/
+2
2016-04-19
mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
2
-13
/
+9
2016-04-19
mtd: nand: remove unneeded of_mtd.h inclusions
Boris Brezillon
5
-5
/
+0
2016-04-19
mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
Zhaoxiu Zeng
1
-1
/
+2
2016-04-19
mtd/ifc: Add support for IFC controller version 2.0
Raghav Dogra
3
-66
/
+87
2016-04-19
mtd: nand: Remove BUG() abuse in nand_scan_tail
Ezequiel García
1
-19
/
+33
[next]