summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_sf.c
AgeCommit message (Expand)Author
2022-08-04Audit <flash.h> inclusionTom Rini
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu
2021-10-25dfu: dfu_sf: Read the SPI flash in 16 MiB chunksMarek Vasut
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-25dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt
2021-02-07dfu: dfu_sf: use correct print codeHeinrich Schuchardt
2020-05-18common: Drop flash.h from common headerSimon Glass
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay
2017-06-03dfu: dfu_sf: Fix read offsetPhil Edworthy
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R
2015-10-19dfu: dfu_sf: Take the start address into accountFabio Estevam
2015-10-19dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam
2014-10-22dm: Add spi.h header to a few filesSimon Glass
2014-08-09dfu: add SF backendStephen Warren