summaryrefslogtreecommitdiffstats
path: root/drivers/nor/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* nor flash: integrate into mtdSascha Hauer2013-02-141-1044/+0
* treewide: fix format specifiersSascha Hauer2013-01-271-5/+9
* 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-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | Merge branch 'for-next/mtd'Sascha Hauer2012-10-031-5/+3
|\ \
| * | drivers/nor/cfi_flash: use IS_ENABLED instead of an ifdefJan Luebbe2012-09-161-5/+3
| |/
* / cfi-flash: Add devicetree probe supportSascha Hauer2012-09-231-6/+23
|/
* use loff_t for file offsetsSascha Hauer2012-06-301-4/+4
* Change byte order detection mechanism to kernel styleSascha Hauer2012-06-281-4/+6
* cfi flash: fix flash_make_cmd for big endian accessSascha Hauer2011-09-231-19/+5
* introduce io.hSascha Hauer2011-09-221-1/+1
* cfi_flash: support of u32 cmdTeresa Gámez2011-08-261-9/+26
* 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-211-75/+52
* 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: introduce flash cmdset fixupJean-Christophe PLAGNIOL-VILLARD2010-12-031-39/+4
* cfi_flash: move reset command assigment to specific chipset init functionJean-Christophe PLAGNIOL-VILLARD2010-12-031-2/+0
* 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-031-85/+64
* cfi_flash: Introduce read and write accessorsJean-Christophe PLAGNIOL-VILLARD2010-12-031-45/+48
* cfi_flash: update manufacturer id flash supportJean-Christophe PLAGNIOL-VILLARD2010-12-031-0/+18
* 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-031-0/+15
* cfi_flash: move intel real protect flash support to cfi_flash_intel.cJean-Christophe PLAGNIOL-VILLARD2010-12-031-6/+4
* cfi_flash: Add mtd partition support for UBISascha Hauer2010-07-051-4/+91
* cfi_flash: Do not print debug info while erasingSascha Hauer2010-07-051-1/+1
* cfi_flash: Do not typedef struct flash_infoSascha Hauer2010-07-051-23/+23
* cfi flash driver: Use generic progression bar functionSascha Hauer2010-06-281-1/+4
* cfi_flash: use flash_write_word instead of reimplementing it againUwe Kleine-König2010-05-031-18/+1
* cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-081-1/+1
* cfi_flash: remove old driver and switch to new oneSascha Hauer2010-02-081-1020/+503
* cfi_flash: fix alignment problemMarc Kleine-Budde2010-02-011-3/+7
* CFI flash driver: Fix misleading trace when unprotecting a sectorMatthias Kaehlcke2010-01-051-1/+2
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* get rid of device idsSascha Hauer2009-07-211-3/+1
* introduce cdevSascha Hauer2009-07-211-29/+35
* cfi driver: change function order to a more common oneSascha Hauer2009-05-251-50/+47
* 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-251-0/+1502