Skip to content
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

drivers/pinmux: stm32: Clean up after gpio driver factorization #12459

Merged
merged 1 commit into from
Jan 16, 2019

Conversation

erwango
Copy link
Member

@erwango erwango commented Jan 14, 2019

Clean up a left over from GPIO driver factorization.
Definition of GPIO_REG_SIZE and GPIO_PORTS_BASE do not need anymore
to be spread accross SoCs.
Put these definitions directly in STM32 pinmux driver.

Signed-off-by: Erwan Gouriou erwan.gouriou@linaro.org

Clean up a left over from GPIO driver factorization.
Definition of GPIO_REG_SIZE and GPIO_PORTS_BASE do not need anymore
to be spread accross SoCs.
Put these definitions directly in STM32 pinmux driver.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
@erwango erwango added the platform: STM32 ST Micro STM32 label Jan 14, 2019
@erwango erwango requested a review from galak January 14, 2019 08:45
@codecov-io
Copy link

Codecov Report

Merging #12459 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #12459   +/-   ##
=======================================
  Coverage   49.76%   49.76%           
=======================================
  Files         292      292           
  Lines       42394    42394           
  Branches     9962     9962           
=======================================
  Hits        21096    21096           
  Misses      17147    17147           
  Partials     4151     4151

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b9d5a2...3678992. Read the comment docs.

@erwango erwango added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jan 15, 2019
@erwango
Copy link
Member Author

erwango commented Jan 15, 2019

@cybertale

@galak galak merged commit e25d6a6 into zephyrproject-rtos:master Jan 16, 2019
@erwango erwango deleted the fix_gpio_factor branch September 3, 2019 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32 Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants