rv1126-uboot/drivers
Eran Matityahu 955a06fc55 UPSTREAM: mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
Before printk.h was introduced and MTDDEBUG was removed,
pr_crit() was calling MTDDEBUG(), which was since then
replaced by the current pr_debug().

pr_debug is more appropriate here.

Change-Id: Id553ff366acbb614f7a8adee6e8e46f79535be08
Signed-off-by: Eran Matityahu <eran.m@variscite.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 734b080e78805edbb3430a52c8c5b1aeee02bd9f)
2019-07-05 19:33:50 +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 mtd: support mtd block model 2019-06-05 14:47:56 +08:00
bootcount UPSTREAM: bootcount: add support for bootcounter on EXT filesystem 2018-01-17 15:27:28 +08:00
clk UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08:00
core drivers: core: do not use mtd node from kernel dtb 2019-06-24 18:31:03 +08:00
cpu dm: add amp uclass and rockchip amp driver support 2019-04-08 20:53:44 +08:00
crypto crypto: add rk1808 compatible 2019-07-03 09:34:10 +08:00
ddr UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08:00
demo
dfu treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
dma UPSTREAM: Convert CONFIG_APBH_DMA et al to Kconfig 2019-07-05 19:33:35 +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 UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08: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: add pwrkey download support 2019-06-18 08:39:39 +08:00
irq irq: disable all gpio interrupt by default 2019-03-05 16:39:54 +08:00
led led: led_gpio: add "default-state" apply 2019-03-01 11:03:15 +08:00
mailbox
memory
misc UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
mmc UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
mtd UPSTREAM: mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit 2019-07-05 19:33:50 +08:00
net UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +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 UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
pinctrl pinctrl: rockchip: Add gpio3b4 io function recalculated select for RK3308B 2018-12-26 16:21:16 +08:00
power UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +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 ram: rockchip: fix AArch32 compile issue 2019-05-28 20:30:36 +08:00
remoteproc
reset UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08:00
rkflash rkflash: add new spi nor flash 2019-05-24 20:52:30 +08:00
rknand drivers: rknand: zftl fix cache flush misaligned range 2019-06-11 09:47:05 +08:00
rtc rtc: add rk8xx rtc support 2019-02-25 10:08:47 +08:00
scsi env: Rename common functions related to setenv() 2017-08-16 08:23:32 -04:00
serial UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +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 UPSTREAM: mtd: spi: Switch to new SPI NOR framework 2019-07-05 19:33:49 +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: lib: Add hexdump 2019-07-05 19:33:39 +08:00
video UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08:00
watchdog watchdog: add support for Rockchip watchdog 2019-04-10 14:35:24 +08:00
Kconfig rockchip: rkflash: add rk small capacity flash storage support with block interface 2018-05-11 11:08:38 +08:00
Makefile UPSTREAM: mtd: move NAND files into a raw/ subdirectory 2019-07-05 19:33:44 +08:00