summaryrefslogtreecommitdiffstats
path: root/drivers/nor
Commit message (Expand)AuthorAgeFilesLines
* m25p80: re-import it againt mtd_add_hostJean-Christophe PLAGNIOL-VILLARD2012-11-204-1031/+0
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-032-8/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-172-8/+0
* | Merge branch 'for-next/mtd'Sascha Hauer2012-10-034-8/+78
|\ \
| * | drivers/nor/cfi_flash: use IS_ENABLED instead of an ifdefJan Luebbe2012-09-162-7/+3
| * | drivers/nor/m25p80: add MTD supportJan Luebbe2012-09-162-1/+72
| * | drivers/nor/m25p80: add JEDEC ID for Micron/Numonyx SPI NOR flashJan Luebbe2012-09-061-0/+3
| |/
* | cfi-flash: Add devicetree probe supportSascha Hauer2012-09-231-6/+23
* | SPI: Put SPI devices on their own busSascha Hauer2012-09-141-1/+1
|/
* m25p80: wait for flash before returning after eraseEric Bénard2012-08-291-1/+3
* nor m25p80: implement fast readSascha Hauer2012-07-312-13/+9
* nor m25p80: optimize eraseSascha Hauer2012-07-312-17/+44
* nor m25p80: align start and end to erase blocksSascha Hauer2012-07-311-2/+3
* nor m25p80: refactor chip eraseSascha Hauer2012-07-311-13/+12
* nor m25p80: remove unused variablesSascha Hauer2012-07-311-6/+0
* nor m25p80: remove progression barSascha Hauer2012-07-311-8/+0
* 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