index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
sf.c
Age
Commit message (
Expand
)
Author
2023-09-21
cmd: sf: Fix the flash_is_unlocked api size parameter
Venkatesh Yadav Abbarapu
2023-05-31
cmd: sf/nand: Print and return failure when 0 length is passed
Ashok Reddy Soma
2023-01-26
cmd: fix return code of 'sf erase'
Heinrich Schuchardt
2023-01-26
cmd: simplify do_spi_flash()
Heinrich Schuchardt
2023-01-26
cmd: fix return code of 'sf write' and 'sf read'
Heinrich Schuchardt
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2022-10-25
cmd: sf: Handle unaligned 'update' start offset
Marek Vasut
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-08-04
Audit <flash.h> inclusion
Tom Rini
2022-07-18
sf: Query write-protection status before operating the flash
Jan Kiszka
2022-05-23
spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
Patrice Chotard
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-11-28
sf: Tidy up code to avoid #ifdef
Simon Glass
2021-11-28
sf: Use const for the stage name
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-26
cmd: sf: Print error on test failure
Sean Anderson
2021-02-26
cmd: sf: Display errno on erase failure
Sean Anderson
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-01
cmd: sf Drop reassignment of new into flash
Jagan Teki
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-18
common: Drop flash.h from common header
Simon Glass
2019-12-04
cmd: nand/sf: isolate legacy code
Miquel Raynal
2019-04-12
dm: spi: Read default speed and mode values from DT
Patrick Delaunay
2019-01-15
cmd: sf: use correct printf code
Heinrich Schuchardt
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-22
cmd: sf: fix map_physmem check
Liam Beguin
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2016-09-12
sf: fix sf probe
Cyrille Pitchen
2016-07-09
dm: spi: Read default speed and mode values from DT
Vignesh R
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass