summaryrefslogtreecommitdiffstats
path: root/lib/rbtree.c
Commit message (Collapse)AuthorAgeFilesLines
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-211-2/+2
| | | | | Signed-off-by: Du Huanpeng <u74147@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rbtree: Update to u-boot v2016.03Alexander Stein2016-04-081-265/+430
| | | | | | | | | | This adds (among others) rbtree_postorder_for_each_entry_safe which is required by the upcoming UBIFS update. Changes to u-boot source: * Adding include <module.h> for EXPORT_SYMBOL* Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add rbtree support (needed for ubi)Sascha Hauer2010-07-051-0/+389
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>