summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | [MTD] [NOR] fix cfi_cmdset_0001 FL_SYNCING race (take 2)Alexander Belyakov2008-09-261-2/+15
| * | [MTD] [NAND] nand_base.c: reset chip firstKarl Beldan2008-09-161-0/+8
| * | [MTD] [NAND] OMAP2: add retry after read timeoutAdrian Hunter2008-09-161-3/+23
| * | [MTD] [NAND] Freescale i.MX2 NAND driverSascha Hauer2008-09-023-0/+1085
| * | [MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NANDEnrico Scholz2008-09-011-1/+4
| * | [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz2008-09-011-18/+25
| * | [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-011-5/+5
| * | [MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type tableEnrico Scholz2008-09-012-0/+11
| * | [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz2008-09-011-2/+16
| * | [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-011-44/+0
| * | [MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabledDavid Woodhouse2008-09-011-0/+1
| * | [MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashesSemun Lee2008-09-011-0/+23
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-011-1/+1
| |\|
| * | [MTD] [NAND] nand_ecc.c: adding support for 512 byte eccSingh, Vimal2008-08-251-24/+62
| * | [MTD] [NAND] au1550nd.c: remove unused #include <version.h>Huang Weiyi2008-08-251-1/+0
| * | [MTD] [NAND] Fix missing kernel-docAlexey Korolev2008-08-202-6/+6
| * | [MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printkfrans2008-08-201-11/+33
| * | [MTD] removed unused #include <version.h>Huang Weiyi2008-08-173-3/+0
| * | [MTD] [NAND] Minor cleanup of nand_ecc.cDavid Woodhouse2008-08-161-11/+9
| * | [MTD] [NAND] nand_ecc.c: rewrite for improved performancefrans2008-08-161-124/+372
| * | [MTD] [OneNAND] OMAP3: add delay for GPIOAdrian Hunter2008-08-151-2/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-08-1224-36/+607
| |\ \
| * | | [MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter2008-08-123-0/+785
| * | | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-124-6/+6
| * | | [MTD] m25p80.c extended jedec supportChen Gong2008-08-111-39/+47
| * | | [MTD] m25p80.c code cleanupChen Gong2008-08-111-1/+1
| * | | [MTD] m25p80.c erase enhanceChen Gong2008-08-111-8/+40
| * | | [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi2008-08-111-1/+0
| * | | [MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse2008-08-072-21/+25
| * | | [MTD] make dataflash write-verify be optionalDavid Brownell2008-08-072-5/+13
| * | | [MTD] Compile fix for dataflash OTP supportDavid Brownell2008-08-071-1/+1
| * | | [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström2008-08-061-14/+38
| * | | [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev2008-08-062-49/+65
| * | | [MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu descriptionGeorge G. Davis2008-08-061-1/+1
| * | | [MTD] Remove references to TI 'toto' platform.David Woodhouse2008-08-046-354/+0
| * | | [MTD] Use DIV_ROUND_UPJulia Lawall2008-08-023-4/+3
| * | | [MTD] remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-08-015-466/+0
| * | | [MTD] dataflash OTP supportDavid Brownell2008-08-016-9/+219
* | | | USB: remove info() macro from usb mtd driversGreg Kroah-Hartman2008-10-171-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-6/+4
|\ \ \ \
| * | | | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-161-2/+0
|\ \ \ \ \
| * | | | | remove CONFIG_KMOD from driversJohannes Berg2008-10-171-2/+0
| |/ / / /
* / / / / omap drivers: switch to standard GPIO callsDavid Brownell2008-10-161-2/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-25/+9
|\ \ \ \
| * | | | pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-311-6/+1
| * | | | pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-231-9/+8
| * | | | pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() usersDominik Brodowski2008-08-231-11/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-136-44/+84
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-114-1/+44
| |\ \ \ \ \