summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: stm32mp: dk2: add barebox SD-Card update handlerAhmad Fatoum2019-11-063-0/+31
* mci: stm32_sdmmc2: parse generic MCI oftree propertiesAhmad Fatoum2019-11-061-0/+7
* ARM: stm32mp: implement SoC and boot source identificationAhmad Fatoum2019-11-064-1/+327
* nvmem: add read support for STM32MP1 bsec OTPAhmad Fatoum2019-11-066-1/+306
* ARM: stm32mp: select ARM_SMCCC alwaysAhmad Fatoum2019-11-061-0/+1
* ARM: sm: document SMC/PSCI related optionsAhmad Fatoum2019-11-061-1/+5
* pinctrl: stm32: parse pinctrl nodes without subnodes as wellAhmad Fatoum2019-11-061-81/+99
* pinctrl: demote dev_info on successful probes to dev_dbgAhmad Fatoum2019-11-063-4/+4
* pinctrl: stm32: fix debug print of uninitialized variableAhmad Fatoum2019-11-061-3/+3
* mci: add support for stm32mp sd/mmc controllerOleksij Rempel2019-11-063-0/+675
* ARM: stm32mp: enable ARM_AMBAOleksij Rempel2019-11-061-0/+1
* ARM: stm32mp: select ARCH_HAS_RESET_CONTROLLERAhmad Fatoum2019-11-061-0/+1
* serial: cadence: fix serial_flushLucas Stach2019-11-041-1/+1
* ARM: pbl: keep __image_end sectionLucas Stach2019-11-041-1/+1
* ARM: zii-commmon: Fix NULL pointer dereference in do_rdu1_switch_reset()Andrey Smirnov2019-11-041-1/+1
* console_simple: fix linking error when ARCH_HAS_CTRLC enabledDU HUANPENG2019-10-181-5/+7
* ARM: at91: build for all SoCs when AT91_MULTI_BOARDS is selectedAhmad Fatoum2019-10-181-3/+3
* Merge branch 'for-next/usb'Sascha Hauer2019-10-172-25/+162
|\
| * usb: Change power-on / scanning timeout handlingPrimoz Fiser2019-10-022-19/+155
| * usb: usb_hub_port_connect_change(): Remove unnecessary delaysPrimoz Fiser2019-10-021-4/+0
| * usb: hub_port_reset(): Speedup hub reset handlingPrimoz Fiser2019-10-021-2/+7
* | Merge branch 'for-next/rsa'Sascha Hauer2019-10-1726-416/+773
|\ \
| * | fit-image: Use compiled-in keysSascha Hauer2019-10-151-11/+16
| * | rsa: Allow to directly compile in rsa public keysSascha Hauer2019-10-157-0/+89
| * | rsa: let rsa_of_read_key() return a fully allocated keySascha Hauer2019-10-153-9/+30
| * | scripts: Add rsatoc toolSascha Hauer2019-10-153-0/+490
| * | Kbuild: Add config_filename macro from kernelSascha Hauer2019-10-151-0/+49
| * | lds: Add and use RO_DATA_SECTION macroSascha Hauer2019-10-1413-126/+40
| * | lds: remove more unnecessary alignmentsSascha Hauer2019-10-141-2/+0
| * | X86: lds: remove unnecessary alignmentsSascha Hauer2019-10-143-20/+0
| * | lds: create and use BAREBOX_PCI_FIXUP macroSascha Hauer2019-10-144-41/+18
| * | lds: Move start/end address variables into definesSascha Hauer2019-10-1413-211/+52