summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM64: Switch to 4 level page tablesSascha Hauer2019-11-274-10/+17
* ARM: cpu: dtb: remove unused declarationAhmad Fatoum2019-11-251-2/+0
* commands: smc: make command usable when ARM_PSCI is undefinedAhmad Fatoum2019-11-192-1/+6
* commands: smc: verify PSCI_POWER_ON with interprocessor handshakeAhmad Fatoum2019-11-192-7/+56
* commands: psci: make locally-used function staticAhmad Fatoum2019-11-191-1/+1
* ARM: psci: properly wire in command helpAhmad Fatoum2019-11-191-0/+1
* ARM: psci: factor out smc command into commands/Ahmad Fatoum2019-11-194-105/+123
* ARM: start: check for machine type lastLucas Stach2019-11-121-11/+11
* ARM: Compile with -fPIESascha Hauer2019-11-1210-28/+10
* ARM: am335x: Fix am335x_sdram_size() not running at link addressSascha Hauer2019-11-121-0/+2
* ARM: am335x: Enable MMC2 clockSascha Hauer2019-11-111-1/+3
* ARM: mmu-early: On i.MX6 with HAB map ROM is mapped without XNSascha Hauer2019-11-081-0/+7
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-11-076-13/+488
|\
| * firmware: zynqmp-fpga: print Xilinx bitstream headerMichael Tretter2019-10-281-0/+51
| * firmware: zynqmp-fpga: introduce driver to load bitstream to FPGAThomas Haemmerle2019-10-284-0/+368
| * firmware-zynqmp: extend driver with fpga relavant functionsThomas Haemmerle2019-10-282-2/+60
| * firmware-zynqmp: add macros for PMU and trustzone firmware versionsThomas Haemmerle2019-10-281-12/+10
* | Merge branch 'for-next/watchdog'Sascha Hauer2019-11-0712-40/+202
|\ \
| * | mfd: da9063: fix watchdog ping executionMarco Felsch2019-11-051-0/+12
| * | mfd: da9063: fix TWDSCALE debug messageMarco Felsch2019-11-051-1/+1
| * | watchdog: add timeout_cur parameter only when poller is enabledAhmad Fatoum2019-10-291-8/+9
| * | watchdog: rename timeout_curr to poller_timeout_curr internallyAhmad Fatoum2019-10-292-6/+6
| * | watchdog: remove wrong uses of timeout_curAhmad Fatoum2019-10-292-2/+0
| * | doc: watchdog: add note about danger of autopingOleksij Rempel2019-10-291-0/+6
| * | Documentation: add watchdog documentationOleksij Rempel2019-10-292-0/+86
| * | commands: wd: support configuring watchdog by nameAhmad Fatoum2019-10-291-7/+27
| * | watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-294-20/+43
| * | watchdog: export priority as device parameterAhmad Fatoum2019-10-241-0/+16
| * | watchdog: efi: bump down priority below defaultAhmad Fatoum2019-10-241-0/+1
| * | efi: efi-image: don't mask x86 interrupts on bootAhmad Fatoum2019-10-241-1/+0
| * | Documentation: efi: emphasize watchdog deactivation on ExitBootServicesAhmad Fatoum2019-10-241-1/+1
| |/
* | Merge branch 'for-next/stm32'Sascha Hauer2019-11-0744-125/+4740
|\ \
| * | ARM: dts: stm32mp: report psci v0.2 at leastAhmad Fatoum2019-11-072-0/+5
| * | ARM: stm32mp: select ARM_USE_COMPRESSED_DTB for the whole archAhmad Fatoum2019-11-072-1/+1
| * | ARM: psci: implement PSCI client driverAhmad Fatoum2019-11-074-2/+221
| * | ARM: psci: wire in smc command helpAhmad Fatoum2019-11-071-2/+4
| * | ARM: psci: use CONFIG_ARM_PSCI_DEBUG for smc commandAhmad Fatoum2019-11-071-1/+1
| * | ARM: psci: translate PSCI error codes in smc commandAhmad Fatoum2019-11-071-1/+37
| * | ARM: stm32mp: enable STPMIC1 MFD and cell driversAhmad Fatoum2019-11-061-0/+3
| * | ARM: dts: stm32mp157a-dk1: remove unnecessary sram nodeAhmad Fatoum2019-11-061-13/+0
| * | regulator: add driver for stpmic1-regulatorsAhmad Fatoum2019-11-064-1/+646
| * | mfd: stpmic1: use dev_get_regmap instead of priv memberAhmad Fatoum2019-11-062-2/+4
| * | regulator: import linear voltage range helpersAhmad Fatoum2019-11-062-0/+232
| * | regulator: port Linux of_regulator_matchAhmad Fatoum2019-11-064-0/+485
| * | regulator: copy upstream struct regulator_desc documentationAhmad Fatoum2019-11-061-0/+28
| * | Documentation: boards: stm32mp: document boot mode strap pinsAhmad Fatoum2019-11-061-0/+19
| * | Documentation: boards: stm32mp: remove done TODOsAhmad Fatoum2019-11-061-11/+0
| * | ARM: stm32mp: include new drivers in defconfigAhmad Fatoum2019-11-061-3/+17
| * | net: eqos: extend Designware Ethernet QoS for Tegra 186 supportAhmad Fatoum2019-11-063-0/+354
| * | net: add Designware Ethernet QoS for STM32MPAhmad Fatoum2019-11-065-1/+1227