summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* state: backend_circular: default to circular storageSascha Hauer2017-03-311-6/+8
* state: backend: Add some documentationSascha Hauer2017-03-312-1/+37
* state: storage: direct: do not close file that is not openedSascha Hauer2017-03-311-1/+0
* state: backend_circular: remove unnecessary warningSascha Hauer2017-03-311-4/+1
* state: backend: Add more fields to struct state_backend_storageSascha Hauer2017-03-312-28/+26
* state: backend_bucket_direct: max_size is always givenSascha Hauer2017-03-311-1/+1
* state: bucket: Make output more informativeSascha Hauer2017-03-312-10/+18
* state: backend-direct: Fix max_sizeSascha Hauer2017-03-311-1/+1
* state: Drop cache bucketSascha Hauer2017-03-313-189/+71
* state: Convert all bufs to void *Sascha Hauer2017-03-318-35/+35
* state: replace len_hint logicSascha Hauer2017-03-316-17/+21
* state: simplify direct backendSascha Hauer2017-03-311-131/+14
* state: drop lazy_initSascha Hauer2017-03-314-60/+6
* state: backend_circular: Read whole PEBSascha Hauer2017-03-311-10/+8
* state: storage: initialize variable once outside loopSascha Hauer2017-03-311-4/+6
* state: pass struct state * to storage functionsSascha Hauer2017-03-313-7/+5
* 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-313-189/+161
* state: Drop backend as extra struct typeSascha Hauer2017-03-313-59/+46
* state: backend: remove len_hint argument from state_storage_readSascha Hauer2017-03-313-7/+4
* state: backend: remove .get_packed_lenSascha Hauer2017-03-312-5/+0
* state: Use positive logicSascha Hauer2017-03-311-7/+7
* state: pass error code instead of inventing new oneSascha Hauer2017-03-311-3/+4
* state: fix finding the correct parent nodeMichael Olbrich2017-03-311-2/+2
* barebox-state: Sync pieces with bareboxSascha Hauer2017-03-313-12/+7
* state: don't keep pointers to device tree nodesMichael Olbrich2017-03-312-8/+13
* state: make locally used function staticSascha Hauer2017-03-312-2/+1
* state: consistently pass one type as private data to dev_add_param_*Sascha Hauer2017-03-311-15/+16
* state: Add state to state_variableSascha Hauer2017-03-312-6/+8
* state: copy backend of_path stringMichael Olbrich2017-03-312-2/+3
* Revert "barebox-state: Do not defer probe"Sascha Hauer2017-03-311-1/+6
* Revert "barebox-state: Add force switch"Sascha Hauer2017-03-316-29/+13
* state: use packed attribute for on storage structsSascha Hauer2017-03-213-3/+3
* state: Whitespace cleanupSascha Hauer2017-03-211-3/+3
* state: bucket_circular: -EUCLEAN means data could be readSascha Hauer2017-03-211-1/+1
* state: bucket_cached: Fix reading pages which need cleanupSascha Hauer2017-03-211-4/+4
* barebox-state: Add force switchSascha Hauer2017-03-166-13/+29
* barebox-state: Do not defer probeSascha Hauer2017-03-161-6/+1
* rework logging functionsSascha Hauer2017-03-164-34/+108
* of_print_property: fix compiler warningUwe Kleine-König2017-02-101-1/+1
* of_get_devicepath: correct comment and add link to external patchUwe Kleine-König2017-02-101-3/+3
* of_get_devicepath: make partition finding more robustUwe Kleine-König2017-02-101-5/+6
* of_get_devicepath: if the device is an mtd udev_parse_mtd is all we need.Uwe Kleine-König2017-02-101-0/+1
* of_get_devicepath: simplify code flowUwe Kleine-König2017-02-101-7/+5
* remove two unused variablesUwe Kleine-König2017-02-091-2/+1
* barebox-state: Fix commentSascha Hauer2017-01-161-1/+1
* barebox-state: fix typoBastian Stender2016-12-081-1/+1
* libdt: take the parent to search for block devicesMichael Grzeschik2016-09-221-0/+5
* barebox-state: only set state->name by state->state if validMichael Grzeschik2016-09-221-1/+1