rv1126-uboot/drivers
Masahiro Yamada 0e00a84cde 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: I6c0f7e50e8b571106627f25ddac008a62bd2994e
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
adc treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
ata treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
bios_emulator UPSTREAM: printk: collect printk stuff into <linux/printk.h> with loglevel support 2018-01-17 15:27:28 +08:00
block dm: blk: add ramdisk uclass support 2018-09-17 09:32:28 +08:00
bootcount UPSTREAM: bootcount: add support for bootcounter on EXT filesystem 2018-01-17 15:27:28 +08:00
clk clk: rockchip: rk3399: support clk dump 2018-12-17 14:17:10 +08:00
core UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
cpu
crypto UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ddr env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
demo
dfu treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
dma treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
firmware UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
fpga fpga: xilinx: Avoid using local intermediate buffer 2017-08-02 09:11:52 +02:00
gpio UPSTREAM: bitops: collect BIT macros to include/linux/bitops.h 2018-01-17 15:27:28 +08:00
i2c dm: i2c: print i2c speed 2018-10-07 11:49:17 +08:00
input dm: key: make kernel dtb key has higher priority than U-Boot keys 2018-12-18 17:03:59 +08:00
irq rockchip: add interrupt debugger to dump pt_regs 2018-06-13 10:56:38 +08:00
led
mailbox
memory
misc misc: i2c_eeprom: use separate config for spl and tpl 2018-11-19 15:15:57 +08:00
mmc UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
mtd UPSTREAM: bitops: collect BIT macros to include/linux/bitops.h 2018-01-17 15:27:28 +08:00
net UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
nvme nvme: Remove dead codes in nvme_setup_io_queues() 2017-09-03 15:30:34 -04:00
pch
pci UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
pcmcia Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver 2017-08-11 15:41:51 -04:00
phy phy: phy-rockchip-inno-usb2: add support for rk1808 2018-10-06 21:02:15 +08:00
pinctrl UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
power UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
pwm pwm: rockchip: Do pwm pinctrl setting after pwm enabled 2018-03-20 14:56:24 +08:00
qe UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ram dm: ramdisk: remove unused function 2018-12-19 17:08:21 +08:00
remoteproc
reset treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
rkflash rkflash: spinor/spinand use different blk name 2018-12-19 17:08:21 +08:00
rknand drivers: rknand: register vendor ops interface 2018-10-11 09:25:38 +08:00
rtc env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
scsi env: Rename common functions related to setenv() 2017-08-16 08:23:32 -04:00
serial serial: ns16550: support using pre-loader serial 2018-10-19 17:40:56 +08:00
soc
sound UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
spi spi: rockchip sfc: remove header file 2018-02-05 21:01:28 +08:00
spmi
sysreset sysreset: use psci sysreset as primary for rockchip platforms 2018-09-28 10:02:35 +08:00
thermal thermal: rockchip: get "rockchip,hw-tshut-polarity" form dts node 2018-12-20 11:55:57 +08:00
timer UPSTREAM: rockchip: timer: update for 32/64bit-aware OF_PLATDATA 2018-01-16 18:16:48 +08:00
tpm treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
usb UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
video UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
watchdog wdt: Update uclass to make clear that the timeout is in ms 2017-08-13 15:17:34 -04:00
Kconfig rockchip: rkflash: add rk small capacity flash storage support with block interface 2018-05-11 11:08:38 +08:00
Makefile rockchip: rkflash: add rk small capacity flash storage support with block interface 2018-05-11 11:08:38 +08:00