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鈥檒l 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

Commits on Feb 22, 2023

  1. drivers: pinmux: rv32m1: drop driver

    Drop RV32M1 pinmux driver in favor of pinctrl.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    66a8f19 View commit details
    Browse the repository at this point in the history
  2. drivers: pinmux: stm32: drop driver

    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>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0eede05 View commit details
    Browse the repository at this point in the history
  3. drivers: pinmux: mcux_lpc: drop driver

    Drop MCUX LPC pinmux driver in favor of pinctrl.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    84e0d2a View commit details
    Browse the repository at this point in the history
  4. drivers: pinmux: lpc11u6x: drop driver

    Drop LPC11U6X pinmux driver in favor of pinctrl.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2c2bc3d View commit details
    Browse the repository at this point in the history
  5. drivers: pinmux: mcux: drop driver

    Drop the MCUX driver in favor of Kinetis pinctrl driver.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d60ff8e View commit details
    Browse the repository at this point in the history
  6. drivers: pinmux: mchp_xec: drop driver

    Drop Microchip XEC driver in favor of pinctrl.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dc25e1c View commit details
    Browse the repository at this point in the history
  7. drivers: spi: xec_qmspi: remove unused pinmux.h include

    Driver did not use pinmux API.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    585128c View commit details
    Browse the repository at this point in the history
  8. tests: drivers: gpio: basic_api: remove unused pinmux.h include

    The test was not using the pinmux.h API.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    516f69e View commit details
    Browse the repository at this point in the history
  9. drivers: pinmux: drop driver class

    Pinctrl is the new pinmux.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    de0c710 View commit details
    Browse the repository at this point in the history