]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
power: Move as3722 pmic to pmic/ directory
authorSimon Glass <sjg@chromium.org>
Thu, 27 Apr 2017 04:27:45 +0000 (22:27 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 30 Apr 2017 14:29:49 +0000 (10:29 -0400)
Most of the PMICs are in the drivers/power/pmic/ directory. Move this one
there.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/power/Makefile
drivers/power/pmic/Makefile
drivers/power/pmic/as3722.c [moved from drivers/power/as3722.c with 100% similarity]

index 29e135756ba81e09725e42e79d465f0b05905dd9..90a3b00a7cf92b6757f6f7c11420d000651c38c8 100644 (file)
@@ -5,7 +5,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_PMIC_AS3722)      += as3722.o
 obj-$(CONFIG_AXP152_POWER)     += axp152.o
 obj-$(CONFIG_AXP209_POWER)     += axp209.o
 obj-$(CONFIG_AXP221_POWER)     += axp221.o
index 40240c79362c91e3f647419fad2dca8cc546e876..5f1bef33cddc38142349a7a61a5677517b049f60 100644 (file)
@@ -12,6 +12,7 @@ obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
 obj-$(CONFIG_PMIC_S2MPS11) += s2mps11.o
 obj-$(CONFIG_DM_PMIC_SANDBOX) += sandbox.o i2c_pmic_emul.o
 obj-$(CONFIG_PMIC_ACT8846) += act8846.o
+obj-$(CONFIG_PMIC_AS3722) += as3722.o
 obj-$(CONFIG_PMIC_MAX8997) += max8997.o
 obj-$(CONFIG_PMIC_PM8916) += pm8916.o
 obj-$(CONFIG_PMIC_RK808) += rk808.o