Skip to content

Commit

Permalink
ARC: HSDK: remove pinmux_hsdk driver
Browse files Browse the repository at this point in the history
Pinmux is depricated (see #39740) and shouldn't be used anymore

Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  • Loading branch information
evgeniy-paltsev authored and carlescufi committed May 18, 2022
1 parent f81b3e0 commit 3b0517b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 105 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
/drivers/peci/ @albertofloyd @franciscomunoz @sjvasanth1
/drivers/pinctrl/ @gmarull
/drivers/pinctrl/*esp32* @glaubermaroto
/drivers/pinmux/*hsdk* @iriszzw
/drivers/pinmux/*it8xxx2* @ite
/drivers/pm_cpu_ops/ @carlocaione
/drivers/power_domain/ @ceolin
Expand Down
1 change: 0 additions & 1 deletion drivers/pinmux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

# Board initialization
zephyr_sources_ifdef(CONFIG_PINMUX_HSDK pinmux_hsdk.c)
zephyr_sources_ifdef(CONFIG_PINMUX_INTEL_S1000 pinmux_intel_s1000.c)
zephyr_sources_ifdef(CONFIG_PINMUX_LPC11U6X pinmux_lpc11u6x.c)
zephyr_sources_ifdef(CONFIG_PINMUX_MCUX pinmux_mcux.c)
Expand Down
2 changes: 0 additions & 2 deletions drivers/pinmux/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ config PINMUX_INIT_PRIORITY

source "drivers/pinmux/Kconfig.beetle"

source "drivers/pinmux/Kconfig.hsdk"

source "drivers/pinmux/Kconfig.intel_s1000"

source "drivers/pinmux/Kconfig.lpc11u6x"
Expand Down
8 changes: 0 additions & 8 deletions drivers/pinmux/Kconfig.hsdk

This file was deleted.

76 changes: 0 additions & 76 deletions drivers/pinmux/pinmux_hsdk.c

This file was deleted.

17 changes: 0 additions & 17 deletions dts/bindings/pinctrl/snps,creg-gpio-mux-hsdk.yaml

This file was deleted.

0 comments on commit 3b0517b

Please sign in to comment.