summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ppc: remove unused variables from linker scriptsSascha Hauer2019-10-142-4/+0
| * | barebox.lds: Remove unnecessary bracesSascha Hauer2019-10-146-11/+11
| * | command: Use array of pointers to commandsSascha Hauer2019-10-142-16/+13
* | | Merge branch 'for-next/remoteproc'Sascha Hauer2019-10-1711-2/+775
|\ \ \
| * | | port reduced version of remoteproc framework from linuxOleksij Rempel2019-09-269-0/+772
| * | | of: base: don't try to read cells_name property if no cells_name setOleksij Rempel2019-09-261-1/+2
| * | | elf: add missing elf32_shdrOleksij Rempel2019-09-261-1/+1
* | | | Merge branch 'for-next/of-overlay'Sascha Hauer2019-10-1714-0/+906
|\ \ \ \
| * | | | dtc: optionally add add __symbols__ to build-in devicetreeMichael Tretter2019-09-162-0/+20
| * | | | commands: add of_overlay command for device tree overlaysMichael Tretter2019-09-163-0/+102
| * | | | blspec: load firmware if specified in dt overlayMichael Tretter2019-09-161-0/+17
| * | | | firmware: add support to load firmware from dt overlayMichael Tretter2019-09-163-1/+94
| * | | | firmware: add function to find firmware by devicetree nodeMichael Tretter2019-09-162-0/+33