index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
rawnand.h
Age
Commit message (
Expand
)
Author
2022-08-22
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Michael Trimarchi
2022-08-22
mtd: nand: change return type of nand_get_flash_type() to int
Michael Trimarchi
2022-08-22
mtd: nand: Rename the nand_manufacturers struct
Michael Trimarchi
2022-07-22
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Michael Trimarchi
2022-07-22
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Michael Trimarchi
2022-07-22
mtd: nand: Move Micron specific init logic in nand_micron.c
Michael Trimarchi
2022-07-22
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Michael Trimarchi
2022-07-22
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Michael Trimarchi
2022-07-22
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Michael Trimarchi
2022-07-22
mtd: nand: Export symbol nand_decode_ext_id
Michael Trimarchi
2022-07-22
mtd: nand: Get rid of mtd variable in function calls
Michael Trimarchi
2022-07-22
mtd: nand: Add manufacturer specific initialization/detection steps
Michael Trimarchi
2022-07-22
mtd: nand: Store nand ID in struct nand_chip
Michael Trimarchi
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
2021-09-28
mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
Patrice Chotard
2020-05-18
arm: Don't include common.h in header files
Simon Glass
2019-04-22
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
2019-04-22
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
2019-04-22
mtd: add get/set of_node/flash_node helpers
Brian Norris
2018-07-23
mtd: nand: add new enum for storing ECC algorithm
Rafał Miłecki
2018-06-27
mtd: nand: export nand_get_flash_type function
Jörg Krause
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-04
mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h
Masahiro Yamada
2017-12-04
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada