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 21, 2023
1 parent 90d512e commit 509a7f2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 194 deletions.
13 changes: 0 additions & 13 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,19 +1097,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
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 @@ -28,7 +28,6 @@ add_subdirectory_ifdef(CONFIG_IPM ipm)
add_subdirectory_ifdef(CONFIG_LED led)
add_subdirectory_ifdef(CONFIG_LED_STRIP led_strip)
add_subdirectory_ifdef(CONFIG_MODEM modem)
add_subdirectory_ifdef(CONFIG_PINMUX pinmux)
add_subdirectory_ifdef(CONFIG_PWM pwm)
add_subdirectory_ifdef(CONFIG_SENSOR sensor)
add_subdirectory_ifdef(CONFIG_SPI spi)
Expand Down
2 changes: 0 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ source "drivers/dai/Kconfig"

source "drivers/pwm/Kconfig"

source "drivers/pinmux/Kconfig"

source "drivers/adc/Kconfig"

source "drivers/dac/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 509a7f2

Please sign in to comment.