summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation: boards: stm32mp: document eMMC boot configurationAhmad Fatoum2020-09-141-1/+12
* kconfig: update to Linux 5.9-rc2Masahiro Yamada2020-09-1417-488/+458
* ARM: stm32mp: enable mmc_extcsd in defconfigAhmad Fatoum2020-09-141-0/+1
* mfd: stpmic1: warn if reset reason detection failsAhmad Fatoum2020-09-141-1/+1
* common: bootm: Add missing check of fit_open_image() return codeAlbert Schwarzkopf2020-09-141-1/+5
* Documentation: user: fix referenced filenameThorsten Scherer2020-09-141-1/+1
* sandbox: add a minimal defconfig to build only the host toolsRoland Hieber2020-08-281-0/+7
* common: remove negative dependency on SANDBOX for IMD_TARGETRoland Hieber2020-08-281-1/+0
* treewide: s/filed/field/Sascha Hauer2020-08-243-3/+3
* treewide: s/filed/failed/Sascha Hauer2020-08-243-6/+6
* video: simple-panel: don't error out on unhandled ioctl commandAhmad Fatoum2020-08-201-1/+1
* video: ipuv3: parallel-display: support of_graph bindingAhmad Fatoum2020-08-201-10/+21
* bootm: add global.bootm.root_dev env var for booting via PARTUUIDRobert Karszniewicz2020-08-202-2/+25
* clk: imx-imx8mp: Mark arm_a53_core clk as criticalSascha Hauer2020-08-191-1/+1
* Documentation: update for loongson1 boardDu Huanpeng2020-08-191-1/+1
* Merge branch 'for-next/usb-dwc2' into masterSascha Hauer2020-08-1916-1914/+6308
|\
| * usb: dwc2: Use register_otg_deviceJules Maselbas2020-08-142-5/+28
| * usb: dwc2: Add gadget driverJules Maselbas2020-08-148-0/+2825
| * usb: dwc2: Add structure for gadget driverJules Maselbas2020-08-141-0/+55
| * usb: dwc2: Add function to flush tx fifoJules Maselbas2020-08-142-0/+34