| #
e336fd76 |
| 09-Feb-2018 |
Patrice Chotard <patrice.chotard@st.com> |
UPSTREAM: arch-stm32: Factorize stm32.h for STM32F4 and F7
For STM32F4 and F7 SoCx family, a specific stm32.h file exists. Some common defines are duplicated or even unused in each of these stm32.h.
UPSTREAM: arch-stm32: Factorize stm32.h for STM32F4 and F7
For STM32F4 and F7 SoCx family, a specific stm32.h file exists. Some common defines are duplicated or even unused in each of these stm32.h.
Factorize all common definition in arch/arm/include/asm/stm32f.h and keep specific definitions in each arch/arm/include/asm/arch-stm32fx/stm32.h.
Change-Id: I63b112cc23cde9d970a29fb0fba728d34b065d1b Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 2536f18bfa22eacc8d39d5b68762374f4bca8986)
show more ...
|
| #
81d0128d |
| 18-Jul-2017 |
Patrice Chotard <patrice.chotard@st.com> |
clk: stm32f7: remove clock_get()
All drivers which was using clock_get() are now using clk_get_rate() from clock framework, now it's safe to remove clock_get().
Signed-off-by: Patrice Chotard <patr
clk: stm32f7: remove clock_get()
All drivers which was using clock_get() are now using clk_get_rate() from clock framework, now it's safe to remove clock_get().
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
show more ...
|
| #
b9e86511 |
| 18-Jul-2017 |
Patrice Chotard <patrice.chotard@st.com> |
clk: stm32f7: cleanup clocks unused definitions
clean the code by removing unused enums, structs and defines related to clocks
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vika
clk: stm32f7: cleanup clocks unused definitions
clean the code by removing unused enums, structs and defines related to clocks
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
show more ...
|
| #
704e954c |
| 18-Jul-2017 |
Patrice Chotard <patrice.chotard@st.com> |
clk: stm32f7: add static for configure_clocks()
Also remove its declaration from stm32.h which is no more needed.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vi
clk: stm32f7: add static for configure_clocks()
Also remove its declaration from stm32.h which is no more needed.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
show more ...
|
| #
dd3f0ebf |
| 22-Jan-2017 |
Michael Kurz <michi.kurz@gmail.com> |
ARM: stm32: fix stm32f7 sdram fmc base address
The fmc base address is defined twice, once in fmc.h and once in stm32.h. Fix wrong definition in stm32.h. Remove the definiton in fmc.h.
Signed-off-b
ARM: stm32: fix stm32f7 sdram fmc base address
The fmc base address is defined twice, once in fmc.h and once in stm32.h. Fix wrong definition in stm32.h. Remove the definiton in fmc.h.
Signed-off-by: Michael Kurz <michi.kurz@gmail.com> Acked-by: Vikas Manocha <vikas.manocha@st.com>
show more ...
|
| #
bad5188b |
| 22-Jan-2017 |
Michael Kurz <michi.kurz@gmail.com> |
ARM: stm32: cleanup stm32f7 files
Cleanup stm32f7 files: - use BIT macro - use GENMASK macro - use rcc struct instead of macro additions
Add missing stm32f7 register in rcc struct
Signed-off-by: M
ARM: stm32: cleanup stm32f7 files
Cleanup stm32f7 files: - use BIT macro - use GENMASK macro - use rcc struct instead of macro additions
Add missing stm32f7 register in rcc struct
Signed-off-by: Michael Kurz <michi.kurz@gmail.com> Acked-by: Vikas MANOCHA<vikas.manocha@st.com>
show more ...
|
| #
ba0a3c16 |
| 07-Jul-2016 |
Toshifumi NISHINAGA <tnishinaga.dev@gmail.com> |
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
This patch adds 200MHz clock configuration for stm32f746 discovery board. This patch is based on STM32F4 and emcraft's[1].
[
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
This patch adds 200MHz clock configuration for stm32f746 discovery board. This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com>
show more ...
|
| #
adcc90b4 |
| 09-Mar-2016 |
Vikas Manocha <vikas.manocha@st.com> |
stm32f746-disco: enable flash support
This patch enables embedded flash for stm32f746 discovery board.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
|
| #
e66c49fa |
| 11-Feb-2016 |
Vikas Manocha <vikas.manocha@st.com> |
stm32: add support for stm32f7 & stm32f746 discovery board
This patch adds support for stm32f7 family & stm32f746 board.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
|