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
/
build.c
Age
Commit message (
Expand
)
Author
2025-05-05
mtd: ubi: Put MTD device after it is not used
Alexander Vickberg
2025-04-08
mtd: ubi: annotate fallthrough
Andre Przywara
2024-10-15
mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
Takahiro Kuwano
2024-07-22
drivers: mtd: Remove duplicate newlines
Marek Vasut
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-01-20
global: Remove unused CONFIG defines
Tom Rini
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
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
2018-06-06
mtd: ubi: Add missing newlines in ubi_init()
Stefan Roese
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-19
mtd: ubi: Fix worker handling
Richard Weinberger
2016-01-25
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
Masahiro Yamada
2015-11-05
compat: Remove is_power_of_2() definition
Fabio Estevam
2015-10-26
ubi,ubifs: sync with linux v4.2
Heiko Schocher
2015-01-28
ubi: reset mtd_devs when ubi part fail
Heiko Schocher
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-08-25
mtd,ubi,ubifs: sync with linux v3.15
Heiko Schocher
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
2013-04-11
ubi: Fix broken cleanup code in attach_by_scanning
Joe Hershberger
2011-10-12
UBI: init eba tables before wl when attaching a device
Holger Brunck
2010-09-27
Fix "ubi part" cmd re-entrancy
Karl Beldan
2009-07-07
UBI: Fix build problem noticed on Apollon (arm/testing repo)
Stefan Roese
2009-06-12
UBI: Add compile-time check for correct malloc area configuration
Stefan Roese
2008-12-10
UBI: Return -ENOMEM upon failing malloc
Stefan Roese
2008-12-09
UBI: Enable re-initializing of the "ubi part" command
Stefan Roese
2008-11-19
UBI: Add basic UBI support to U-Boot (Part 1/8)
Kyungmin Park