rv1126-uboot/drivers/power
Masahiro Yamada f1ba13f8e2 UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.

This commit moves the header code:
  include/libfdt.h         -> include/linux/libfdt.h
  include/libfdt_env.h     -> include/linux/libfdt_env.h

and replaces include directives:
  #include <libfdt.h>      -> #include <linux/libfdt.h>
  #include <libfdt_env.h>  -> #include <linux/libfdt_env.h>

Change-Id: I68fd5734d6460c169fa5ee2893c57cb5d73340b6
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit b08c8c4870831c9315dcae237772238e80035bd5)
2019-07-05 19:33:35 +08:00
..
battery
charge power: charge: add bq25700 support 2019-05-23 11:59:52 +08:00
domain
dvfs dm: dvfs: don't print fail message when there is no device 2019-03-27 08:59:47 +08:00
fuel_gauge power: fg_cw201x: add capability callback 2019-06-17 17:41:33 +08:00
io-domain power: rockchip: add io-domain driver 2018-12-24 16:44:06 +08:00
mfd
pmic power: pmic: rk8xx: get the correct on/off source 2019-05-27 08:36:09 +08:00
regulator UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
Kconfig power: charge: add bq25700 support 2019-05-23 11:59:52 +08:00
Makefile power: add rockchip_pm.c for devices low power control 2018-02-26 09:16:57 +08:00
axp152.c
axp209.c
axp221.c
axp809.c
axp818.c
charge-display-uclass.c power: charge animation: fix cmd compile error 2019-04-30 11:38:48 +08:00
charge_animation.c power: charge animation: allow ctrl+c to exit extrem low charging 2019-06-26 14:09:28 +08:00
exynos-tmu.c
ftpmu010.c
palmas.c
power_core.c
power_dialog.c
power_fsl.c
power_i2c.c
power_spi.c
rockchip_pm.c power: add rockchip_pm.c for devices low power control 2018-02-26 09:16:57 +08:00
sy8106a.c
tps6586x.c
twl4030.c
twl6030.c