summaryrefslogtreecommitdiffstats
path: root/drivers/nor
Commit message (Expand)AuthorAgeFilesLines
* cfi_flash_amd: Add manufacturer-specific fixupsJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+38
* cfi_flash: introduce flash cmdset fixupJean-Christophe PLAGNIOL-VILLARD2010-12-034-39/+52
* cfi_flash: move reset command assigment to specific chipset init functionJean-Christophe PLAGNIOL-VILLARD2010-12-033-6/+6
* cfi_flash: do not reset flash when probe failsJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+1
* cfi_flash: Read whole QRY structure in one goJean-Christophe PLAGNIOL-VILLARD2010-12-032-85/+97
* cfi_flash: Introduce read and write accessorsJean-Christophe PLAGNIOL-VILLARD2010-12-034-79/+130
* cfi_flash: update manufacturer id flash supportJean-Christophe PLAGNIOL-VILLARD2010-12-034-4/+25
* cfi_flash: synchronize command offsets with Linux CFI driverJean-Christophe PLAGNIOL-VILLARD2010-12-032-11/+28
* cfi_flash: use amd and standard reset flash command at probingJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+2
* cfi_flash: move flash_read_uchar from inline to noinlineJean-Christophe PLAGNIOL-VILLARD2010-12-032-14/+16
* cfi_flash: add Atmel real protect flash supportJean-Christophe PLAGNIOL-VILLARD2010-12-032-0/+21
* cfi_flash: move intel real protect flash support to cfi_flash_intel.cJean-Christophe PLAGNIOL-VILLARD2010-12-034-6/+24
* cfi_flash: Add mtd partition support for UBISascha Hauer2010-07-052-4/+98
* cfi_flash: Do not print debug info while erasingSascha Hauer2010-07-051-1/+1
* cfi_flash: Do not typedef struct flash_infoSascha Hauer2010-07-054-60/+60
* Merge branch 'next'Sascha Hauer2010-07-031-1/+4
|\
| * cfi flash driver: Use generic progression bar functionSascha Hauer2010-06-281-1/+4
* | nor: don't use sector for ERASE_STARTWolfram Sang2010-06-291-2/+1
|/
* cfi_flash: use flash_write_word instead of reimplementing it againUwe Kleine-König2010-05-031-18/+1
* nor: Don't use the sector for the unlock sequenceWolfram Sang2010-05-031-8/+8
* cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-084-3/+657
* cfi_flash: remove old driver and switch to new oneSascha Hauer2010-02-086-2046/+515
* cfi_flash_new: make code more readable, return is not a functionSascha Hauer2010-02-081-4/+5
* cfi_flash_new: generate flash erase dots in common functionSascha Hauer2010-02-083-16/+3
* cfi_flash_new: Safe indention level by bailing out earlier in error caseSascha Hauer2010-02-081-21/+24
* cfi_flash_new: Fix Intel chipsSascha Hauer2010-02-081-39/+3
* cfi_flash: fix alignment problemMarc Kleine-Budde2010-02-011-3/+7
* New CFI flash driver: Fix misleading trace when unprotecting a sectorMatthias Kaehlcke2010-01-051-1/+3
* CFI flash driver: Fix misleading trace when unprotecting a sectorMatthias Kaehlcke2010-01-051-1/+2
* Cleanup some more collateral damage from renamingMarc Kleine-Budde2009-12-151-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-153-4/+4
* cfi new: fix new disabling buffer supportJean-Christophe PLAGNIOL-VILLARD2009-10-202-0/+4
* get rid of device idsSascha Hauer2009-07-212-6/+2
* introduce cdevSascha Hauer2009-07-212-55/+71
* new cfi driver: change function order to a more common oneSascha Hauer2009-05-251-49/+49
* cfi driver: change function order to a more common oneSascha Hauer2009-05-251-50/+47
* [cfi] add autoprobing, use cfi size for flash chips sizeKarsten Schwinne2009-05-181-0/+6
* cfi driver: Limit device size to actual sizeSascha Hauer2008-12-171-0/+6
* Move cfi flash drivers to drivers/nor as suggested by Nishanth MenonSascha Hauer2008-08-256-0/+2885