aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-06-06mtd: ubi: Add missing newlines in ubi_init()Stefan Roese1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-19mtd: ubi: Fix worker handlingRichard Weinberger1-9/+1
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam1-1/+1
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher1-139/+140
2015-01-28ubi: reset mtd_devs when ubi part failHeiko Schocher1-0/+8
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-0/+11
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-226/+586
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-1/+1
2013-04-11ubi: Fix broken cleanup code in attach_by_scanningJoe Hershberger1-4/+4
2011-10-12UBI: init eba tables before wl when attaching a deviceHolger Brunck1-6/+6
2010-09-27Fix "ubi part" cmd re-entrancyKarl Beldan1-0/+1
2009-07-07UBI: Fix build problem noticed on Apollon (arm/testing repo)Stefan Roese1-1/+1
2009-06-12UBI: Add compile-time check for correct malloc area configurationStefan Roese1-0/+4
2008-12-10UBI: Return -ENOMEM upon failing mallocStefan Roese1-2/+3
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese1-0/+1
2008-11-19UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park1-0/+1186