-
Notifications
You must be signed in to change notification settings - Fork 8.2k
STM32MP1 : Clock_control and GPIO support #15426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
galak
merged 6 commits into
zephyrproject-rtos:master
from
yboutreux:upstream_stm32mp1_clk_gpio
Apr 26, 2019
Merged
STM32MP1 : Clock_control and GPIO support #15426
galak
merged 6 commits into
zephyrproject-rtos:master
from
yboutreux:upstream_stm32mp1_clk_gpio
Apr 26, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
All checks are passing now. Review history of this comment for details about previous failed status. |
|
@arnop2 |
|
For information this pull request the follow #13794 pull request. |
yboutreux
added a commit
to yboutreux/ci-tools
that referenced
this pull request
Apr 12, 2019
Add CONFIG_SHIFT to Kconfig exclusion. This definition is from LL from STM32MP1X Cube, in ext/hal/st/stm32cube/stm32mp1xx/drivers/include/stm32mp1xx_ll_rcc.h. This solve false positive in zephyrproject-rtos/zephyr#15426 Signed-off-by: Yaël BOUTREUX <[email protected]>
dbkinder
suggested changes
Apr 12, 2019
2839972 to
91ede5d
Compare
91ede5d to
2e2d971
Compare
erwango
approved these changes
Apr 23, 2019
dbkinder
approved these changes
Apr 24, 2019
cmsis_rtos_v2 test currently failing, temp disabling Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Fixing up #clock-cells wrong phandle name and register position Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Change file naming pattern from BoardNameX_ll_clock.c to clock_BoardNameX.c File containing LL functions will have the "_ll_" naming scheme (such as clock_stm32_ll_common.c and .h) Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Add support for stm32mp1x RCC with Zephyr clock_control driver Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Cleaning up indentation of stm32 drivers Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Add support for stm32mp1x GPIO with Zephyr GPIO driver Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
2e2d971 to
b372570
Compare
|
Thanks for the reviews and the merge ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add compatibility of stm32mp157c_dk2 board with clock_control and GPIO driver.
Also fix and cleanup of some files related to the stm32mp157c_dk2 or the STM32 family.