summaryrefslogtreecommitdiffstats
path: root/common/state/state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-4/+4
* Merge branch 'for-next/state'Sascha Hauer2023-06-221-11/+39
|\
| * state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-06-121-0/+16
| * state: factor device path lookup into helper functionAhmad Fatoum2023-06-121-7/+23
| * of: of_path: always call of_partition_ensure_probed before resolvingAhmad Fatoum2023-06-081-10/+0
| * state: fix deep probe handlingAhmad Fatoum2023-06-081-3/+9
* | treewide: drop null pointer checks around of_delete_nodeAhmad Fatoum2023-05-251-2/+1
* | treewide: don't mix goto labels and statements on same lineAhmad Fatoum2023-05-251-4/+8
|/
* state: backend: direct: open backend in read-only mode if possibleAhmad Fatoum2023-01-161-3/+3
* state: add deep probe aware helpers to get stateAhmad Fatoum2022-02-071-1/+19
* state: mark state init errors speciallyAhmad Fatoum2021-12-071-2/+2
* state: support deep probeAhmad Fatoum2021-07-181-0/+4
* treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-291-2/+1
* common: fix typos found with codespellYegor Yefremov2020-03-231-1/+1
* state: treat state with all-invalid buckets as dirtyAhmad Fatoum2020-03-091-4/+3
* 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