summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-29mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris1-5/+11
2012-09-29mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris1-1/+44
2012-09-29mtd: nand: increase max OOB size to 640Brian Norris1-1/+1
2012-09-29mtd: nand: add generic READ ID length calculation functionsBrian Norris1-7/+65
2012-09-29mtd: nand: split simple ID decode into its own functionBrian Norris1-20/+31
2012-09-29mtd: nand: split extended ID decoding into its own functionBrian Norris1-55/+67
2012-09-29mtd: nand: split BB marker options decoding into its own functionBrian Norris1-27/+39
2012-09-29mtd: nand: remove redundant ID readBrian Norris1-8/+2
2012-09-29mtd: nand: remove unnecessary variableBrian Norris1-3/+1
2012-09-29mtd: docg4: add missing HAS_IOMEM dependencyPeter Huewe1-1/+1
2012-09-29mtd: gpmi: initialize the timing registers only one timeHuang Shijie2-0/+9
2012-09-29mtd: gpmi: add EDO feature for imx6qHuang Shijie3-1/+227
2012-09-29mtd: gpmi: do not set the default values for the extra clocksHuang Shijie1-10/+5
2012-09-29mtd: gpmi: simplify the DLL setting codeHuang Shijie1-13/+9
2012-09-29mtd: gpmi: add a new field for HW_GPMI_CTRL1Huang Shijie3-0/+17
2012-09-29mtd: gpmi: do not get the clock frequency in gpmi_begin()Huang Shijie1-6/+4
2012-09-29mtd: gpmi: add a new field for HW_GPMI_TIMING1Huang Shijie3-8/+22
2012-09-29mtd: add helpers to get the supportted ONFI timing modeHuang Shijie1-0/+25
2012-09-29mtd: add helpers to set/get features for ONFI nandHuang Shijie2-0/+64
2012-09-29mtd: fsl_ifc_nand: fix sparse warningsKim Phillips1-3/+3
2012-09-29mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-09-29mtd: docg4: ecc.read_page() returns 0 on uncorrectable errorsMike Dunn1-0/+2
2012-09-29mtd: nand: use NAND_BBT_SCAN_MAXBLOCKSRichard Genoud1-4/+5
2012-09-29mtd: remove bcmring NAND driverChristian Daudt7-1255/+0
2012-09-29mtd: nand: expand description of read_page method in comment headerMike Dunn1-2/+4
2012-09-29mtd: nand: clk: preparation for switch to common clock frameworkm-karicheri2@ti.com1-3/+3
2012-09-29mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita1-0/+79
2012-09-29mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita1-0/+37
2012-09-29mtd: mtd_nandecctest: add no corruption testAkinobu Mita1-0/+26
2012-09-29mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita1-23/+70
2012-09-29mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita1-2/+16
2012-09-29mtd: tests: test for multi-bit error correctionIwo Mergler2-0/+461
2012-09-29mtd: cmdlinepart: make the partitions rule more strictShmulik Ladkani1-1/+11
2012-09-29mtd: nand/gpio: Convert to module_platform_driver()Sachin Kamat1-14/+1
2012-09-29mtd: mxc_nand: Adapt the clock name to the new clock frameworkFabio Estevam1-1/+1
2012-09-29mtd: mxc_nand: Convert to module_platform_driver()Fabio Estevam1-15/+3
2012-09-29mtd: gpmi-nand: Convert to module_platform_driver()Fabio Estevam1-22/+7
2012-09-29mtd: gpmi-nand: Improve logging styleFabio Estevam1-3/+6
2012-09-29mtd: m25p80: Disable 4KiB erase for s25sl032p, s25sl064pMarek Vasut1-2/+2
2012-09-29mtd: basic (read only) driver for BCMA serial flashRafał Miłecki4-0/+116
2012-09-29Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse177-1751/+4948
2012-09-29mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita1-14/+29
2012-09-29mtd: mtd_nandecctest: improve message outputAkinobu Mita1-19/+29
2012-09-29mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita1-1/+1
2012-09-29mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita1-1/+0
2012-09-29JFFS2: don't fail on bitflips in OOBBrian Norris1-4/+4
2012-09-29mtd: autcpu12-nvram: drop frees of devm_ alloc'd dataJulia Lawall1-14/+4
2012-09-29mtd: cmdlinepart: minor cleanupsArtem Bityutskiy1-78/+59
2012-09-29mtd: cmdlinepart: revise error handlingArtem Bityutskiy1-16/+18
2012-09-29mtd: bcm47part driver for BCM47XX chipsetsRafał Miłecki3-0/+210