aboutsummaryrefslogtreecommitdiff
path: root/cmd/sf.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-14cmd: sf: Fix sf probe crashWeizhao Ouyang1-2/+3
2023-11-07mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu1-1/+3
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-5/+3
2023-09-21cmd: sf: Fix the flash_is_unlocked api size parameterVenkatesh Yadav Abbarapu1-1/+1
2023-05-31cmd: sf/nand: Print and return failure when 0 length is passedAshok Reddy Soma1-0/+5
2023-01-26cmd: fix return code of 'sf erase'Heinrich Schuchardt1-6/+6
2023-01-26cmd: simplify do_spi_flash()Heinrich Schuchardt1-13/+6
2023-01-26cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt1-7/+7
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut1-7/+11
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-07-18sf: Query write-protection status before operating the flashJan Kiszka1-0/+12
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard1-4/+11
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-11-28sf: Tidy up code to avoid #ifdefSimon Glass1-17/+13
2021-11-28sf: Use const for the stage nameSimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-02-26cmd: sf: Print error on test failureSean Anderson1-9/+13
2021-02-26cmd: sf: Display errno on erase failureSean Anderson1-2/+5
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-2/+2
2020-06-01cmd: sf Drop reassignment of new into flashJagan Teki1-3/+0
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-7/+8
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal1-0/+2
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-2/+1
2019-01-15cmd: sf: use correct printf codeHeinrich Schuchardt1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-22cmd: sf: fix map_physmem checkLiam Beguin1-1/+1
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2016-09-12sf: fix sf probeCyrille Pitchen1-1/+0
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R1-0/+2
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+618