summaryrefslogtreecommitdiffstats
path: root/common/state/state_variables.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: don't mix goto labels and statements on same lineAhmad Fatoum2023-05-251-3/+6
* state: propagate failure to fixup enum32 into DTAhmad Fatoum2022-09-121-0/+2
* include: add dedicated header for printf/printkAhmad Fatoum2021-11-011-1/+1
* state: remove param member from state_uint32, state_enum32, state_macChristian Eggers2020-01-271-8/+8
* state: remove param member from struct state_stringChristian Eggers2020-01-271-3/+4
* common: state: fix another alignmentRoland Hieber2019-01-081-1/+1
* common: state: fix alignmentRoland Hieber2019-01-071-4/+4
* state: remove unused functionSascha Hauer2018-11-191-13/+0
* common: state: use of_property_write_string() where appropriateUlrich Ölmann2018-10-121-4/+2
* common: state: Add variable type as enumDaniel Schultz2017-11-071-0/+18
* common: state: Add variable_type to state_variableDaniel Schultz2017-11-071-5/+15
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* state: remove unused variable typeSascha Hauer2017-04-041-5/+0
* Merge branch 'for-next/state'Sascha Hauer2016-11-141-3/+3
|\
| * state: fix indentationStefan Lengfeld2016-11-031-3/+3
* | state: fix state is not saved when string variable is changedStefan Lengfeld2016-11-031-1/+1
|/
* state: consistently pass one type as private data to dev_add_param_*Sascha Hauer2016-09-201-14/+15
* state: make locally used function staticSascha Hauer2016-09-201-1/+1
* state: Add state to state_variableSascha Hauer2016-09-201-4/+7
* state: Refactor state frameworkMarkus Pargmann2016-07-081-0/+493