Skip to content

Commit

Permalink
power/reset: Remove sun6i reboot driver
Browse files Browse the repository at this point in the history
sun6i restart is now handled by its watchdog driver directly,
so this driver is no longer needed.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
  • Loading branch information
Guenter Roeck authored and Sebastian Reichel committed Jan 25, 2015
1 parent 481ff6f commit b2b3a8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 92 deletions.
6 changes: 0 additions & 6 deletions drivers/power/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ config POWER_RESET_RESTART
Instead they restart, and u-boot holds the SoC until the
user presses a key. u-boot then boots into Linux.

config POWER_RESET_SUN6I
bool "Allwinner A31 SoC reset driver"
depends on ARCH_SUNXI
help
Reboot support for the Allwinner A31 SoCs.

config POWER_RESET_ST
bool "ST restart power-off driver"
depends on ARCH_STI
Expand Down
1 change: 0 additions & 1 deletion drivers/power/reset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o
obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o
obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o
obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o
Expand Down
85 changes: 0 additions & 85 deletions drivers/power/reset/sun6i-reboot.c

This file was deleted.

0 comments on commit b2b3a8b

Please sign in to comment.