rv1126-uboot/drivers
Masahiro Yamada d42197e44e UPSTREAM: dm: replace dm_dbg() with pr_debug()
As we discussed before in ML, dm_dbg() causes undefined reference
error if #define DEBUG is added to users, but not drivers/core/util.c

We do not need this macro because we can use pr_debug() instead, and
it is pretty easy to enable it for the DM core by using ccflags-y.

Change-Id: I0732d1fec827d434b1163093920a3c5bd682803e
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit ceb9190969e458dcd1427566f762dbb9cfdfdc94)
2018-01-17 15:27:28 +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 UPSTREAM: blk: Remove various places that do flush cache after read 2018-01-16 18:16:48 +08:00
bootcount env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 2017-08-16 08:30:32 -04:00
clk treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
core UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
cpu
crypto crypto/fsl: fix obj-yy in Makefile 2017-09-04 09:02:07 -04: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
fpga fpga: xilinx: Avoid using local intermediate buffer 2017-08-02 09:11:52 +02:00
gpio UPSTREAM: rockchip: gpio: remove outdated/misleading comment 2018-01-16 18:16:48 +08:00
i2c treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
input input: rk8xx pwrkey: replace printf with debug 2017-12-28 15:23:35 +08:00
irq irq: clean up code 2017-12-28 15:23:35 +08:00
led
mailbox
memory
misc treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
mmc treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
mtd treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
net treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
nvme nvme: Remove dead codes in nvme_setup_io_queues() 2017-09-03 15:30:34 -04:00
pch
pci treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
pcmcia Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver 2017-08-11 15:41:51 -04:00
phy treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
pinctrl treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
power treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
pwm
qe UPSTREAM: blk: Remove various places that do flush cache after read 2018-01-16 18:16:48 +08:00
ram treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
remoteproc
reset treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
rknand drivers: rknand: fix read error data 2017-12-21 14:31:41 +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: serial-uclass: Add generic serial RX buffer support 2017-08-24 11:00:47 +08:00
soc
sound
spi treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
spmi
sysreset treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
thermal
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 bug.h: move runtime BUG/WARN macros into <linux/bug.h> 2018-01-17 15:27:28 +08:00
video treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
watchdog wdt: Update uclass to make clear that the timeout is in ms 2017-08-13 15:17:34 -04:00
Kconfig drivers: rknand: add nand flash drivers for Rockchip SoC 2017-10-20 08:59:10 +08:00
Makefile arm: irq: do not enable irq in SPL/TPL 2017-11-09 19:34:04 -08:00