summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-25163-1279/+1385
|\
| * usb: dwc3-of-simple: Use clk_bulk APISascha Hauer2020-09-241-48/+10
| * clk: Add clk_bulk_[get|put]_all()Sascha Hauer2020-09-242-0/+126
| * usb: dwc3: Whitespace cleanupSascha Hauer2020-09-231-3/+3
| * clk_dump command: Allow printing a single clockSascha Hauer2020-09-233-7/+59
| * x86/config/efi: drop DRIVER_SERIAL_NS16550Uwe Kleine-König2020-09-231-1/+0
| * Regenerate defconfig filesUwe Kleine-König2020-09-2315-23/+5
| * README: add some commas for clarityRobert Karszniewicz2020-09-211-4/+4
| * scripts: compiler.h: include <sys/types.h>Robert Karszniewicz2020-09-211-0/+1
| * globalvar: allow running actions on set with globalvar_add_bool()Ahmad Fatoum2020-09-182-6/+16
| * bootm: Allow loading OP-TEE from FIT imageAlbert Schwarzkopf2020-09-181-5/+39
| * scripts/imx: fix typo "unkown" -> "unknown"Uwe Kleine-König2020-09-181-1/+1
| * commands: setenv: allow use with hush shellAhmad Fatoum2020-09-186-1/+24
| * commands: setenv: support setenv dev.var=VAL syntaxAhmad Fatoum2020-09-181-2/+10
| * ARM: dts: stm32mp: drop no longer needed PSCI version overrideAhmad Fatoum2020-09-151-4/+0
| * sandbox: unwind: fix indentationAhmad Fatoum2020-09-151-1/+1
| * README: use lower-case barebox spellingAhmad Fatoum2020-09-151-11/+11
| * README: update to reflect current stateAhmad Fatoum2020-09-151-20/+20
| * regulator: provide regulator_get_name() stub for !CONFIG_REGULATORAhmad Fatoum2020-09-151-0/+5
| * commands: reset: allow specifying reset by nameAhmad Fatoum2020-09-153-5/+52
| * restart: give all restart handlers a descriptive nameAhmad Fatoum2020-09-1545-45/+49
| * common: restart: number unnamed restart handlersAhmad Fatoum2020-09-152-2/+3
| * mci: bcm2835: depend on sdhciRoland Hieber2020-09-151-0/+1
| * ARM: zync: Fix include pathSascha Hauer2020-09-151-1/+1
| * scripts: tegra: Add missing includeSascha Hauer2020-09-151-0/+1
| * openrisc: Make locally used functions staticSascha Hauer2020-09-152-2/+2
| * openrisc: Add missing includesSascha Hauer2020-09-152-0/+2
| * ARM: versatile: Remove unused functionSascha Hauer2020-09-151-13/+0
| * ARM: tegra20-colibri-iris: drop regulators nodeSascha Hauer2020-09-151-20/+16
| * ARM: tx28: provide header file with function prototypeSascha Hauer2020-09-153-2/+7
| * openrisc: Add prototypes for functions called from assemblySascha Hauer2020-09-152-0/+6
| * arm: Add prototypes for functions called from assemblySascha Hauer2020-09-154-0/+11
| * ARM: dts: beaglebone: Remove unnecessary tps65217.dtsiSascha Hauer2020-09-151-56/+0
| * blspec: devicetree-overlay: don't warn on multiple delimiting spacesAhmad Fatoum2020-09-151-1/+4
| * boot: ignore all spaces between boot targetsAhmad Fatoum2020-09-151-0/+2
| * sandbox: hostfile: support registering images as barebox block devicesAhmad Fatoum2020-09-154-26/+109
| * ls: align file size correctly on non-ARM 64-bit platformsAhmad Fatoum2020-09-151-1/+1
| * sandbox: implement actual sandbox reset via exec(2)Ahmad Fatoum2020-09-156-11/+63
| * scripts: Make locally used functions staticSascha Hauer2020-09-1511-38/+38
| * arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-09-152-26/+6
| * sandbox: implement simple, ^C-interruptible, restart handlerAhmad Fatoum2020-09-143-0/+19
| * ls: don't print . and .. on recursive lsAhmad Fatoum2020-09-141-5/+6
| * lib: string: retire deprecated strtok() in favor of reentrant strsep()Ahmad Fatoum2020-09-142-34/+3
| * common: ubsan: replace pr_err with printfAhmad Fatoum2020-09-141-44/+44
| * sandbox: fix SANDBOX_UNWIND dependency to be KASAN onlyAhmad Fatoum2020-09-141-1/+1
| * readkey: fix buffer overflow handling longer escape sequencesAhmad Fatoum2020-09-141-1/+1
| * sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-143-4/+50
| * sandbox: add_image: support mmaping block devices on 32-bit hostsAhmad Fatoum2020-09-146-8/+13
| * sandbox: hostfile: error out if file couldn't be openedAhmad Fatoum2020-09-141-0/+3
| * lib: lzo: drop unused compression codeAhmad Fatoum2020-09-143-286/+0