Skip to content

Commit

Permalink
drivers: pinmux: drop driver class
Browse files Browse the repository at this point in the history
Pinctrl is the new pinmux.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
  • Loading branch information
gmarull committed Feb 22, 2023
1 parent 516f69e commit de0c710
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 197 deletions.
13 changes: 0 additions & 13 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,19 +1109,6 @@ Release Notes:
labels:
- "area: Pinctrl"

"Drivers: Pinmux":
status: maintained
maintainers:
- mnkp
collaborators:
- gmarull
files:
- doc/hardware/peripherals/pinmux.rst
- drivers/pinmux/
- include/zephyr/drivers/pinmux.h
labels:
- "area: Pinmux"

"Drivers: PTP Clock":
status: maintained
maintainers:
Expand Down
4 changes: 0 additions & 4 deletions doc/develop/api/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ between major releases are available in the :ref:`zephyr_release_notes`.
- Experimental
- 3.0

* - :ref:`pinmux_api`
- Stable
- 1.0

* - :ref:`pm_api`
- Experimental
- 1.2
Expand Down
1 change: 0 additions & 1 deletion doc/hardware/peripherals/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Peripherals
kscan.rst
led.rst
mbox.rst
pinmux.rst
pwm.rst
ps2.rst
peci.rst
Expand Down
13 changes: 0 additions & 13 deletions doc/hardware/peripherals/pinmux.rst

This file was deleted.

1 change: 0 additions & 1 deletion drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ add_subdirectory_ifdef(CONFIG_NET_L2_ETHERNET ethernet)
add_subdirectory_ifdef(CONFIG_NEURAL_NET_ACCEL neural_net)
add_subdirectory_ifdef(CONFIG_PECI peci)
add_subdirectory_ifdef(CONFIG_PINCTRL pinctrl)
add_subdirectory_ifdef(CONFIG_PINMUX pinmux)
add_subdirectory_ifdef(CONFIG_PM_CPU_OPS pm_cpu_ops)
add_subdirectory_ifdef(CONFIG_POWER_DOMAIN power_domain)
add_subdirectory_ifdef(CONFIG_PS2 ps2)
Expand Down
1 change: 0 additions & 1 deletion drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ source "drivers/neural_net/Kconfig"
source "drivers/pcie/Kconfig"
source "drivers/peci/Kconfig"
source "drivers/pinctrl/Kconfig"
source "drivers/pinmux/Kconfig"
source "drivers/pm_cpu_ops/Kconfig"
source "drivers/power_domain/Kconfig"
source "drivers/ps2/Kconfig"
Expand Down
3 changes: 0 additions & 3 deletions drivers/pinmux/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions drivers/pinmux/Kconfig

This file was deleted.

134 changes: 0 additions & 134 deletions include/zephyr/drivers/pinmux.h

This file was deleted.

0 comments on commit de0c710

Please sign in to comment.