Skip to content

Commit

Permalink
Revert "power: Add power driver"
Browse files Browse the repository at this point in the history
This reverts commit 081ebd4.

This driver is not necessary now that the firmware driver turns on
USB power.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro committed Jun 30, 2015
1 parent caa5cf6 commit 8ece6b5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 273 deletions.
1 change: 0 additions & 1 deletion drivers/soc/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
menu "SOC (System On Chip) specific Drivers"

source "drivers/soc/bcm2835/Kconfig"
source "drivers/soc/mediatek/Kconfig"
source "drivers/soc/qcom/Kconfig"
source "drivers/soc/ti/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Makefile for the Linux Kernel SOC specific device drivers.
#

obj-y += bcm2835/
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
obj-$(CONFIG_ARCH_QCOM) += qcom/
obj-$(CONFIG_ARCH_TEGRA) += tegra/
Expand Down
9 changes: 0 additions & 9 deletions drivers/soc/bcm2835/Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion drivers/soc/bcm2835/Makefile

This file was deleted.

200 changes: 0 additions & 200 deletions drivers/soc/bcm2835/bcm2708-power.c

This file was deleted.

61 changes: 0 additions & 61 deletions include/soc/bcm2835/power.h

This file was deleted.

0 comments on commit 8ece6b5

Please sign in to comment.