summaryrefslogtreecommitdiffstats
path: root/include/param.h
Commit message (Collapse)AuthorAgeFilesLines
* parameter: remove unused struct memberSascha Hauer2012-05-131-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* param: make return value of param getter function constSascha Hauer2012-04-241-3/+3
| | | | | | | The string returned by the getter function should not be changed. Make it const. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+53
| | | | | | this will allow to save 992 Bytes for TI xlaoder or AT91 bootstrap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* 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