aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse30-665/+3610
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-4/+2
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds9-211/+2784
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+55
2012-10-03UBI: Wire-up fastmapRichard Weinberger2-0/+22
2012-10-03UBI: Add fastmap coreRichard Weinberger1-0/+1537
2012-10-03UBI: Add fastmap support to the WL sub-systemRichard Weinberger1-44/+531
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger3-130/+260
2012-10-03UBI: Wire-up ->fm_semRichard Weinberger1-0/+12
2012-10-03UBI: Add fastmap bits to build.cRichard Weinberger1-3/+65
2012-10-03UBI: Add self_check_eba()Richard Weinberger1-0/+96
2012-10-03UBI: Export next_sqnum()Richard Weinberger1-9/+9
2012-10-03UBI: Add fastmap stuff to ubi.hRichard Weinberger2-25/+115
2012-10-03UBI: Add fastmap on-flash data structuresRichard Weinberger1-0/+137
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds14-322/+394
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds6-7/+7
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-40/+0
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+72
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-139/+293
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: 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 set/get features for ONFI nandHuang Shijie1-0/+50
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 Daudt6-1246/+0
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łecki3-0/+114
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-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
2012-09-29mtd: cmdlinepart: remove unneeded initializationArtem Bityutskiy1-1/+1
2012-09-29mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-09-29mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-09-29mtd: cfi_cmdset_0001: Fix problem with unlocking timeoutStefan Roese1-3/+11
2012-09-29mtd: nand: Added a device flag for subpage read supportJeff Westfahl1-2/+7
2012-09-29mtd: orion_nand: remove <mach/hardware.h> includeThomas Petazzoni1-1/+0
2012-09-29mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita1-3/+6
2012-09-29mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita1-2/+0
2012-09-29mtd: m25p80: add support for the EON EN25Q64 chipGabor Juhos1-0/+1
2012-09-29mtd: m25p80: add support for Micron N25Q128Jan Luebbe1-0/+1
2012-09-29mtd: lpc32xx_mlc: Cleanup after DT-only conversionRoland Stigge1-28/+18
2012-09-29mtd: lpc32xx_slc: Cleanup after DT-only conversionRoland Stigge1-31/+21
2012-09-29mtd: allow MTD_NAND_GPMI_NAND to be built as moduleFabio Estevam1-1/+1
2012-09-29mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam1-1/+2
2012-09-29mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani1-12/+12
2012-09-29mtd: s3c2410: Fix compiler warningsSachin Kamat1-0/+2
2012-09-29mtd: s3c2410: Use devm_* functionsSachin Kamat1-37/+10
2012-09-29mtd: maps: rbtx4939-flash: delete unneeded testJulia Lawall1-2/+0
2012-09-29mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie1-1/+4
2012-09-29mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese1-0/+14
2012-09-29mtd: spear_smi: use devm_ functions consistentlyJulia Lawall1-65/+18
2012-09-29mtd: lantiq: Add NAND support on Lantiq XWAY SoC.John Crispin3-0/+210
2012-09-29mtd: check for valid pdata inside plat_nandJohn Crispin1-0/+5
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie25-547/+0
2012-09-29mtd: m25p80: add support for Micron N25Q256AVivien Didelot1-0/+3
2012-09-29mtd: maps: pci: remove dead codeWolfram Sang1-23/+0
2012-09-29mtd: use %*ph[CN] to dump small buffersAndy Shevchenko4-41/+14
2012-09-29mtd: gpmi: fix the compiler warningsHuang Shijie3-16/+12
2012-09-29mtd: nand: davinci: add OF support for davinci nand controllerHeiko Schocher1-1/+71
2012-09-29mtd: allow uclinux map driver to be used on any ColdFire CPU platformGreg Ungerer1-1/+1
2012-09-29mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driverGreg Ungerer1-6/+9
2012-09-29mtd: s3c2410: Fix line over 80 characters warningSachin Kamat1-10/+20
2012-09-29mtd: s3c2410: Fix checkpatch warnings and errors related to whitespacesSachin Kamat1-8/+9
2012-09-29mtd: s3c2410: Do not initialise statics to 0 or NULLSachin Kamat1-37/+27
2012-09-29mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat1-2/+1
2012-09-29mtd: s3c2410: Use pr_* instead of printkSachin Kamat1-1/+4
2012-09-29mtd: s3c2410: Use module_platform_driver()Sachin Kamat1-14/+1
2012-09-29mtd: nand: Include IMX6 in the list of supported SoCsFabio Estevam1-1/+1
2012-09-29mtd: autcpu12-nvram: Convert driver to platform_deviceAlexander Shiyan2-70/+82
2012-09-29mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan1-8/+11
2012-09-29mtd: omap2: fix some typos in commentsPeter Meerwald1-5/+5
2012-09-29mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-5/+2
2012-09-29mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD1-2/+63
2012-09-29mtd: docg4: fix oob readsMike Dunn1-27/+6
2012-09-29mtd: spear_smi: fix compilation warningArtem Bityutskiy1-1/+1
2012-09-29mtd: spear_smi: failure test for null rather than negative integerJulia Lawall1-1/+1
2012-09-29mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge1-2/+11
2012-09-29mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge1-2/+11
2012-09-29mtd: nand: rename '_raw' BBT scan functionsBrian Norris1-10/+10
2012-09-29mtd: nand: use ECC, if present, when scanning OOBBrian Norris1-7/+20
2012-09-29mtd: nand_bbt: use string libraryBrian Norris1-18/+9
2012-09-29mtd: nand: remove unused 'int' return codesBrian Norris1-11/+8
2012-09-29mtd: check for max_bitflips in mtd_read_oob()Brian Norris1-1/+13
2012-09-29mtd: m25p80: Fix the Spansion chip detectionMarek Vasut1-5/+5
2012-09-29mtd: m25p80: add support for Spansion s25sl064p chipMarek Vasut1-0/+1
2012-09-29mtd: gpmi: change the code for clocksHuang Shijie3-18/+112
2012-09-29mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht1-1/+2
2012-09-29mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht1-6/+7
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-09-27driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha1-1/+55
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris1-1/+1
2012-09-26UBI: load after mtd device driversJiang Lu1-1/+1
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson6-7/+7
2012-09-20Merge branch 'next/dt' into next/multiplatformOlof Johansson1-15/+72
2012-09-20ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren1-1/+1
2012-09-20Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin...Olof Johansson4-95/+250
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-16Merge tag 'omap-cleanup-sparseirq-for-v3.7' of git://git.kernel.org/pub/scm/l...Olof Johansson2-2/+7
2012-09-16Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2-4/+2
2012-09-16Merge tag 'omap-devel-gpmc-fixed-for-v3.7' of git://git.kernel.org/pub/scm/li...Olof Johansson2-89/+241
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson3-8/+6
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-2/+2
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+1
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-2/+6
2012-09-12Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren3-93/+243
2012-09-10ARM: OMAP: remove plat/board.h fileIgor Grinberg1-2/+0
2012-09-05Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson3-8/+6
2012-09-04Merge branch 'cleanup/io-pci' into next/cleanupArnd Bergmann3-8/+6
2012-09-04UBI: fix a horrible memory deallocation bugArtem Bityutskiy1-2/+2
2012-09-04UBI: print lessArtem Bityutskiy7-56/+42
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy6-103/+93
2012-09-04UBI: comply with coding styleArtem Bityutskiy9-113/+101
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud2-2/+3
2012-09-04UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2-15/+27
2012-09-04UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud1-0/+9
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud3-8/+12
2012-09-04UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud1-2/+5
2012-09-04UBI: separate bad_peb_limit in a functionRichard Genoud1-23/+31
2012-09-04UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2-9/+39
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud1-0/+10
2012-09-04mtd: mark mtd_is_partition argument as constantRichard Genoud1-1/+1
2012-09-04UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2-19/+0
2012-09-04UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2-21/+41
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani3-8/+32
2012-09-04UBI: print PID in debug messagesArtem Bityutskiy1-1/+2
2012-09-04UBI: print image sequence number as unsigned integerArtem Bityutskiy1-1/+1
2012-08-30mtd: nand: omap2: use gpmc provided irqsAfzal Mohammed1-28/+50
2012-08-30mtd: onenand: omap2: obtain memory from resourceAfzal Mohammed1-13/+16
2012-08-30mtd: nand: omap2: obtain memory from resourceAfzal Mohammed1-4/+15
2012-08-30mtd: nand: omap2: handle nand on gpmcAfzal Mohammed1-45/+161
2012-08-22Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...David Woodhouse13-137/+293
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-20mtd: nand: append missing parameter and valueHaojian Zhuang1-2/+2
2012-08-16MTD: pxa3xx-nand: add devicetree bindingsDaniel Mack1-14/+71
2012-08-13Merge tag 'at91-for-next-soc' of git://github.com/at91linux/linux-at91 into a...Arnd Bergmann1-40/+0
2012-08-13Merge branch 'testing/bcmring' into next/cleanupsArnd Bergmann2-43/+42
2012-08-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+4
2012-08-10Merge branch 'testing/new-warnings' into fixesArnd Bergmann1-4/+3
2012-08-10mtd/omap2: fix dmaengine_slave_config error handlingArnd Bergmann1-4/+3
2012-08-09ARM: imx: gpmi-nand depends on mxs-dmaArnd Bergmann1-1/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-3/+2
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-50/+56
2012-07-31mtd: omap2: remove private DMA API implementationRussell King1-110/+26
2012-07-31mtd: omap2: add DMA engine supportRussell King1-1/+91
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-36/+192
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-1/+5
2012-07-25ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn1-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds5-21/+29
2012-07-23MTD: NAND: JZ4740: Multi-bank support with autodetectionMaarten ter Huurne1-36/+192
2012-07-18UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani3-18/+26
2012-07-18UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani1-1/+1
2012-07-18UBI: fix spelling of detach in debug outputPeter Meerwald1-1/+1
2012-07-18UBI: Change the default percentage of reserved PEBRichard Genoud1-1/+1
2012-07-17mtd: m25p80: Add support for serial flash STM/Micron N25Q032Knut Wohlrab1-0/+1
2012-07-17mtd: gpmi: update the bitflip_thresholdHuang Shijie1-0/+1