summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_sf.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-03-25dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt1-1/+17
2021-02-07dfu: dfu_sf: use correct print codeHeinrich Schuchardt1-1/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay1-0/+52
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-29dfu: remove limitation on partition sizePatrick Delaunay1-1/+1
2017-07-29dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-2/+4
2017-06-03dfu: dfu_sf: Fix read offsetPhil Edworthy1-1/+2
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R1-1/+3
2015-10-20dfu: dfu_sf: Take the start address into accountFabio Estevam1-2/+10
2015-10-19dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam1-1/+2
2014-10-22dm: Add spi.h header to a few filesSimon Glass1-0/+1
2014-08-09dfu: add SF backendStephen Warren1-0/+139