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
/
drivers
/
mtd
/
ubi
/
io.c
Age
Commit message (
Expand
)
Author
2025-10-08
mtd: ubi: Remove test that always fails
Andrew Goodbody
2024-10-15
mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
Takahiro Kuwano
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek BehĂșn
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-07-09
ubi: fix UBI_SILENCE_MSG
Markus Klotzbuecher
2018-06-13
lib: Add hexdump
Alexey Brodkin
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-01-04
UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined
Ladislav Michl
2015-10-26
ubi,ubifs: sync with linux v4.2
Heiko Schocher
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-08-25
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
2008-12-16
Coding style cleanup, update CHANGELOG.
Wolfgang Denk
2008-11-19
UBI: Add basic UBI support to U-Boot (Part 3/8)
Kyungmin Park