aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-05mtd: nand: s3c2410: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05mtd: nand: omap2: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon2-123/+6
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon2-15/+0
2016-05-05mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon1-65/+97
2016-05-05mtd: nand: qcom: switch to mtd_ooblayout_opsBoris Brezillon1-45/+34
2016-05-05mtd: nand: vf610: switch to mtd_ooblayout_opsBoris Brezillon1-30/+4
2016-05-05mtd: nand: sunxi: switch to mtd_ooblayout_opsBoris Brezillon1-62/+52
2016-05-05mtd: nand: sm_common: switch to mtd_ooblayout_opsBoris Brezillon1-16/+77
2016-05-05mtd: nand: sh_flctl: switch to mtd_ooblayout_opsBoris Brezillon1-20/+67
2016-05-05mtd: nand: s3c2410: switch to mtd_ooblayout_opsBoris Brezillon1-5/+27
2016-05-05mtd: nand: pxa3xx: switch to mtd_ooblayout_opsBoris Brezillon1-40/+64
2016-05-05mtd: nand: omap2: switch to mtd_ooblayout_opsBoris Brezillon1-81/+121
2016-05-05mtd: nand: mxc: switch to mtd_ooblayout_opsBoris Brezillon1-107/+105
2016-05-05mtd: nand: lpc32xx: switch to mtd_ooblayout_opsBoris Brezillon2-25/+66
2016-05-05mtd: nand: jz4780: switch to mtd_ooblayout_opsBoris Brezillon1-14/+5
2016-05-05mtd: nand: hisi504: switch to mtd_ooblayout_opsBoris Brezillon1-3/+23
2016-05-05mtd: nand: gpmi: switch to mtd_ooblayout_opsBoris Brezillon1-12/+40
2016-05-05mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon1-45/+15
2016-05-05mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon1-216/+82
2016-05-05mtd: nand: fsl_ifc: switch to mtd_ooblayout_opsBoris Brezillon1-164/+66
2016-05-05mtd: nand: fsl_elbc: switch to mtd_ooblayout_opsBoris Brezillon1-36/+47
2016-05-05mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon1-5/+28
2016-05-05mtd: nand: diskonchip: switch to mtd_ooblayout_opsBoris Brezillon1-15/+45
2016-05-05mtd: nand: denali: switch to mtd_ooblayout_opsBoris Brezillon1-15/+35
2016-05-05mtd: nand: davinci: switch to mtd_ooblayout_opsBoris Brezillon1-74/+44
2016-05-05mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon1-12/+32
2016-05-05mtd: nand: brcm: switch to mtd_ooblayout_opsBoris Brezillon1-101/+157
2016-05-05mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon1-23/+28
2016-05-05mtd: nand: atmel: switch to mtd_ooblayout_opsBoris Brezillon1-46/+38
2016-05-05mtd: nand: jz4740: switch to mtd_ooblayout_opsBoris Brezillon1-1/+1
2016-05-05mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon1-1/+1
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon2-30/+26
2016-04-26mtd: pmc551: add __init attributeJulia Lawall1-1/+1
2016-04-26mtd: maps: add __init attributeJulia Lawall3-6/+6
2016-04-25mtd: maps: make uclinux.c driver more explicitly non-modularPaul Gortmaker1-23/+4
2016-04-26physmap_of: ensure versatile code is reachableArnd Bergmann2-1/+5
2016-04-25Merge tag 'versatile-flash-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/driversArnd Bergmann5-0/+286
2016-04-20Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into devel-stableRussell King1-3/+3
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon1-49/+93
2016-04-19mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon1-11/+35
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon4-48/+146
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: use mtd_set_ecclayout() where appropriateBoris Brezillon2-2/+2
2016-04-19mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-60/+15
2016-04-19mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-5/+3
2016-04-19mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-11/+14
2016-04-19mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-3/+14