summaryrefslogtreecommitdiffstats
path: root/common/state/state.c
Commit message (Expand)AuthorAgeFilesLines
* state: drop unused code and declarations for non-existing functionsUwe Kleine-König2019-10-141-7/+0
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-2/+8
* common: state: fix typoUlrich Ölmann2019-02-071-1/+1
* Merge branch 'for-next/state'Sascha Hauer2018-11-091-1/+1
|\
| * common: state: fix typoUlrich Ölmann2018-10-101-1/+1
* | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-1/+1
|\ \
| * | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
| |/
* | state: fix indentationUlrich Ölmann2018-10-191-1/+1
* | state: fix documentation of state_new_from_node()Ulrich Ölmann2018-10-121-0/+1
|/
* common: state: Add property to protect existing dataDaniel Schultz2018-04-161-1/+18
* state: find backend node with its reproducible nameSascha Hauer2018-02-221-1/+5
* state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-221-28/+16
* state: Add 'init_from_defaults' parameterSascha Hauer2018-02-061-0/+7
* state: refuse to set dirty parameter via setenvSascha Hauer2018-02-061-1/+6
* common: state: Add function to read state MACDaniel Schultz2017-11-071-0/+21
* common: state: Add variable_type to state_variableDaniel Schultz2017-11-071-1/+1
* state: provide an error message when an error occursJuergen Borleis2017-09-061-0/+1
* state: add debugging helpJuergen Borleis2017-09-061-0/+2
* state: do not complain about missing backend-storage-typeSascha Hauer2017-05-231-7/+2
* state: remove unused variablesSascha Hauer2017-05-111-9/+0
* state: Create alias in of_state_fixup()Sascha Hauer2017-05-041-1/+12
* state: Make an alias mandatorySascha Hauer2017-05-041-2/+4
* state: warn when a state node will be overwrittenSascha Hauer2017-05-041-0/+9
* state: Fix error return valueSascha Hauer2017-04-191-0/+1
* state: remove unused variable typeSascha Hauer2017-04-041-1/+0
* state: find device node from device path, not from device node pathSascha Hauer2017-03-311-5/+5
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-311-5/+0
* state: Allow to load without authentificationSascha Hauer2017-03-311-2/+12
* state: Convert all bufs to void *Sascha Hauer2017-03-311-2/+2
* state: pass struct state * to storage functionsSascha Hauer2017-03-311-1/+1
* state: remove unnecessary argument from state_format_initSascha Hauer2017-03-311-7/+6
* state: open code state_backend_init in callerSascha Hauer2017-03-311-57/+13
* state: merge backend.c into state.cSascha Hauer2017-03-311-0/+161
* state: Drop backend as extra struct typeSascha Hauer2017-03-311-17/+17
* state: Make pointing to the backend using a phandle the only supported methodSascha Hauer2017-03-311-12/+9
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-3/+2
* state: Use dev_* for information rather than pr_*Sascha Hauer2016-10-201-4/+4
* state: pass error code instead of inventing new oneSascha Hauer2016-10-201-3/+4
* state: fix finding the correct parent nodeMichael Olbrich2016-09-201-2/+2
* state: don't keep pointers to device tree nodesMichael Olbrich2016-09-201-7/+12
* state: Save on shutdownSascha Hauer2016-07-221-0/+15
* state: also append backend storage stridesizeMichael Grzeschik2016-07-081-0/+7
* state: Refactor state frameworkMarkus Pargmann2016-07-081-0/+566