summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2017.05.4v2017.05.4stable/v2017.05Lucas Stach2017-07-141-1/+1
* crypto: caam: use dma_alloc_coherent instead of dma_allocOleksij Rempel2017-07-141-3/+1
* crypto: digest: Fix digesting over memory chunks > 4096 bytesUwe Kleine-König2017-07-141-0/+3
* Release v2017.05.3v2017.05.3Sascha Hauer2017-06-281-1/+1
* Revert "nv: Do not create globalvars from nvvars"Sascha Hauer2017-06-141-21/+21
* Revert "globalvar: remove code for unqualified globalvars"Sascha Hauer2017-06-142-1/+43
* Revert "param: remove unnecessary device_d * argument"Sascha Hauer2017-06-141-2/+2
* Revert "globalvar: don't use nv_device if CONFIG_NVVAR is disabled"Sascha Hauer2017-06-141-11/+1
* Revert "nv: Fix setting of nv.dev.<devname>.<param> variables"Sascha Hauer2017-06-141-23/+42
* Revert "globalvar: Fix value of new globalvar when nvvar exists"Sascha Hauer2017-06-141-2/+2
* Release v2017.05.2v2017.05.2Sascha Hauer2017-06-131-1/+1
* nv: Fix setting of nv.dev.<devname>.<param> variablesSascha Hauer2017-05-301-42/+23
* Makefile: Speed up evaluation of ld optionsv2017.05.1Sascha Hauer2017-05-242-4/+2
* usb: imx: Only use clock when it existsSascha Hauer2017-05-241-4/+2
* Fix linking with new ld, based on u-bootAndrey Panov2017-05-243-1/+7
* param: fix stub prototype of dev_add_paramLucas Stach2017-05-241-2/+2
* of: of_find_node_by_devpath: Fix offset in mtd devicesSascha Hauer2017-05-241-1/+4
* globalvar: Fix value of new globalvar when nvvar existsSascha Hauer2017-05-241-2/+2
* clock: initialize dummy clocksource staticallySascha Hauer2017-05-241-6/+1
* Release v2017.05.0v2017.05.0Sascha Hauer2017-05-051-1/+1
* arm: mach-omap: Change file flags in emmc handlerDaniel Schultz2017-05-051-1/+1
* param: fix stub prototype const annotationLucas Stach2017-04-261-1/+1
* net: ifup needs to be able to run commandsLucas Stach2017-04-261-0/+1
* HAB: don't reference unused HAB opsLucas Stach2017-04-261-2/+2
* 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
* ARM: cache-l2x0: honour aux_val when determing way sizeSascha Hauer2017-04-211-4/+3
* state: Fix error return valueSascha Hauer2017-04-191-0/+1
* ARM: at91sam9x5ek: Actually build imageSascha Hauer2017-04-191-2/+2
* 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
* mtd: nand_omap_gpmc: fix BCH error correctionMatt Reimer2017-04-191-1/+2
* ARM: imx: HAB needs fuse driver supportLucas Stach2017-04-191-0/+2
* mtd: of: only add partition layout param when GLOBAL support is enabledLucas Stach2017-04-191-3/+5
* common: bootchooser: add dependenciesLucas Stach2017-04-191-0/+3
* fs: squashfs: fix "no previous prototype for 'squashfs_set_rootarg'" warningAntony Pavlov2017-04-101-1/+2
* Merge branch 'for-next/tegra'Sascha Hauer2017-04-078-6/+130
|\
| * ARM: tegra: enable Tegra124 memory controller driver in defconfigLucas Stach2017-03-301-0/+1
| * add driver for Tegra124 memory controllerLucas Stach2017-03-305-0/+89
| * ARM: tegra: jetson-tk1: use phandle for stdout pathLucas Stach2017-03-301-1/+1
| * ARM: tegra124: use old XUSB bindingLucas Stach2017-03-301-0/+34
| * ARM: tegra: jetson-tk1: adapt internal DT paths to changed upstream DTLucas Stach2017-03-302-5/+5
* | Merge branch 'for-next/state'Sascha Hauer2017-04-0725-887/+713
|\ \
| * | 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-312-5/+6
| * | state: Update documentationSascha Hauer2017-03-311-7/+26