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: 👋 #55025

Merged
merged 9 commits into from Feb 23, 2023
Merged

drivers: pinmux: 👋 #55025

merged 9 commits into from Feb 23, 2023

Conversation

gmarull
Copy link
Member

@gmarull gmarull commented Feb 21, 2023

Removal of pinmux is scheduled for 3.4 release (see #39740). Let's finally remove all pinmux drivers.

NOTE: many SoCs had custom pinmux implementations (e.g. -pin properties for Nordic). I'll work later on removing such legacy code.

simonguinot
simonguinot previously approved these changes Feb 21, 2023
Copy link
Collaborator

@simonguinot simonguinot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK for the removal of the pinmux_lpc11u6x driver.

@nashif
Copy link
Member

nashif commented Feb 21, 2023

let's give driver/soc/board maintainers/owners a couple of days to review and aknowledge before merging this.

Drop RV32M1 pinmux driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Drop STM32 pinmux driver in favor of pinctrl. Some definitions located
in pinmux headers were used by the pinctrl driver, so they have been
moved there.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Drop MCUX LPC pinmux driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Drop LPC11U6X pinmux driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Drop the MCUX driver in favor of Kinetis pinctrl driver.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Drop Microchip XEC driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Driver did not use pinmux API.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
The test was not using the pinmux.h API.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Pinctrl is the new pinmux.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
@gmarull
Copy link
Member Author

gmarull commented Feb 22, 2023

rebased to fix conflicts

@gmarull gmarull requested review from fabiobaltieri, simonguinot, stephanosio and erwango and removed request for stephanosio February 22, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants