summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* backend_storage: add fs.h for BLKGETSIZE64Michael Grzeschik2016-09-221-0/+1
* barebox-state: make sure state->name is validMichael Olbrich2016-09-141-0/+2
* barebox-state: fall back to /state if there is no alias definedMichael Olbrich2016-09-121-2/+1
* libdt: only enumerate devices we are interested inSascha Hauer2016-08-241-1/+4
* libdt: cache of_find_device_by_node_path resultsSascha Hauer2016-08-241-9/+36
* barebox-state: return non-zero exit code for missing or invalid argEnrico Jorns2016-08-081-0/+6
* barebox-state: fix print variable on --getBastian Stender2016-08-041-0/+1
* libdt: add block devicepath extractionBastian Stender2016-07-221-8/+73
* barebox-state: Fix prefix removal of variablesMarkus Pargmann2016-07-131-1/+1
* barebox-state: Fix default stateMarkus Pargmann2016-07-131-0/+11
* barebox-state: Add possibility to specify multiple state namesMarkus Pargmann2016-07-111-51/+97
* dtblint: check for fec reset gpio polarity mismatchUwe Kleine-König2016-07-091-1/+52
* dtblint: imx-pinmux: mention bit that is wrongly setUwe Kleine-König2016-07-081-2/+3
* dtblint: imx-pinmux: add support for imx6qUwe Kleine-König2016-07-081-1/+1595