summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/state'Sascha Hauer2016-10-104-32/+40
|\
| * state: consistently pass one type as private data to dev_add_param_*Sascha Hauer2016-09-201-14/+15
| * state: make locally used function staticSascha Hauer2016-09-202-2/+1
| * state: Add state to state_variableSascha Hauer2016-09-202-6/+8
| * state: fix finding the correct parent nodeMichael Olbrich2016-09-201-2/+2
| * state: don't keep pointers to device tree nodesMichael Olbrich2016-09-202-8/+13
| * state: copy backend of_path stringMichael Olbrich2016-09-202-2/+3
* | Merge branch 'for-next/misc'Sascha Hauer2016-10-104-25/+45
|\ \
| * | completion: Fix completion for devices with a dot in the nameSascha Hauer2016-10-071-8/+8
| * | Allow device parameters for devices with dots in nameSascha Hauer2016-10-071-14/+34
| * | blspec: fix typoUlrich Ölmann2016-09-281-1/+1
| * | environment: "wrong magic" gives the impression of an errorSam Ravnborg2016-09-261-1/+1
| * | convert users to %pI4Sascha Hauer2016-09-221-1/+1
* | | Merge branch 'for-next/defenv'Sascha Hauer2016-10-101-21/+15
|\ \ \
| * | | Make generic default environment type a use choiceSascha Hauer2016-10-101-21/+15
* | | | Merge branch 'for-next/bootchooser'Sascha Hauer2016-10-105-70/+1138
|\ \ \ \
| * | | | boot: add framework for redundant boot scenariosMarc Kleine-Budde2016-09-224-0/+942
| * | | | globalvar: introduce globalvar_add_simple_bitmaskSascha Hauer2016-09-221-0/+14
| * | | | globalvar: Allow full variable name in globalvar_addSascha Hauer2016-09-221-0/+3
| * | | | nv: Allow full variable name in nvvar_addSascha Hauer2016-09-221-0/+3
| * | | | globalvar: Also create globalvars from for nonvolatile device varsSascha Hauer2016-09-221-45/+30
| * | | | nv: simplify nvvar_addSascha Hauer2016-09-221-18/+7
| * | | | globalvar: Allow to remove multiple globalvars using wildcardsSascha Hauer2016-09-221-4/+6
| * | | | globalvar: sync with nvvarsSascha Hauer2016-09-221-4/+67
| * | | | globalvar: Move static inline functions to common/Sascha Hauer2016-09-221-0/+67
| | |/ / | |/| |
* | | | arm64: don't allow to build relocatable imageLucas Stach2016-10-041-1/+1
* | | | blspec: fix return value of entry_is_of_compatible()Ulrich Ölmann2016-09-281-1/+1
* | | | blspec: fix erroneus free in entry_is_of_compatible()Ulrich Ölmann2016-09-271-0/+1
|/ / /
* | / nv: Fix variable removal in nvvar_save()Sascha Hauer2016-09-221-0/+1
| |/ |/|
* | Merge branch 'for-next/socfpga'Sascha Hauer2016-09-131-0/+4
|\ \
| * | filetype: add new filetype for SoCFPGA xload imageSteffen Trumtrar2016-08-181-0/+4
* | | Merge branch 'for-next/rockchip'Sascha Hauer2016-09-131-3/+3
|\ \ \
| * | | ARM: rockchip: Add early debug support for RK3288Wadim Egorov2016-08-261-3/+3
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2016-09-131-1/+2
|\ \ \
| * | | Fix small typo in common/KconfigSam Van Den Berge2016-09-051-1/+1
| * | | Kconfig: defaultenv-2 select CMD_TESTAlexander Kurz2016-08-221-0/+1
| |/ /
* | | Merge branch 'for-next/menu'Sascha Hauer2016-09-133-15/+85
|\ \ \
| * | | rework menu so that it can support multiline titlesAleksey Kuleshov2016-09-053-14/+84
| * | | properly remove menu entryAleksey Kuleshov2016-08-181-0/+1
| * | | fix double freeAleksey Kuleshov2016-08-181-1/+0
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2016-09-131-0/+7
|\ \ \
| * | | Add i.MX50 supportAlexander Kurz2016-09-121-0/+7
| |/ /
* | / of_unflatten_dtb(): Check return value with IS_ERRAndrey Smirnov2016-09-051-1/+5
| |/ |/|
* | blspec: Handle nfs:// pathes from bootSascha Hauer2016-08-291-1/+2
|/
* bbu: parameters are inverted in error messageRenaud Barbier2016-08-181-2/+2
* Merge branch 'for-next/nv'Sascha Hauer2016-08-033-18/+122
|\
| * nv: Allow wildcards when removing NV varsSascha Hauer2016-07-252-8/+11
| * lib: Add Kconfig symbol for FNMATCHSascha Hauer2016-07-251-0/+1
| * nv: Use dev_remove_param to delete nv variableSascha Hauer2016-07-221-4/+3
| * nv: Save nv variables on shutdownSascha Hauer2016-07-222-3/+82