summaryrefslogtreecommitdiffstats
path: root/include/param.h
Commit message (Collapse)AuthorAgeFilesLines
* rework device parametersSascha Hauer2010-06-171-1/+14
| | | | | | | | Change device parameters so that the memory management is in generic code. This also removes the need of storing statically initialized parameters as they are stored in a struct list_head for each device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* svn_rev_502Sascha Hauer2007-07-051-1/+4
| | | | complete multiple console support
* svn_rev_469Sascha Hauer2007-07-051-3/+4
| | | | | - make some more char * const - dev_add_parameter -> dev_add_param
* svn_rev_391Sascha Hauer2007-07-051-0/+2
| | | | remove different parameter types, all params are strings now
* svn_rev_377Sascha Hauer2007-07-051-25/+8
| | | | remove special params, all params are strings now
* svn_rev_228Sascha Hauer2007-07-051-0/+43