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
/
nand.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
2023-11-16
cmd: nand: Map memory before accessing it
Sean Anderson
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-02-27
mtd: nand: Mark reserved blocks
Ashok Reddy Soma
2022-12-10
cmd: nand: Extend nand info to print ecc information
Michael Trimarchi
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2021-10-26
cmd: nand biterr - Add support for nand biterr command
Balamanikandan Gunasundar
2021-10-06
nand.h: Cleanup linux/mtd/rawnand.h usage
Tom Rini
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-01-17
common: Move the image globals into image.h
Simon Glass
2020-01-17
image: Rename load_addr, save_addr, save_size
Simon Glass
2019-12-04
cmd: nand/sf: isolate legacy code
Miquel Raynal
2019-11-07
cmd: nand: Remove not used declaration
Alexander Dahl
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-07-11
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-07-11
cmd: nand: remove direct access to struct mtd_info->priv
Grygorii Strashko
2017-07-11
cmd: nand: abstract global variable usage for dm conversion
Mugunthan V N
2017-07-10
cmd, nand: fix broken output of "nand info"
Lothar Waßmann
2016-09-01
nand: Fix some more NULL name tests
Scott Wood
2016-09-01
nand: Fix nand info for no device
Tony Lindgren
2016-08-26
nand: Fix set_dev checks for no device
Tony Lindgren
2016-07-24
cmd, nand: add an option to disable the verification when writing in raw mode
Boris Brezillon
2016-06-19
nand: extend nand torture
Max Krummenacher
2016-06-03
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
Scott Wood
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-06-03
mtd: nand: Remove nand_info_t typedef
Scott Wood
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass