summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32
Commit message (Collapse)AuthorAgeFilesLines
* ARM: stm32: Introduce MACH_STM32F469 flagAlexandre TORGUE2017-06-181-0/+5
| | | | | | | | | | This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: stm32: Add a new SOC - STM32H743Alexandre TORGUE2017-03-241-0/+1
| | | | | | | The STM32H743 is a Cortex-M7 MCU running at 400MHz and containing 1MBytes internal RAM. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: stm32: Introduce MACH_STM32H743 flagAlexandre TORGUE2017-03-241-0/+5
| | | | | | | | | This patch introduces the MACH_STM32H743 to make possible to only select STM32H743 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: stm32: create dedicated kconfig for STM32 machineAlexandre TORGUE2017-03-241-0/+21
| | | | | | | Create a dedicated Kconfig file in mach-stm32/ and move existing stm32 configs inside. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: mach-stm32: Add a new SOC - STM32F746Alexandre TORGUE2016-11-151-0/+1
| | | | Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: stm32: Identify a new SoC - STM32F469Lee Jones2016-02-171-0/+1
| | | | | | Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
* ARM: Add STM32 family machineMaxime Coquelin2015-05-153-0/+23
STMicrolectronics's STM32 series is a family of Cortex-M microcontrollers. It is used in various applications, and proposes a wide range of peripherals. Tested-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud