summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/dfu_sf.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-311-0/+52
* dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2019-10-311-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-1/+1
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-2/+4
* dfu: dfu_sf: Fix read offsetPhil Edworthy2017-06-031-1/+2
* dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R2015-11-031-1/+3
* dfu: dfu_sf: Take the start address into accountFabio Estevam2015-10-191-2/+10
* dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam2015-10-191-1/+2
* dm: Add spi.h header to a few filesSimon Glass2014-10-221-0/+1
* dfu: add SF backendStephen Warren2014-08-091-0/+139