index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
mtd: nand: gpmi: switch to mtd_ooblayout_ops
Boris Brezillon
1
-12
/
+40
2016-05-05
mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
Boris Brezillon
1
-45
/
+15
2016-05-05
mtd: nand: fsmc: switch to mtd_ooblayout_ops
Boris Brezillon
1
-216
/
+82
2016-05-05
mtd: nand: fsl_ifc: switch to mtd_ooblayout_ops
Boris Brezillon
1
-164
/
+66
2016-05-05
mtd: nand: fsl_elbc: switch to mtd_ooblayout_ops
Boris Brezillon
1
-36
/
+47
2016-05-05
mtd: nand: docg4: switch to mtd_ooblayout_ops
Boris Brezillon
1
-5
/
+28
2016-05-05
mtd: nand: diskonchip: switch to mtd_ooblayout_ops
Boris Brezillon
1
-15
/
+45
2016-05-05
mtd: nand: denali: switch to mtd_ooblayout_ops
Boris Brezillon
1
-15
/
+35
2016-05-05
mtd: nand: davinci: switch to mtd_ooblayout_ops
Boris Brezillon
1
-74
/
+44
2016-05-05
mtd: nand: cafe: switch to mtd_ooblayout_ops
Boris Brezillon
1
-12
/
+32
2016-05-05
mtd: nand: brcm: switch to mtd_ooblayout_ops
Boris Brezillon
1
-101
/
+157
2016-05-05
mtd: nand: bf5xx: switch to mtd_ooblayout_ops
Boris Brezillon
1
-23
/
+28
2016-05-05
mtd: nand: atmel: switch to mtd_ooblayout_ops
Boris Brezillon
1
-46
/
+38
2016-05-05
mtd: nand: jz4740: switch to mtd_ooblayout_ops
Boris Brezillon
1
-1
/
+1
2016-05-05
mtd: nand: sharpsl: switch to mtd_ooblayout_ops
Boris Brezillon
1
-1
/
+1
2016-05-05
mtd: nand: bch: switch to mtd_ooblayout_ops
Boris Brezillon
2
-30
/
+26
2016-04-26
mtd: pmc551: add __init attribute
Julia Lawall
1
-1
/
+1
2016-04-26
mtd: maps: add __init attribute
Julia Lawall
3
-6
/
+6
2016-04-25
mtd: maps: make uclinux.c driver more explicitly non-modular
Paul Gortmaker
1
-23
/
+4
2016-04-19
mtd: nand: implement the default mtd_ooblayout_ops
Boris Brezillon
1
-49
/
+93
2016-04-19
mtd: docg3: switch to mtd_ooblayout_ops
Boris Brezillon
1
-11
/
+35
2016-04-19
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
4
-48
/
+146
2016-04-19
mtd: docg3: use mtd_set_ecclayout() where appropriate
Boris Brezillon
1
-1
/
+1
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: 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
1
-0
/
+400
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
[prev]
[next]