summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-1464-529/+1690
|\
| * board: st: add missing gpio_request() for stm32f429-discoveryPatrice Chotard2019-07-121-0/+2
| * gpio: stm32: Remove .ofmatch callbackPatrice Chotard2019-07-121-6/+0
| * ARM: dts: stm32: Remove useless "st, stm32-gpio" compatible stringPatrice Chotard2019-07-125-62/+0
| * pinctrl: stm32: update .bind callbackPatrice Chotard2019-07-121-1/+31
| * gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard2019-07-123-3/+3
| * spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+6
| * cmd: pinmux: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
| * spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-11/+13
| * mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-62/+31
| * power: stpmic1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
| * pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+2
| * ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+3
| * misc: stm32_fuse: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
| * power: regulator: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
| * clk: clk_stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-3/+4
| * i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+7
| * gpio: stm32_gpio: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
| * adc: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+2
| * adc: stm32-adc: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-6/+7
| * stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-6/+8
| * mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-1/+2
| * serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+2
| * board: stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
| * stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
| * MAINTAINERS: Add git custodians for ARM STM STM32MP entryPatrice Chotard2019-07-121-0/+1
| * stm32mp1: add SPI flash support in SPLPatrick Delaunay2019-07-121-0/+3
| * stm32mp1: Add UBIFS boot capabilityPatrick Delaunay2019-07-121-0/+1
| * stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONSPatrick Delaunay2019-07-125-0/+22
| * stm32mp1: add configuration op-teePatrick Delaunay2019-07-126-10/+157
| * stm32mp1: reorder some CONFIG in stm32mp1.hPatrick Delaunay2019-07-121-7/+12
| * pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay2019-07-121-3/+8
| * ARM: dts: stm32mp1: sync device tree with v5.2-rc4Patrick Delaunay2019-07-1211-281/+523
| * stm32mp1: force boot_net_usb_startPatrick Delaunay2019-07-121-1/+2
| * stm32mp1: add check for presence of environment in boot devicePatrick Delaunay2019-07-121-0/+4
| * stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPSPatrick Delaunay2019-07-121-0/+1
| * stm32mp1: cosmetic: remove unnecessary includePatrick Delaunay2019-07-121-1/+0
| * stm32mp1: update READMEPatrick Delaunay2019-07-121-3/+12
| * stm32mp1: key: add stm32key commandPatrick Delaunay2019-07-123-0/+110
| * stm32mp1: add stboard commandPatrick Delaunay2019-07-123-0/+153
| * stm32mp1: update device tree with ETZPC statusPatrick Delaunay2019-07-122-0/+185
| * stm32mp1: update package information in device treePatrick Delaunay2019-07-123-0/+47
| * stm32mp1: export get_cpu_package functionPatrick Delaunay2019-07-122-6/+10
| * dt-bindings: pinctrl: stm32: add new entry for package informationPatrick Delaunay2019-07-122-13/+94
| * stm32mp1: syscon: remove stgenPatrick Delaunay2019-07-124-11/+2
| * stm32mp1: syscon: remove etzpc supportPatrick Delaunay2019-07-122-2/+0
| * stm32mp1: call regulators_enable_boot_on in board_initPatrick Delaunay2019-07-121-0/+4
| * stm32mp1: deactivate WATCHDOG in defconfigPatrick Delaunay2019-07-122-4/+0
| * sysreset: syscon: add support for power offPatrick Delaunay2019-07-121-2/+4
| * stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay2019-07-123-8/+8