summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
Commit message (Expand)AuthorAgeLines
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-25-0/+1
* compat: Remove is_power_of_2() definitionFabio Estevam2015-11-05-1/+1
* ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-26-139/+140
* ubi: reset mtd_devs when ubi part failHeiko Schocher2015-01-28-0/+8
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-16-1/+0
* mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2014-08-25-0/+11
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-226/+586
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-13/+1
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-31-1/+1
* ubi: Fix broken cleanup code in attach_by_scanningJoe Hershberger2013-04-11-4/+4
* UBI: init eba tables before wl when attaching a deviceHolger Brunck2011-10-12-6/+6
* Fix "ubi part" cmd re-entrancyKarl Beldan2010-09-27-0/+1
* UBI: Fix build problem noticed on Apollon (arm/testing repo)Stefan Roese2009-07-07-1/+1
* UBI: Add compile-time check for correct malloc area configurationStefan Roese2009-06-12-0/+4
* UBI: Return -ENOMEM upon failing mallocStefan Roese2008-12-10-2/+3
* UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-09-0/+1
* UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park2008-11-19-0/+1186