u-boot-brain/drivers/power/regulator
Masahiro Yamada b08c8c4870 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>

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-03-05 10:16:28 -05:00
..
act8846.c power: regulator: act8846: get_enable should return integer 2017-07-19 19:13:59 +09:00
as3722_regulator.c power: Add a regulator driver for the as3722 PMIC 2017-07-28 12:02:47 -06:00
fixed.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
gpio-regulator.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
Kconfig power: regulator: s2mps11: add a regulator driver for s2mps11 2018-01-24 16:07:19 +09:00
lp873x_regulator.c power: regulator: lp873x: get_enable should return integer 2017-07-19 19:13:59 +09:00
lp87565_regulator.c power: regulator: lp87565: get_enable should return integer 2017-07-19 19:13:59 +09:00
Makefile power: pmic/regulator allow dm be omitted by SPL 2018-02-04 12:00:58 +01:00
max77686.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
palmas_regulator.c regulator: palmas: disable bypass when the LDO is enabled 2017-08-01 11:58:01 +09:00
pbias_regulator.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
pfuze100.c power: regulator: pfuze100: get_enable should return integer 2017-07-19 19:13:59 +09:00
pwm_regulator.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
regulator-uclass.c regulator: Change get_enable return type to integer from bool 2017-07-19 19:13:59 +09:00
rk8xx.c power: regulator: rk8xx: get_enable should return integer 2017-07-19 19:13:59 +09:00
s2mps11_regulator.c power: regulator: s2mps11: add a regulator driver for s2mps11 2018-01-24 16:07:19 +09:00
s5m8767.c power: regulator: s5m8767: get_enable should return integer 2017-07-19 19:13:59 +09:00
sandbox.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
tps65090_regulator.c power: regulator: tps65090: get_enable should return integer 2017-07-19 19:13:59 +09:00
tps65910_regulator.c power: tps65910: replace error() by pr_err() 2018-01-01 09:04:19 -05:00