Commit a1e983fe authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Anas Nashif
Browse files

drivers: pinmux: drop driver class



Pinctrl is the new pinmux.

Signed-off-by: default avatarGerard Marull-Paretas <gerard.marull@nordicsemi.no>
parent 49123a97
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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:
+0 −4
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ Peripherals
   kscan.rst
   led.rst
   mbox.rst
   pinmux.rst
   pwm.rst
   ps2.rst
   peci.rst
+0 −13
Original line number Diff line number Diff line
.. _pinmux_api:

Pinmux
######

Overview
********


API Reference
*************

.. doxygengroup:: pinmux_interface
+0 −1
Original line number Diff line number Diff line
@@ -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)
Loading