index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
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