summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* globalvar: Fix value of new globalvar when nvvar existsSascha Hauer2017-05-081-2/+2
* nv: Fix setting of nv.dev.<devname>.<param> variablesSascha Hauer2017-05-081-42/+23
* clock: initialize dummy clocksource staticallySascha Hauer2017-05-051-6/+1
* Merge branch 'for-next/state'Sascha Hauer2017-05-051-3/+25
|\
| * 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
* | Merge branch 'for-next/socfpga'Sascha Hauer2017-05-051-0/+29
|\ \
| * | ARM: socfpga: add arria10 supportSteffen Trumtrar2017-05-031-1/+10
| * | ARM: socfpga: make debug_ll configurableSteffen Trumtrar2017-05-031-0/+20
| |/
* | Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-0510-67/+51
|\ \
| * | param: remove unnecessary device_d * argumentSascha Hauer2017-04-111-7/+7
| * | globalvar: make globalvar functions more consistentSascha Hauer2017-04-117-30/+16
| * | param: make parameter functions more consistentSascha Hauer2017-04-113-4/+4
| * | console: Use dev_add_param_stringSascha Hauer2017-04-111-26/+24
* | | Merge branch 'for-next/misc'Sascha Hauer2017-05-054-5/+5
|\ \ \
| * | | state: backend_bucket_circular: drop unused free_pattern constantAntony Pavlov2017-05-031-1/+0
| * | | globalvar: make nv_device staticAntony Pavlov2017-04-281-1/+1
| * | | xfuncs: Be more informative when out of memory panic occursSascha Hauer2017-04-282-3/+4
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2017-05-052-3/+143
|\ \ \ | |_|/ |/| |
| * | imx-bbu-nand-fcb: add support for imx6ulJan Remmet2017-05-052-3/+143
| |/
* | common: BLSPEC needs boot infrastructure and at least simple command supportLucas Stach2017-04-261-0/+3
* | globalvar: don't use nv_device if CONFIG_NVVAR is disabledAntony Pavlov2017-04-251-1/+11
* | state: backend_raw: init digest earlierSascha Hauer2017-04-241-4/+6
* | state: Fix "pack" returning freed data for DTB backendIan Abbott2017-04-211-2/+0
* | state: Fix error return valueSascha Hauer2017-04-191-0/+1
* | state: backend_storage: Set needs_refresh back to 0 after refreshingSascha Hauer2017-04-191-2/+4
* | state: backend_bucket_circular: Do not leak memorySascha Hauer2017-04-191-2/+4
* | common: bootchooser: add dependenciesLucas Stach2017-04-191-0/+3
|/
* Merge branch 'for-next/state'Sascha Hauer2017-04-0711-847/+487
|\
| * state: remove unused variable typeSascha Hauer2017-04-043-17/+0
| * state: find device node from device path, not from device node pathSascha Hauer2017-03-312-6/+6
| * state: Remove -EUCLEAN check from userspace toolSascha Hauer2017-03-311-21/+0
| * state: Do not load state during state_new_from_nodeSascha Hauer2017-03-311-5/+0
| * state: Allow to load without authentificationSascha Hauer2017-03-315-11/+28
| * state: backend bucket circular: Explain metadataSascha Hauer2017-03-311-0/+5
| * state: backend_circular: Set minumum writesize to 8Sascha Hauer2017-03-311-0/+3
| * state: backend_raw: alloc digest only when neededSascha Hauer2017-03-311-53/+59
| * state: backend_storage: rename more variablesSascha Hauer2017-03-311-6/+6
| * state: backend_storage: make locally used variable staticSascha Hauer2017-03-311-1/+1
| * state: backend_storage: rewrite function docSascha Hauer2017-03-311-2/+2
| * state: backend_storage: Rename variable desired_copies to desired_bucketsSascha Hauer2017-03-311-9/+9
| * state: backend_storage: Rename variable nr_copies to n_bucketsSascha Hauer2017-03-311-12/+12
| * state: backend_circular: rewrite function docSascha Hauer2017-03-311-5/+3
| * 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