summaryrefslogtreecommitdiffstats
path: root/common/state
Commit message (Expand)AuthorAgeFilesLines
* common: state: fix backward compatibilityUlrich Ölmann2019-10-141-3/+0
* state: backend_bucket_circular: fix double free()Ulrich Ölmann2019-10-141-1/+0
* state: backend_bucket_circular: harmonize code with dt-utilsUlrich Ölmann2019-10-141-1/+2
* state: drop unused code and declarations for non-existing functionsUwe Kleine-König2019-10-141-7/+0
* mtd: peb: Do not mark as bad in mtd_peb_torture()Sascha Hauer2019-07-161-0/+2
* common: state: check lengthJan Remmet2019-05-231-1/+6
* state: Fix lseek error check in state_mtd_peb_write()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_mtd_peb_read()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_write()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_read()Andrey Smirnov2019-03-111-8/+8
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+3
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-1/+1
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+4
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-2/+8
* common: state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-111-3/+3
* common: state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-112-26/+26
* common: state: fix compiler warnings about wrong type conversion in messagesUlrich Ölmann2019-02-111-7/+7
* common: state: fix typoUlrich Ölmann2019-02-073-4/+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
* Merge branch 'for-next/state'Sascha Hauer2018-11-092-7/+8
|\
| * state: backend_bucket_circular: remove unused variablesUlrich Ölmann2018-10-121-2/+0
| * common: state: fix typoUlrich Ölmann2018-10-101-1/+1
| * state: backend_bucket_circular: fix memory leakUlrich Ölmann2018-10-101-4/+7
* | 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: use of_property_write_string() where appropriateUlrich Ölmann2018-10-121-4/+2
|/
* state: backend_bucket_circular: fix for non power of 2 writesizeLadislav Michl2018-09-261-2/+2
* common: state: Add property to protect existing dataDaniel Schultz2018-04-164-4/+27
* state: find backend node with its reproducible nameSascha Hauer2018-02-222-1/+6
* state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-221-28/+16
* state: Add 'init_from_defaults' parameterSascha Hauer2018-02-062-0/+9
* 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 as enumDaniel Schultz2017-11-072-0/+27
* common: state: Add variable_type to state_variableDaniel Schultz2017-11-073-9/+21
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-263-8/+0
* state: don't use uninitialized variableJuergen Borleis2017-09-061-1/+1
* state: use the given backend storage type nameJuergen Borleis2017-09-061-4/+5
* state: provide an error message when an error occursJuergen Borleis2017-09-061-0/+1
* state: add debugging helpJuergen Borleis2017-09-062-1/+8
* state: keep backward compatibilityJuergen Borleis2017-09-061-9/+19
* Merge branch 'for-next/state'Lucas Stach2017-07-312-3/+1
|\
| * state: backend_storage: remove unreachable error messagePhilipp Zabel2017-07-201-2/+0
| * state: backend_bucket_circular: promote old state debug message to infoPhilipp Zabel2017-07-201-1/+1
* | Merge branch 'for-next/efi'Lucas Stach2017-07-313-3/+3
|\ \
| * | state: fix compile warnings for dev_err expansionSteffen Trumtrar2017-07-103-3/+3
| |/