summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sandbox: dts: include state node by defaultAhmad Fatoum2020-10-133-50/+47
* sandbox: add watchdog driverAhmad Fatoum2020-10-135-0/+117
* sandbox: dts: implement reboot modeAhmad Fatoum2020-10-131-1/+11
* sandbox: power: implement reset source supportAhmad Fatoum2020-10-132-1/+25
* sandbox: poweroff: migrate to driver probed from device treeAhmad Fatoum2020-10-134-43/+66
* sandbox: dts: define default environment nodeAhmad Fatoum2020-10-131-0/+20
* sandbox: hostfile: maintain created temp files over resetAhmad Fatoum2020-10-133-9/+39
* sandbox: hostfile: support anonymous hostfiles in device treeAhmad Fatoum2020-10-133-5/+41
* sandbox: hostfile: unify --image and direct device tree probeAhmad Fatoum2020-10-134-40/+90
* of: implement of_property_read_u64_arrayAhmad Fatoum2020-10-132-0/+78
* sandbox: dts: retire skeleton.dtsiAhmad Fatoum2020-10-122-15/+14
* sandbox: fix behavior with images >= 4G on 32-bitAhmad Fatoum2020-10-121-5/+7
* sandbox: compile in a fallback device treeAhmad Fatoum2020-10-124-26/+9
* gen-dtb-s: support x86 and other platforms with 16-bit .wordAhmad Fatoum2020-10-121-3/+3
* of: Add common device tree register functionSascha Hauer2020-10-128-49/+36
* logo: Makefile: fix indentation of LOGO.S in quiet outputAhmad Fatoum2020-10-121-2/+2
* logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.SAhmad Fatoum2020-10-121-5/+3
* ARM: protonic: disable on-die termination to fix PHY bootstrappingOleksij Rempel2020-10-095-5/+2
* Documentation: efi: update SnpDxe build instructionsPhilipp Zabel2020-10-091-2/+3
* ARM: cm-fx6: fix build dependencyMarco Felsch2020-10-051-0/+1
* ARM: layerscape: ppa: fix wrong return values on some errorsAhmad Fatoum2020-10-021-1/+1
* scripts: kwbimage: fix wrong return values on some errorsAhmad Fatoum2020-10-021-2/+2
* net: macb: fix wrong return values on some errorsAhmad Fatoum2020-10-021-1/+1
* treewide: fix unterminated of_device_id[] reported by CoccinelleAhmad Fatoum2020-10-023-0/+3
* ARM: psci: fix NULL pointer dereference on CPU idleAhmad Fatoum2020-10-021-1/+1
* lib: kasan: migrate Kconfig option to Debugging menuAhmad Fatoum2020-09-292-2/+1
* KASan: Add missing test codeSascha Hauer2020-09-281-0/+478
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-2516-36/+1282
|\
| * ARM: dts: protonic: lanmcu: add uart-has-rtscts to enable rs485 functionalityOleksij Rempel2020-08-241-0/+2
| * ARM: dts: protonic: properly define PHY nodes on lanmcu and plym2m boardsOleksij Rempel2020-08-242-2/+28
| * ARM: dts: protonic: lanmcu: use UART_CTS instead of GPIO based CTSOleksij Rempel2020-08-241-4/+2
| * ARM: dts: protonic: add fixed clock for the FEC nodeOleksij Rempel2020-08-242-4/+18
| * ARM: dts: protonic: lanmcu: add eMMC partition tableOleksij Rempel2020-08-241-3/+13
| * ARM: dts: imx6q-prti6q: add pstore/ramoops nodeOleksij Rempel2020-08-241-0/+11
| * ARM: dts: unify barebox and barebox, env partitions for all Protonic boardsOleksij Rempel2020-08-246-23/+83
| * ARM: protonic-imx6: port Protonic specific board codeOleksij Rempel2020-08-242-0/+1035
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-242-0/+18
| * common: console_common: add of_console_get_by_alias() helperOleksij Rempel2020-08-242-0/+19
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-242-0/+36
| * of: base: register DT root as deviceOleksij Rempel2020-08-241-0/+17
* | Merge branch 'for-next/powerpc' into masterSascha Hauer2020-09-2525-119/+59
|\ \
| * | powerpc: Add function prototypes for exception handlersSascha Hauer2020-09-151-0/+8
| * | powerpc: Remove unused functionsSascha Hauer2020-09-154-90/+0
| * | powerpc: Add prototypes for functions called from assemblySascha Hauer2020-09-154-0/+12
| * | powerpc: Make locally used functions staticSascha Hauer2020-09-159-19/+20
| * | powerpc: Add missing includesSascha Hauer2020-09-157-0/+9
| * | powerpc: Add prototypes to header fileSascha Hauer2020-09-154-10/+10
* | | Merge branch 'for-next/net' into masterSascha Hauer2020-09-2537-92/+1797
|\ \ \
| * | | workqueues: Add support for delayed workSascha Hauer2020-09-142-0/+16
| * | | Documentation: Add document about background execution in bareboxSascha Hauer2020-08-193-0/+140