summaryrefslogtreecommitdiffstats
path: root/common/state
Commit message (Expand)AuthorAgeFilesLines
* state: add deep probe aware helpers to get stateAhmad Fatoum2022-02-071-1/+19
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-192-0/+4
|\
| * treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
| * treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-051-0/+2
* | state: make first boot with uninitialized legacy state less verboseAhmad Fatoum2022-01-102-4/+7
|/
* state: make first boot less verboseAhmad Fatoum2021-12-073-7/+20
* state: mark state init errors speciallyAhmad Fatoum2021-12-074-9/+12
* include: add dedicated header for printf/printkAhmad Fatoum2021-11-013-3/+3
* state: backend_raw: fix ignoring unpack failuresMarco Felsch2021-10-051-1/+3
* state: support deep probeAhmad Fatoum2021-07-181-0/+4
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-1/+1
* 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: backend_storage: deal gracefully with runtime bucket corruptionAhmad Fatoum2020-03-091-0/+2
* state: remove param member from state_uint32, state_enum32, state_macChristian Eggers2020-01-272-11/+8
* state: remove param member from struct state_stringChristian Eggers2020-01-272-4/+4
* 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