summaryrefslogtreecommitdiff
path: root/include/linux/list.h
Commit message (Collapse)AuthorAgeLines
* list: Add list_last_entry() to find the last entrySimon Glass2016-10-11-0/+11
| | | | | | | | We have list_first_entry() but in some cases it is useful to find the last item added to the list. Add a macro for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* Coding style cleanup, update CHANGELOGWolfgang Denk2008-09-13-11/+11
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* update linux/listJean-Christophe PLAGNIOL-VILLARD2008-08-31-45/+461
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-10-17/+17
| | | | Minor coding style cleanup.
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-0/+258
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.