aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_sf.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu1-18/+20
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu1-3/+9
2021-10-25dfu: dfu_sf: Read the SPI flash in 16 MiB chunksMarek Vasut1-2/+12
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-28dfu: remove limitation on partition sizePatrick Delaunay1-1/+1
2017-07-28dfu: 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-19dfu: 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