summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: mmu64: allow to disable null pointer trap on zero pageMichael Tretter2020-10-224-1/+70
* mci: stm32_sdmmc2: add support for SDMMC v2.0 as wellAhmad Fatoum2020-10-211-1/+6
* mfd: mc34704: fix register readingUwe Kleine-König2020-10-211-2/+2
* x86: configs: efi: enable some more useful optionsAhmad Fatoum2020-10-211-0/+18
* commands: bootchooser: migrate menu entry to boot menuAhmad Fatoum2020-10-211-5/+17
* net: macb: fix compiler warning for 64 bit systemsMichael Tretter2020-10-191-1/+1
* net: macb: adjust clk_tx rate for link speed changesMichael Tretter2020-10-191-0/+35
* net: macb: reduce DEBUG output to make it more usefulMichael Tretter2020-10-191-18/+0
* Merge branch 'for-next/sandbox' into masterSascha Hauer2020-10-1425-232/+629
|\
| * sandbox: defconfig: enable new generic featuresAhmad Fatoum2020-10-131-2/+43
| * 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
* | Merge branch 'for-next/remoteproc' into masterSascha Hauer2020-10-145-54/+220
|\ \
| * | ARM: dts: i.MX8MP: Add Cortex-M7 Coprocessor nodeSascha Hauer2020-10-072-0/+10
| * | ARM: dts: i.MX8MQ: Add Cortex-M4 Coprocessor nodeSascha Hauer2020-10-071-0/+8
| * | clk: i.MX8MQ: Add Cortex-M4 clkSascha Hauer2020-10-071-0/+5
| * | remoteproc: imx: Add i.MX8M supportSascha Hauer2020-10-071-0/+126
| * | remoteproc: imx: use function hooks in SoC dataSascha Hauer2020-10-071-31/+48
| * | remoteproc: imx: Change SoC order in codeSascha Hauer2020-10-071-29/+29
| * | remoteproc: imx: Fix off-by-one errorSascha Hauer2020-10-071-1/+1
* | | Merge branch 'for-next/reboot-mode' into masterSascha Hauer2020-10-1424-33/+606
|\ \ \
| * \ \ Merge branch 'for-next/magicvar-unique-id' into for-next/reboot-modeSascha Hauer2020-10-0725-125/+98
| |\ \ \
| * | | | ARM: dts: i.MX6qdl: define BootROM reboot-mode on top of SRC_GPR{9, 10}Ahmad Fatoum2020-09-291-0/+21
| * | | | power: reset: syscon-reboot-mode: support multi-word reboot modesAhmad Fatoum2020-09-291-26/+65
| * | | | power: reset: reboot-mode: support multi-word magicAhmad Fatoum2020-09-293-22/+33
| * | | | ARM: stm32mp: remove custom reboot mode logic from arch codeAhmad Fatoum2020-09-292-26/+2
| * | | | ARM: dts: stm32mp: setup syscon-reboot-mode on TAMP general purpose registerAhmad Fatoum2020-09-291-0/+15
| * | | | defaultenv: provide defaults for generic reboot modesAhmad Fatoum2020-09-298-4/+45
| * | | | power: reset: reboot-mode: fix up node into boot device treeAhmad Fatoum2020-09-292-0/+44
| * | | | power: reset: reboot-mode: port syscon-reboot-mode supportAhmad Fatoum2020-09-294-0/+108
| * | | | drivers: add reboot-mode infrastructureAhmad Fatoum2020-09-2910-0/+320
| * | | | usbgadget: autostart: support delayed usbgadget.autostart=1Ahmad Fatoum2020-09-291-3/+3
* | | | | Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-1420-69/+72
|\ \ \ \ \
| * | | | | treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-298-22/+15
| * | | | | vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-2912-26/+16
| * | | | | vsprintf: add %pe format specifier for printing symbolic error namesAhmad Fatoum2020-09-291-12/+27
| * | | | | vsprintf: constify pointers where appropriateAhmad Fatoum2020-09-291-10/+15
| |/ / / /