aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2013-05-18drivers/mtd/nand: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds77-8057/+495
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-2/+2
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+6
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-52/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro3-9/+6
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+5
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+63
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-19mtdchar: remove no-longer-used vma helpersLinus Torvalds1-27/+0
2013-04-19vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-19mtd: onenand/samsung: make regs-onenand.h file localArnd Bergmann2-2/+63
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2-2/+2
2013-04-05mtd: omap2: Use module_platform_driver()Sachin Kamat1-13/+1
2013-04-05mtd: bf5xx_nand: Use module_platform_driver()Sachin Kamat1-15/+1
2013-04-05mtd: denali_dt: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-04-05mtd: denali_dt: Change return value to fix smatch warningSachin Kamat1-1/+1
2013-04-05mtd: denali_dt: Use module_platform_driver()Sachin Kamat1-11/+1
2013-04-05mtd: denali_dt: Fix incorrect error checkSachin Kamat1-1/+1
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon3-17/+90
2013-04-05mtd: omap2: use msecs_to_jiffies()Toan Pham1-2/+2
2013-04-05mtd: nand_ids: use size macrosArtem Bityutskiy2-55/+56
2013-04-05mtd: nand_ids: improve LEGACY_ID_NAND macro a bitArtem Bityutskiy2-55/+55
2013-04-05mtd: add 4 Toshiba nand chips for the full-id caseHuang Shijie1-0/+19
2013-04-05mtd: add the support to parse out the full-id nand typeHuang Shijie1-3/+32
2013-04-05mtd: sh_flctl: Use of_match_ptr() macroSachin Kamat1-2/+1
2013-04-05mtd: gpio: Use of_match_ptr() macroSachin Kamat1-2/+1
2013-04-05mtd: gpio: Use devm_kzalloc()Sachin Kamat1-4/+1
2013-04-05mtd: davinci_nand: Use of_match_ptr()Sachin Kamat1-2/+2
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-05mtd: remove h720x flash supportArnd Bergmann3-128/+0
2013-04-05mtd: onenand: remove OneNAND simulatorArtem Bityutskiy3-573/+0
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy8-40/+19
2013-04-05mtd: mtdcore: cleanup mtdcore.h a littleArtem Bityutskiy1-17/+11
2013-04-05mtd: mtdchar: use proper kernel print levelArtem Bityutskiy1-3/+5
2013-04-05mtd: mtdcore: remove few useless #ifdef'sArtem Bityutskiy1-7/+4
2013-04-05mtd: remove the h1910 NAND driverArtem Bityutskiy3-174/+0
2013-04-05mtd: remove the ppchameleonevb NAND driverArtem Bityutskiy3-410/+0
2013-04-05mtd: davinci_nand: use module_platform_driver_probe()Jingoo Han1-11/+1
2013-04-05mtd: txx9ndfmc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: sh_flctl: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: atmel_nand: use module_platform_driver_probe()Jingoo Han1-14/+1
2013-04-05mtd: orion_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han2-24/+2
2013-04-05mtd: bcm47xxsflash: define opcodesRafał Miłecki1-0/+48
2013-04-05mtd: bcm47xxsflash: store info about flash typeRafał Miłecki2-0/+16
2013-04-05mtd: bcm47xxsflash: keep a reference to the BCMARafał Miłecki2-0/+6
2013-04-05mtd: mtdcore: use const qualifierArtem Bityutskiy1-1/+1
2013-04-05mtd: devices: add const qualifiersArtem Bityutskiy2-2/+2
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy13-25/+21
2013-04-05mtd: physmap_of: add const qualifiersArtem Bityutskiy1-7/+9
2013-04-05mtd: physmap: add const qualifiersArtem Bityutskiy1-10/+7
2013-04-05mtd: plat-ram: add const quilifiersArtem Bityutskiy1-1/+1
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy3-3/+4
2013-04-05mtd: remove the ixp2000 map driverArtem Bityutskiy3-263/+0
2013-04-05mtd: remove the dilnetpc map driver supportArtem Bityutskiy3-513/+0
2013-04-05mtd: remove the tqm8xxl map driverArtem Bityutskiy3-260/+0
2013-04-05mtd: maps: kill the rpxlite map driverArtem Bityutskiy3-75/+0
2013-04-05mtd: remove the mbx860 map driverArtem Bityutskiy3-107/+0
2013-04-05mtd: remove the dmv182 map driverArtem Bityutskiy3-156/+0
2013-04-05mtd: remove the dbox2-flash map driverArtem Bityutskiy3-132/+0
2013-04-05mtd: devices: elm: check for device's presence before configurationDaniel Mack2-3/+11
2013-04-05mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan1-2/+0
2013-04-05mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan1-2/+1
2013-04-05mtd: m25p80: add entry for w25q128Rafał Miłecki1-0/+1
2013-04-05mtd: maps: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-04-05mtd: m25p80: add support for SST25VF064CKrzysztof Mazur1-0/+1
2013-04-05mtd: m25p80: introduce SST_WRITE flag for SST byte programmingKrzysztof Mazur1-9/+10
2013-04-05mtd: ofpart: support partitions of 4 GiB and largerJoe Schaack1-2/+5
2013-04-05mtd: m25p80: n25q064 is Micron, not Intel/NumonyxBrian Norris1-1/+1
2013-04-05mtd: doc: remove support for DoC 2000/2001/2001+Artem Bityutskiy7-3996/+0
2013-04-05mtd: nand_ids: introduce helper macrosArtem Bityutskiy2-111/+109
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy3-13/+4
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy6-8/+8
2013-04-05mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy1-1/+1
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy4-33/+0
2013-04-05mtd: nand: remove AG-AND supportArtem Bityutskiy3-116/+2
2013-04-05mtd: nand: remove the rtc_from4 driver supportArtem Bityutskiy3-635/+0
2013-04-05mtd: decommission the NAND museumArtem Bityutskiy2-25/+5
2013-04-05mtd: nand_ids: minor clean-upsArtem Bityutskiy1-19/+15
2013-04-05mtd: mtdchar: handle chips that have user otp but no factory otpUwe Kleine-König1-11/+13
2013-04-05mtd: m25p80: add support for EON EN25QH256Daniel Schwierzeck1-0/+1
2013-04-05mtd: m25p80: add support for Macronix MX66L51235LDaniel Schwierzeck1-0/+1
2013-04-04mtd: gpmi: move to use generic DMA helperShawn Guo2-52/+2
2013-03-18Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtdLinus Torvalds3-58/+90
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-3/+5
2013-03-14mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2-39/+57
2013-03-08mtd: bcm47xxpart: look for NVRAM at the end of deviceRafał Miłecki1-7/+25
2013-03-08Revert "mtd: bcm47xxpart: improve probing of nvram partition"Rafał Miłecki1-13/+9
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds33-329/+1800
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita1-2/+1
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita1-30/+12
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita1-8/+1
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita1-30/+13
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita1-33/+16
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita1-1/+1
2013-02-27mtd: convert to idr_alloc()Tejun Heo1-7/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-23/+13
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+14
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-22/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-64/+51
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens1-1/+1
2013-02-13mtd: bcm47xxnflash: use pr_fmt for module prefix in messagesRafał Miłecki3-4/+8
2013-02-13mtd: davinci_nand: Use managed resourcesMrugesh Katepallewar1-19/+5
2013-02-13mtd: mtd_torturetest can cause stack overflowsAl Cooper1-14/+11
2013-02-12mtd: physmap_of: Convert device allocation to managed devm_kzalloc()Ezequiel Garcia1-5/+3
2013-02-12mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...Josh Wu1-3/+87
2013-02-12mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu1-21/+31
2013-02-12mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu1-5/+4
2013-02-05Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds5-6/+10
2013-02-04mtd: bcm47xxsflash: adjust names of bus-specific functionsRafał Miłecki1-4/+12
2013-02-04mtd: bcm47xxpart: improve probing of nvram partitionHauke Mehrtens1-9/+13
2013-02-04mtd: bcm47xxpart: add support for other erase sizesHauke Mehrtens1-1/+4
2013-02-04mtd: bcm47xxnflash: register this as normal driverHauke Mehrtens1-5/+2
2013-02-04mtd: bcm47xxnflash: fix messageHauke Mehrtens1-1/+2
2013-02-04mtd: bcm47xxsflash: register this as normal driverHauke Mehrtens1-1/+2
2013-02-04mtd: bcm47xxsflash: write number of written bytesHauke Mehrtens1-0/+1
2013-02-04mtd: gpmi: add sanity check for the ECCHuang Shijie2-2/+30
2013-02-04mtd: gpmi: set the Golois Field bit for mx6q's BCHHuang Shijie3-2/+28
2013-02-04mtd: devices: elm: Removes <xx> literals in elm DT nodePhilip Avinash1-1/+1
2013-02-04mtd: gpmi: fix a dereferencing freed memory errorHuang Shijie1-1/+1
2013-02-04mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie1-6/+2
2013-02-04mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) lockingStefan Roese2-0/+218
2013-02-04mtd: Allow removal of partitioning modulesLubomir Rintel3-0/+19
2013-02-04mtd: cmdlinepart: Make it into a moduleLubomir Rintel2-3/+9
2013-02-04mtd: gpmi: dump the BCH registersHuang Shijie2-0/+7
2013-02-04mtd: nane: print source of error messageTormod Volden1-3/+2
2013-02-04mtd: fsl_ifc_nand: use more portable i/o accessorsKim Phillips1-114/+119
2013-02-04mtd: uclinux: add a comment about why uclinux_ram_map must not be staticUwe Kleine-König1-0/+6
2013-02-04mtd: uclinux: support ROM and allow passing the base addressUwe Kleine-König2-6/+20
2013-02-04mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki2-13/+39
2013-02-04mtd: bcm47xxpart: register extra "firmware" partitionRafał Miłecki1-0/+11
2013-02-04mtd: bcm47xxpart: simplify size calculation to one loopRafał Miłecki1-5/+6
2013-02-04mtd: chips: Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.cMichel Stempin1-0/+4
2013-02-04mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash1-39/+534
2013-02-04mtd: devices: elm: Add support for ELM error correctionPhilip Avinash2-1/+407
2013-02-04mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash1-4/+8
2013-02-04mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider1-0/+11
2013-02-04mtd: m25p80: Flash protection support for STmicro chipsAustin Boyle1-0/+96
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita4-15/+15
2013-02-04mtd: cmdlinepart: update /proc/mtd commentChristopher Cordahi1-1/+1
2013-02-04mtd: cmdlinepart: describe mtd orderingChristopher Cordahi1-1/+12
2013-02-04mtd: cmdlinepart: skip partitions truncated to zeroChristopher Cordahi1-9/+8
2013-02-04mtd: cmdlinepart: fix skipping zero sized partitionChristopher Cordahi1-0/+1
2013-02-04mtd: gpmi: Always report ECC stats and return max_bitflipsZach Sadecki1-19/+8
2013-02-04mtd: docg3 fix missing bitreverse libRobert Jarzmik1-0/+1
2013-02-04mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov1-1/+1
2013-02-01mtd: omap-onenand: pass device_node in platform dataEzequiel Garcia1-1/+3
2013-01-28ARM: nomadik: add FSMC NANDLinus Walleij1-0/+1
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding9-56/+44
2013-01-19mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET1-2/+5
2013-01-19mtd: physmap_of: fix cmdline partition method w/o linux, mtd-nameBaruch Siach1-1/+1
2013-01-15mtd: docg3 fix missing bitreverse libRobert Jarzmik1-0/+1
2013-01-14mtd: omap-nand: pass device_node in platform dataDaniel Mack1-1/+3
2013-01-11drivers/mtd/nand: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+3
2013-01-11drivers/mtd/devices: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-11drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-11drivers/mtd: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-11mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov1-1/+1
2013-01-07mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz1-8/+14
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman14-43/+37
2012-12-24mtd: bcm47xxnflash: increase NFLASH_READY_RETRIESRafał Miłecki1-2/+2
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds12-135/+98
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds93-1638/+2298
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-2/+1
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2012-12-13mtd: nand: typo in nand_id_has_period() commentsBrian Norris1-1/+1
2012-12-13mtd: nand/gpio: use io{read,write}*_rep accessorsMatthew Leach1-4/+4
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown1-0/+2
2012-12-13mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-714/+0
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-36/+60
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-40/+136
2012-12-12mtd: nand/docg4: fix and improve read of factory bbtMike Dunn1-5/+19
2012-12-12mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn1-4/+6
2012-12-12mtd: nand/docg4: add support for writing in reliable modeMike Dunn1-0/+39
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-2/+4
2012-12-10mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann1-1/+2
2012-12-10mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann1-1/+2
2012-12-10mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia1-56/+130
2012-12-10mtd: physmap_of: error checking to prevent a NULL pointer dereferenceAnton Prins1-2/+4
2012-12-10mtg: docg3: potential divide by zero in doc_write_oob()Dan Carpenter1-1/+1
2012-12-10mtd: bcm47xxnflash: writing supportRafał Miłecki2-3/+79
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia4-85/+50
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia6-14/+23
2012-12-04UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger1-9/+9
2012-12-04UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger1-1/+7
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig1-1/+1