summaryrefslogtreecommitdiffstats
path: root/drivers/nor
Commit message (Expand)AuthorAgeFilesLines
* use loff_t for file offsetsSascha Hauer2012-06-302-10/+14
* Change byte order detection mechanism to kernel styleSascha Hauer2012-06-281-4/+6
* m25p80: progressbar tweakJohannes Stezenbach2012-06-071-2/+2
* m25p80: allow erase to be interruptedJohannes Stezenbach2012-06-071-0/+2
* m25p80: prevent endless loop in eraseJohannes Stezenbach2012-06-071-0/+2
* NOR flash: reduce size of cfiword_t if not using 64-bit bus.Krzysztof Halasa2012-05-131-0/+10
* cfi flash: Fix alignment problemSascha Hauer2012-04-051-5/+13
* cfi flash: Fix loop count calculationSascha Hauer2012-04-051-1/+1
* remove unused Kconfig variable HAS_CFISascha Hauer2011-12-071-3/+0
* m25p80: set the correct erasesize when we use OPCODE_BE_4KMichael Grzeschik2011-11-251-2/+4
* cfi flash: fix flash_make_cmd for big endian accessSascha Hauer2011-09-231-19/+5
* cfi flash: use cpu native accessorsSascha Hauer2011-09-231-6/+6
* introduce io.hSascha Hauer2011-09-222-2/+2
* cfi_flash: support of u32 cmdTeresa Gámez2011-08-264-18/+38
* nor: Add SPI flash driverFranck Jullien2011-08-244-5/+945
* cfi_flash: convert missing map_baseJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* cfi: convert to struct resourceSascha Hauer2011-07-191-19/+17
* Merge branch 'master' into nextSascha Hauer2011-01-171-10/+8
|\
| * CFI NOR flash: fix write timeout units.Krzysztof Halasa2011-01-171-10/+8
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-3/+3
|/
* Fix NOR CFI flash driver to work on big endian systems.Krzysztof Halasa2010-12-212-90/+62
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-4/+4
* Flash CFI: removed unused 'size' variable.Krzysztof Halasa2010-12-211-2/+1
* cfi flash driver: check for ctrl-c during eraseSascha Hauer2010-12-201-0/+5
* 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