aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-09-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-1/+1
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner1-1/+1
2008-09-09mtd: SPI Flash: Support the STMicro FlashTsiChung Liew4-0/+363
2008-09-09Update i386 code (sc520_cdp)Graeme Russ1-1/+1
2008-08-31NAND: add NAND driver for S3C64XXGuennadi Liakhovetski2-0/+320
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk1-5/+5
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park2-200/+706
2008-08-20CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence1-0/+1
2008-08-20CFI: Fix AMD Legacy sector protectTsiChung Liew1-3/+9
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2-6/+60
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk3-83/+83
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2-39/+96
2008-08-14Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese21-2797/+3597
2008-08-13Fix OneNAND build breakKyungmin Park2-39/+96
2008-08-13drivers/mtd/nand_legacy: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-6/+4
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD10-36/+9
2008-08-13drivers/mtd/onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD4-16/+2
2008-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD4-14/+3
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-6/+18
2008-08-12NAND: chip->state does not always get set.Marcel Ziswiler1-0/+1
2008-08-12NAND: Scan bad blocks lazily.Ilya Yanok1-3/+7
2008-08-12NAND read/write fixScott Wood1-581/+181
2008-08-12nand: fsl_upm: convert to updated MTD NAND infrastructureAnton Vorontsov1-40/+28
2008-08-12fsl_elbc_nand: Hard-code the FBAR/FPAR split.Scott Wood1-3/+2
2008-08-12fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov1-1/+10
2008-08-12Freescale eLBC FCM NAND driverScott Wood2-0/+760
2008-08-12Don't panic if a controller driver does ecc its own way.Scott Wood1-2/+6
2008-08-12NAND: Make NAND driver less verbose per defaultStefan Roese2-6/+7
2008-08-12NAND: Change nand_wait_ready() to not call nand_wait()Stefan Roese1-1/+10
2008-08-12Fixing coding style issuesWilliam Juul2-6/+6
2008-08-12Remove white space at end.William Juul2-7/+7
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul6-2299/+2753
2008-08-11OneNAND: Remove unused parameters to onenand_verify_pageSteve Sakoman1-4/+2
2008-08-10Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk1-1/+14
2008-08-09DataFlash: AT45DB021 fix and AT45DB081 supportSergey Lapin1-1/+14
2008-08-08CFI: allow for dynamically determined flash sizes and addressesWolfgang Denk1-6/+8
2008-08-06cfi-flash: Added support to flash_real_protect for Atmel flash devicesRafael Campos1-6/+43
2008-08-06cfi-flash: Add definition for the AM29LV800BB AMD NOR-flashGuennadi Liakhovetski1-0/+17
2008-07-23spi flash: Fix printf() format warningsHaavard Skinnemoen1-3/+3
2008-07-17cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATASebastian Siewior1-1/+4
2008-07-15cfi_flash: make the command u32 onlySebastian Siewior1-4/+4
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-10DataFlash AT45DB021 supportSergey Lapin1-0/+14
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese2-4/+4
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk4-85/+123
2008-07-09NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood4-85/+123
2008-07-08jedec_flash: Fix AM29DL800BB device IDStefan Roese1-1/+1
2008-06-19cfi-flash: Fix problem in flash_toggle(), busy was not detected reliablyStefan Roese1-8/+4
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk1-7/+34
2008-06-11NAND: Added support for 128-bit OOB, adaptedSergei Poselenov1-13/+33