summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [MTD] [INFTL] Fix infinite loop in INFTL_foldchainDaniel Rosenthal2008-10-081-1/+4
| * | | | | | | [MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM Mike Frysinger2008-09-261-1/+1
| * | | | | | | [MTD] [NOR] intel_dc21285 switch to ROM APIAlan Cox2008-09-261-13/+3
| * | | | | | | Export the ROM enable/disable helpersAlan Cox2008-09-262-2/+6
| * | | | | | | [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-024-0/+1112
| * | | | | | | [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-012-26/+26
| * | | | | | | [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-012-9/+9
| * | | | | | | [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-012-2/+19
| * | | | | | | [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-012-44/+44
| * | | | | | | [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
| * | | | | | | CRED: Wrap task credential accesses in the JFFS2 filesystemDavid Howells2008-09-011-2/+2
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-011758-19102/+61067
| |\ \ \ \ \ \ \
| * | | | | | | | [JFFS2] Move JFFS2 config options out of fs/KconfigAlexey Dobriyan2008-09-012-189/+189
| * | | | | | | | [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-203-6/+7
| * | | | | | | | [MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printkfrans2008-08-201-11/+33
| * | | | | | | | [JFFS2] Fill in f_fsid field in jffs2_statfs()David Woodhouse2008-08-181-0/+2
| * | | | | | | | [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-162-124/+1086
| * | | | | | | | [MTD] [OneNAND] OMAP3: add delay for GPIOAdrian Hunter2008-08-151-2/+7
| * | | | | | | | [JFFS2] Correct symlink name too long error codeAdrian Hunter2008-08-141-1/+1
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-08-124344-101200/+141589
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter2008-08-124-1/+791
| * | | | | | | | | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-126-9/+11
| * | | | | | | | | [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-073-27/+31
| * | | | | | | | | [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-062-14/+42
| * | | | | | | | | [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev2008-08-063-50/+73
| * | | | | | | | | [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] [OneNAND] Add defines for HF and sync writeAdrian Hunter2008-08-011-0/+2
| * | | | | | | | | [MTD] dataflash OTP supportDavid Brownell2008-08-016-9/+219
* | | | | | | | | | x86: sysfs: kill owner field from attributeParag Warudkar2008-10-2020-23/+9
* | | | | | | | | | fs/Kconfig: move CIFS outAlexey Dobriyan2008-10-202-142/+143
* | | | | | | | | | include/linux/bcd.h: remove commentsAdrian Bunk2008-10-201-9/+0
OpenPOWER on IntegriCloud