aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mtd: cfi_probe: enter Auto Select Mode after filling cfi->cfiq membersGuillaume LECERF2010-05-141-23/+24
| * | | mtd: orion/kirkwood: add RnB line support to orion mtd driverBen Dooks2010-05-141-0/+3
| * | | mtd: sm_common: split smartmedia and xD tableMaxim Levitsky2010-05-143-18/+23
| * | | mtd: mxc_nand: support i.MX21Ivo Clarysse2010-05-141-16/+25
| * | | mtd: mxc_nand: set NFC registers after resetIvo Clarysse2010-05-141-42/+48
| * | | mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe2010-05-141-5/+48
| * | | drivers/mtd: Use kzallocJulia Lawall2010-05-139-21/+10
| * | | drivers/mtd/nand: Use kzallocJulia Lawall2010-05-131-5/+2
| * | | mtd/nand: Fix denali build on ppc64David Woodhouse2010-05-131-11/+11
| * | | mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts2010-05-134-0/+2968
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-1059-72/+133
| |\ \ \ | | | |/ | | |/|
| * | | mtd: mpc5121_nfc: Changed SVR check to allow MPC5123.Steve Deiters2010-05-101-2/+2
| * | | mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten2010-05-101-11/+0
| * | | mtd: cfi_cmdset_0002: Add reboot notifier for AMD flashesKevin Cernekee2010-05-101-0/+56
| * | | mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde2010-05-101-0/+11
| * | | mtd/nand/bcm_umi: remove unused #include <linux/version.h>Huang Weiyi2010-05-101-1/+0
| * | | mtd: maps: Eliminate use after freeJulia Lawall2010-05-101-1/+1
| * | | mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold2010-05-106-240/+237
| * | | mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macroFerenc Wagner2010-05-101-1/+4
| * | | mtd: OneNAND: OMAP2/3: unmap correct DMA bufferMika Westerberg2010-05-101-4/+4
| * | | mtd: Blackfin NFC: localize MMR bit masksMike Frysinger2010-05-101-4/+25
| * | | mtd: kconfig: remove stray endchoice from help textFerenc Wagner2010-05-101-2/+0
| * | | mtd: nandsim: make some structures anonymousArtem Bityutskiy2010-05-101-3/+3
| * | | mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT deviceH Hartley Sweeten2010-04-201-2/+5
| * | | bitops: rename for_each_bit() to for_each_set_bit(): mtdAkinobu Mita2010-04-081-1/+1
| * | | mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.hStephen Rothwell2010-03-291-0/+1
| * | | mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always onMaxim Levitsky2010-03-262-16/+1
| * | | mtd: nand: split out ECC moduleMaxim Levitsky2010-03-263-9/+16
| * | | mtd: sm_ftl: initialize sysfs attributesMaxim Levitsky2010-03-261-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-2620-519/+264
| |\ \ \
| * | | | mtd/maps/pismo: remove dangling pointer and a leakWolfram Sang2010-03-211-1/+7
| * | | | mtd: block2mtd: Use kasprintfJulia Lawall2010-03-181-3/+1
| * | | | mtd: small typo in MakefileMatteo Croce2010-03-181-1/+1
| * | | | mtd/nand/r852: Use pci_dma_mapping_error()David Woodhouse2010-03-111-1/+1
| * | | | mtd/nand/r852: fix build for CONFIG_PCI disabledRandy Dunlap2010-03-112-0/+2
| * | | | mtd: blktrans: do blk_cleanup_queue when it is really safe to do soMaxim Levitsky2010-03-081-1/+1
| * | | | mtd: Make SM_FTL depend on MTD_NANDDavid Woodhouse2010-03-081-5/+5
| * | | | mtd: nand: r852: declare inline functions staticStephen Rothwell2010-03-081-3/+3
| * | | | mtd: nand: r852: fix name space clashStephen Rothwell2010-03-081-4/+5
| * | | | mtd/nand/r852: fix build for CONFIG_PM=nRandy Dunlap2010-03-081-0/+5
| * | | | mtd: r852: Few fixes for problems that occur when card is rapidly inserted/re...Maxim Levitsky2010-03-081-4/+17
| * | | | mtd: r852 fix pci IDMaxim Levitsky2010-02-261-1/+1
| * | | | mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky2010-02-264-12/+18
| * | | | mtd: nand: Add driver for Ricoh xD/SmartMedia readerMaxim Levitsky2010-02-264-0/+1292
| * | | | mtd: Add new SmartMedia/xD FTLMaxim Levitsky2010-02-264-0/+1400
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-2613-271/+373
| |\ \ \ \
| * | | | | mtd: nand: Add SmartMedia device table to sm_common moduleDavid Woodhouse2010-02-262-7/+38
| * | | | | mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky2010-02-261-1/+7
| * | | | | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-2612-25/+27
| * | | | | mtd: common module for smartmedia/xD supportMaxim Levitsky2010-02-264-0/+178