summaryrefslogtreecommitdiffstats
path: root/include/linux/list.h
Commit message (Collapse)AuthorAgeFilesLines
* linux/list.h: Add missing includeSascha Hauer2016-10-181-0/+1
| | | | | | linux/list.h needs linux/kernel.h for container_of(). Add it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* list: add list_first_entry_or_null()Sascha Hauer2014-01-101-0/+11
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-171-0/+9
|\
| * add list_is_singularSascha Hauer2012-02-171-0/+9
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | list: add list_last_entry functionSascha Hauer2012-02-151-0/+11
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* include: list: add include because we need NULLWolfram Sang2011-09-141-0/+2
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* list: remove duplicated list.hSascha Hauer2009-11-031-40/+387
| | | | | | | | We accidently have two list implementations in the tree: include/list.h and include/linux/list.h. This patch moves the latter (newer one) to include/linux/list.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-101-17/+17
| | | | Minor coding style cleanup.
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-081-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.