]> git.baikalelectronics.ru Git - uboot.git/commitdiff
dm: define LOG_CATEGORY for all uclass
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 27 Apr 2021 09:02:19 +0000 (11:02 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Jul 2021 16:38:03 +0000 (10:38 -0600)
Define LOG_CATEGORY for all uclass to allow filtering with
log command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
77 files changed:
drivers/adc/adc-uclass.c
drivers/ata/ahci-uclass.c
drivers/axi/axi-emul-uclass.c
drivers/axi/axi-uclass.c
drivers/block/blk-uclass.c
drivers/block/ide.c
drivers/bootcount/bootcount-uclass.c
drivers/button/button-uclass.c
drivers/cache/cache-uclass.c
drivers/clk/clk-uclass.c
drivers/core/root.c
drivers/core/simple-bus.c
drivers/cpu/cpu-uclass.c
drivers/crypto/rsa_mod_exp/mod_exp_uclass.c
drivers/dma/dma-uclass.c
drivers/firmware/firmware-uclass.c
drivers/hwspinlock/hwspinlock-uclass.c
drivers/i2c/i2c-emul-uclass.c
drivers/i2c/i2c-uclass.c
drivers/i2c/muxes/i2c-mux-uclass.c
drivers/input/keyboard-uclass.c
drivers/led/led-uclass.c
drivers/mailbox/mailbox-uclass.c
drivers/misc/fs_loader.c
drivers/misc/i2c_eeprom.c
drivers/misc/misc-uclass.c
drivers/misc/p2sb-uclass.c
drivers/misc/pwrseq-uclass.c
drivers/mmc/mmc-uclass.c
drivers/mtd/mtd-uclass.c
drivers/mtd/spi/sf-uclass.c
drivers/mux/mux-uclass.c
drivers/nvme/nvme-uclass.c
drivers/pch/pch-uclass.c
drivers/pci/pci-uclass.c
drivers/pci_endpoint/pci_ep-uclass.c
drivers/phy/phy-uclass.c
drivers/pinctrl/pinctrl-uclass.c
drivers/power/domain/power-domain-uclass.c
drivers/power/pmic/pmic-uclass.c
drivers/power/regulator/regulator-uclass.c
drivers/pwm/pwm-uclass.c
drivers/ram/ram-uclass.c
drivers/remoteproc/rproc-uclass.c
drivers/reset/reset-uclass.c
drivers/rng/rng-uclass.c
drivers/rtc/rtc-uclass.c
drivers/scsi/scsi-uclass.c
drivers/serial/serial-uclass.c
drivers/smem/smem-uclass.c
drivers/soc/soc-uclass.c
drivers/sound/codec-uclass.c
drivers/sound/i2s-uclass.c
drivers/sound/sound-uclass.c
drivers/spi/spi-emul-uclass.c
drivers/spmi/spmi-uclass.c
drivers/sysinfo/sysinfo-uclass.c
drivers/tee/tee-uclass.c
drivers/thermal/thermal-uclass.c
drivers/timer/timer-uclass.c
drivers/ufs/ufs-uclass.c
drivers/usb/emul/usb-emul-uclass.c
drivers/usb/gadget/udc/udc-uclass.c
drivers/usb/host/usb-uclass.c
drivers/video/backlight-uclass.c
drivers/video/bridge/video-bridge-uclass.c
drivers/video/display-uclass.c
drivers/video/dsi-host-uclass.c
drivers/video/panel-uclass.c
drivers/video/vidconsole-uclass.c
drivers/video/video-uclass.c
drivers/video/video_osd-uclass.c
drivers/virtio/virtio-uclass.c
drivers/w1-eeprom/w1-eeprom-uclass.c
drivers/w1/w1-uclass.c
drivers/watchdog/wdt-uclass.c
drivers/xen/pvblock.c

index 8781f32855fd8f6de6305798967c0f40583e1dc9..67137ffb3414fa8e2b328fee4daa17a5281d3617 100644 (file)
@@ -4,6 +4,8 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
+#define LOG_CATEGORY UCLASS_ADC
+
 #include <common.h>
 #include <errno.h>
 #include <div64.h>
index c4c7a03fe744d6c53d2d014b16c9223b148cab9e..d398b50b9a1e781629e7e75affedcbee5cd2d523 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_AHCI
+
 #include <common.h>
 #include <ahci.h>
 #include <dm.h>
index b28351f1adb0abbcdf6357b27d2799addc6c29e8..793336d8c47e15602f6f100570b3596d07d4111c 100644 (file)
@@ -4,6 +4,8 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
+#define LOG_CATEGORY UCLASS_AXI_EMUL
+
 #include <common.h>
 #include <axi.h>
 #include <dm.h>
index af8acd9f88bae063616d93c77a477079f2c75ed7..afb4844ecbde264ea03c77bca221563c06669f1d 100644 (file)
@@ -4,6 +4,8 @@
  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
+#define LOG_CATEGORY UCLASS_AXI
+
 #include <common.h>
 #include <dm.h>
 #include <axi.h>
index d0d91db540bf5eb0fc0101d43ec586786a057d0f..dfc0d469702429634dff852b23c015ef89e9b958 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_BLK
+
 #include <common.h>
 #include <blk.h>
 #include <dm.h>
index 862a85bc87bfcb880021a953ecc907cee88b1238..c99076c6f45d0a0490231dde3f1e54b7c91376e8 100644 (file)
@@ -4,6 +4,8 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
+#define LOG_CATEGORY UCLASS_IDE
+
 #include <common.h>
 #include <ata.h>
 #include <blk.h>
index 34ac08d59a6aab06e730dac50656ecfeeaa35613..c747c9ab276bb55a16a453a96656f6f6c4a70b3e 100644 (file)
@@ -3,6 +3,8 @@
  * (C) Copyright 2018 Theobroma Systems Design und Consulting GmbH
  */
 
+#define LOG_CATEGORY UCLASS_BOOTCOUNT
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index e06d3eb7da5a395b8c971a2ff5bcd6ee5027a32c..e33ed7d01d1f0cbfc5773d1082b9c01486552d0f 100644 (file)
@@ -5,6 +5,8 @@
  * Based on led-uclass.c
  */
 
+#define LOG_CATEGORY UCLASS_BUTTON
+
 #include <common.h>
 #include <button.h>
 #include <dm.h>
index 3b20a10f087d06b80caab67e3b48bd190fdc1c09..0c13dbdb75c41d15c5504ed83a5e6512e00ecde0 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2019 Intel Corporation <www.intel.com>
  */
 
+#define LOG_CATEGORY UCLASS_CACHE
+
 #include <common.h>
 #include <cache.h>
 #include <dm.h>
index 14254212ca7286235d3779c2a675814dd6093705..f049e36380fcf8e8220af7397de091f693c4f348 100644 (file)
@@ -6,6 +6,8 @@
  * Copyright (c) 2018, Theobroma Systems Design und Consulting GmbH
  */
 
+#define LOG_CATEGORY UCLASS_CLK
+
 #include <common.h>
 #include <clk.h>
 #include <clk-uclass.h>
index fe0562cd6f6f5bc7a1732f7034876c594f9ce172..537e9daaf8a5051063b54b334bc4e2343481a918 100644 (file)
@@ -6,6 +6,8 @@
  * Pavel Herrmann <morpheus.ibis@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_ROOT
+
 #include <common.h>
 #include <errno.h>
 #include <fdtdec.h>
index 18f52d26df2e06c9d3223bf5a1817c878f25083f..abc55c217197b5df23a1d057f30073c1634c7f6b 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_SIMPLE_BUS
+
 #include <common.h>
 #include <asm/global_data.h>
 #include <dm.h>
index 1c338bad9a105e791622cacbd140871e13d67abd..a5cda6a62c41511e9ff45df635b14f6c877caa87 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_CPU
+
 #include <common.h>
 #include <cpu.h>
 #include <dm.h>
index f5ae35e13254e0c25f1e45a1f943731a5be42bef..6a4d235d57bca8973fdf315b4309379f1ccc21c8 100644 (file)
@@ -4,6 +4,8 @@
  * Author: Ruchika Gupta <ruchika.gupta@freescale.com>
  */
 
+#define LOG_CATEGORY UCLASS_MOD_EXP
+
 #include <common.h>
 #include <dm.h>
 #include <asm/global_data.h>
index a93b0b7ba08bdb9f259afe36398f47d1c1a889e5..652ddbb62b811d40840accdbd4e234b8ac905635 100644 (file)
@@ -9,6 +9,8 @@
  * Author: Mugunthan V N <mugunthanvnm@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_DMA
+
 #include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
index 7fcd7fb9047ac6b5e13659f884d275a5d953cdb0..bfaf283eed5f85ba97ca79025ba47a12c4ff227b 100644 (file)
@@ -1,5 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 
+#define LOG_CATEGORY UCLASS_FIRMWARE
+
 #include <common.h>
 #include <dm.h>
 
index 8997243421c0032c742b9575feff98e9a1e3170f..cbe7236011732a513c005c0a2d0b96144debaca9 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
  */
 
+#define LOG_CATEGORY UCLASS_HWSPINLOCK
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 7917b63c55b1f53b3e39e1d6283febd0c44256fb..aeec6aa9fa66bbf1419080e1364b25d4332824f1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_I2C_EMUL
+
 #include <common.h>
 #include <dm.h>
 #include <i2c.h>
index be56785217c3bc51d7da1e7647a845034f2b05eb..04c88503a2f335580f87bc2ef0563fddedae2d5c 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_I2C
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index dbca409ee3ab4c09a6ba497f4d819d83af395c4c..a5d1bb0576dbc9747e494348cdae14ed1a497ad2 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_I2C_MUX
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 2c6680337d9d3a05fecc3032230112887be98f6b..aefc8e825e207749cf10eb9d8fb636c730a3b01d 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2015 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_KEYBOARD
+
 #include <common.h>
 #include <dm.h>
 #include <keyboard.h>
index e15a2967ffe4c213c15a26435fbea4c77979b74a..7e298dbb06f7fdcd4e808520a933b58375c2907e 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_LED
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index c972d8460891d03abd4aaaa666f033cfe330a39f..01c9e75fa5ba8f28b3641cf30d538c13b59f0de6 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
+#define LOG_CATEGORY UCLASS_MAILBOX
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index e77b3af770e5bf490d82a8d3ff71b4e967817678..0139bd66ba7642ff4fc3f464bdc39aa803327163 100644 (file)
@@ -3,6 +3,9 @@
  * Copyright (C) 2018-2019 Intel Corporation <www.intel.com>
  *
  */
+
+#define LOG_CATEGORY UCLASS_FS_FIRMWARE_LOADER
+
 #include <common.h>
 #include <dm.h>
 #include <env.h>
index 5926c91a2ec9c777e053ee76a0aff25aed233b59..3b249842f8bf36207c229b0c647c6fd7d1059fdd 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_I2C_EEPROM
+
 #include <common.h>
 #include <eeprom.h>
 #include <linux/delay.h>
index 55381edc9808f4c5cccd385eb0c96407e9517c74..72720b0e590cdd50dfffb6c06b74c696be058269 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw>
  */
 
+#define LOG_CATEGORY UCLASS_MISC
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index ac2852559f57cf629ce5e25bf2a2d4cfddb5c273..94d273de9b3f3d19fbe8decfc845263fd0eb670d 100644 (file)
@@ -6,6 +6,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_P2SB
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index c8f6c46069b776f8afa6779efb2f7499dcb52504..a0f24e1bf3a967bc544871e54a8d0d8b6cb3ddd4 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2015 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_PWRSEQ
+
 #include <common.h>
 #include <dm.h>
 #include <pwrseq.h>
index 579d7a1406b3017e23d1c585c6f171749f4b1013..0e13238c7e7aeca37cd98c93b4919fd72940a9e1 100644 (file)
@@ -5,6 +5,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_MMC
+
 #include <common.h>
 #include <log.h>
 #include <mmc.h>
index 4ab84de5531058db90bcb1b83ec6f9706d8f7e74..0743fe7af9fd306c50fc2860f3f710e354535947 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
  */
 
+#define LOG_CATEGORY UCLASS_MTD
+
 #include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
index cfce00ef548e753463a0baa442592833a136231d..63d16291ff1e30068676e23cf1ecc638b324d875 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_SPI_FLASH
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index 6d28dbe4d14e14737508a805b93ff702a1093c38..91842c5539f39aae11e8fef884ab7cc086944e43 100644 (file)
@@ -11,6 +11,8 @@
  * Jean-Jacques Hiblot <jjhiblot@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_MUX
+
 #include <common.h>
 #include <dm.h>
 #include <mux-internal.h>
index 610166d76ea11a668b59e4da5627669a1890da4c..239a92abba6a0034419594cd441e66d598a8940c 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_NVME
+
 #include <common.h>
 #include <dm.h>
 
index ad4906aa58b41c55859180d0572866413d53460b..7bc2372e96d2d4350bc211b761c6a944af9902a4 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_PCH
+
 #include <common.h>
 #include <dm.h>
 #include <pch.h>
index 22a033e6329b9506ac6c5545215afc2669992921..0bd604d061d5c38030d98fe5f5f8fae582ceff77 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_PCI
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 5555cf5a8c9e20cdd4c555ead0bb5d1e1f549123..6ee4cfbdb4a849632473d81cb8726d12d1eac168 100644 (file)
@@ -9,6 +9,8 @@
  * Written by Ramon Fried <ramon.fried@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_PCI_EP
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 43ffbcee0f01af6adfba9276f4e0ab5a847100ad..59683a080cd7fa226060463a8bdedf380c9fab8e 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Jean-Jacques Hiblot  <jjhiblot@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_PHY
+
 #include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 6e68e52c32cca4e083ddadba3acbe031d40673a0..ea7275ca00456f46283f3a65b50ed233edbd4e84 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2015  Masahiro Yamada <yamada.masahiro@socionext.com>
  */
 
+#define LOG_CATEGORY UCLASS_PINCTRL
+
 #include <common.h>
 #include <malloc.h>
 #include <asm/global_data.h>
index af829db9da1f3b48abca16748d01c5119e437956..00d1489ea20543b8522cc22a04faf427eb4b1315 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
+#define LOG_CATEGORY UCLASS_POWER_DOMAIN
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index 79166b8bbcdd653eb63acf20f6023f6e87af4af8..5dcf6d8079d270e8b5c03f580316131e9137e6f6 100644 (file)
@@ -4,6 +4,8 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
+#define LOG_CATEGORY UCLASS_PMIC
+
 #include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
index fac960682331f9045c96f2a4393817aa55508435..aca00e56bbefeb35e6f042bbd080849ac4acec73 100644 (file)
@@ -4,6 +4,8 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
+#define LOG_CATEGORY UCLASS_REGULATOR
+
 #include <common.h>
 #include <errno.h>
 #include <dm.h>
index 027181c6465277d1c5d4cec2d1c72937d6f3646d..648d0757ba620b51a9ddcb6d29ae618431c130be 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_PWM
+
 #include <common.h>
 #include <dm.h>
 #include <pwm.h>
index f4d387fed1efc7f6c9b8cf4cea7107a44564368d..4e21240fd4cb8f95415320afad68e8c5faf7f482 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_RAM
+
 #include <common.h>
 #include <ram.h>
 #include <dm.h>
index 5919c8bb978bb37d3ea49ff1172903a2dd1bd9b3..64c47c1e7225d43a3a5eb081042cc47eb100808d 100644 (file)
@@ -3,6 +3,9 @@
  * (C) Copyright 2015
  * Texas Instruments Incorporated - http://www.ti.com/
  */
+
+#define LOG_CATEGORY UCLASS_REMOTEPROC
+
 #define pr_fmt(fmt) "%s: " fmt, __func__
 #include <common.h>
 #include <errno.h>
index ac89eaf098ab20c16a8fd91cd2823c0534f6f3da..8caa616ed9f3ca7300a97b9320cdee7816063ff0 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
+#define LOG_CATEGORY UCLASS_RESET
+
 #include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
index b6af3b8606a763b4bf18eb3ba87ba0b7502297e5..53108e1b3191638cd98eaab2196d63723a97f90e 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2019, Linaro Limited
  */
 
+#define LOG_CATEGORY UCLASS_RNG
+
 #include <common.h>
 #include <dm.h>
 #include <rng.h>
index b406bab32d1725091111e64bdb3078dc137a376f..be6a2ddb667161fdade5ef829ead9093c359689d 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_RTC
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 90a0adda479fa16090636b0ea9f43338798a25ba..a7c1eaf0cf50d1ab85b9a7b8c3ef5cc1b61429b2 100644 (file)
@@ -8,6 +8,8 @@
  * Based on ahci-uclass.c
  */
 
+#define LOG_CATEGORY UCLASS_SCSI
+
 #include <common.h>
 #include <dm.h>
 #include <scsi.h>
index 8a87eed683974fc018a3593b26360544f8955193..2b4feace53aca1e68fa05e3586822f1672aa2454 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 The Chromium OS Authors.
  */
 
+#define LOG_CATEGORY UCLASS_SERIAL
+
 #include <common.h>
 #include <dm.h>
 #include <env_internal.h>
index ce7bf40656e8714f77a0a595f7a0757951349c69..8469076915e005928a60abf33906cb56873f6c32 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2018 Ramon Fried <ramon.fried@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_SMEM
+
 #include <common.h>
 #include <dm.h>
 #include <smem.h>
index c32d647864f28c59b1384af6dd031ee7fa7bf45d..dfad32d80dbeb94c02dc40663e328fc3696f5f54 100644 (file)
@@ -4,6 +4,8 @@
  *     Dave Gerlach <d-gerlach@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_SOC
+
 #include <common.h>
 #include <soc.h>
 #include <dm.h>
index 1ec77acfc1ce553bacc3b7e0a2e55f8dd6d4f33e..2cb233bd3060b6430afe3daa5711fb826602c07f 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_AUDIO_CODEC
+
 #include <common.h>
 #include <dm.h>
 #include <audio_codec.h>
index 2639c86ea2121f969a9a0b3f22dee14a7c362f24..fc4f686b516d6ad360ce7f6492ecd9d7329ad3a0 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_I2S
+
 #include <common.h>
 #include <dm.h>
 #include <i2s.h>
index 0c71e01f3374154c891901faa422e73dade47260..2ffc4fc7c1db7e76ec308c513c03f792563b4044 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_SOUND
+
 #include <common.h>
 #include <dm.h>
 #include <i2s.h>
index 52f3f9a01154bf29d5f81271643f43024a9095dd..64bc19c00112cf4f5cb2e6d6d66a982f90206edd 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2014 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_SPI_EMUL
+
 #include <common.h>
 #include <dm.h>
 #include <spi.h>
index ff098731bb2dc8bdbbf4d3e39358f1c5fab8f449..9d9f46a37d832fa9ba2329a203fdb940ad5e4772 100644 (file)
@@ -5,6 +5,8 @@
  * (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_SPMI
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 4a660dfd1575046071cc48b1012caddd7e3a4aca..c5cc3cb9596bce525293fb8272c9733d674f1258 100644 (file)
@@ -4,6 +4,8 @@
  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
+#define LOG_CATEGORY UCLASS_SYSINFO
+
 #include <common.h>
 #include <dm.h>
 #include <sysinfo.h>
index 2cc6b6c407dba34b71deec4e6f98f95546ea7444..cb1b28e2f833da09882fb123af8b0fa8ae8fb5e8 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2018 Linaro Limited
  */
 
+#define LOG_CATEGORY UCLASS_TEE
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index a4ea1e291453ac81dcf4a205537b074b131f0497..700df8af2549f20febbe6f367bb7b0eca57bbdf8 100644 (file)
@@ -3,6 +3,8 @@
  * (C) Copyright 2014 Freescale Semiconductor, Inc
  */
 
+#define LOG_CATEGORY UCLASS_THERMAL
+
 #include <common.h>
 #include <dm.h>
 #include <thermal.h>
index 73b4a5cd27fa0d3aaa648ce03639ce3d0f2b5827..c8e8419b22e789a47bf218ef20310f4481c5616e 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
  */
 
+#define LOG_CATEGORY UCLASS_TIMER
+
 #include <common.h>
 #include <clk.h>
 #include <cpu.h>
index 034d14fd8da6a20644fb6f1bc918e0f8e4e4e2ce..ceea30c4a95c2fb48f70b58eb2375a9bffb2dba4 100644 (file)
@@ -5,6 +5,8 @@
  * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
  */
 
+#define LOG_CATEGORY UCLASS_UFS
+
 #include <common.h>
 #include "ufs.h"
 #include <dm.h>
index f5d98b917dc9e18e531b7761d03bc54ed6774352..05f6d3d9e2f8ddce0ecac247a2e280e53ed44769 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_USB_EMUL
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index dbc354e84f9564ac7f8ea9237ce4ce537ab776cd..de8861829c73451ef6be10ccde035546d453a14d 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Jean-Jacques Hiblot <jjhiblot@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_USB_GADGET_GENERIC
+
 #include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
index e3b616c3266ae7ffa6c4843bd09a9c027aefdb17..fd39c3345c31767d7b41d5c8a34ea51e7e74371d 100644 (file)
@@ -6,6 +6,8 @@
  * usb_match_device() modified from Linux kernel v4.0.
  */
 
+#define LOG_CATEGORY UCLASS_USB
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 0aadf8a1f9749112765899be217de1753a9234af..c14996d003c00041c7fe5a88b085d60b04717d7b 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT
+
 #include <common.h>
 #include <dm.h>
 #include <backlight.h>
index 08d38b244bda804b33c3a35729ac46193c28b7e7..f389bc6b14753613f14e41e5a06adbc3242d4767 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_VIDEO_BRIDGE
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 068108e915537203caf933ededbbd09dbfbb548f..2da3d1d14e958c9853f7a04edc5bc13492275e99 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2014 Google Inc.
  */
 
+#define LOG_CATEGORY UCLASS_DISPLAY
+
 #include <common.h>
 #include <dm.h>
 #include <display.h>
index 1db1f88a17998c57072d30e4490d2ea60d67ab28..6e5256eb1265402cb053e9e34bfe42475f584377 100644 (file)
@@ -5,6 +5,8 @@
  *
  */
 
+#define LOG_CATEGORY UCLASS_DSI_HOST
+
 #include <common.h>
 #include <dm.h>
 #include <dsi_host.h>
index 246d1b2836d7071f3714d6711dbb265441632ccd..bb2eaae2e974854e75402ea04d9f1a76b99111aa 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_PANEL
+
 #include <common.h>
 #include <dm.h>
 #include <panel.h>
index 81b65f5aaee98865dd451b24be69122ae056827c..8f7d987cdd2c77ceeb853897a4a536560aa2a59a 100644 (file)
@@ -7,6 +7,8 @@
  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
  */
 
+#define LOG_CATEGORY UCLASS_VIDEO_CONSOLE
+
 #include <common.h>
 #include <command.h>
 #include <console.h>
index 96ec6f80af3b78bdbbb1b5df033bd6d58961225a..9f8cf6ef2a9f324705a869c6da831b25e389418e 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2015 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_VIDEO
+
 #include <common.h>
 #include <console.h>
 #include <cpu_func.h>
index 82136a292bf1c99e8e8936f6c97ec625f0eaf7bc..0d3aae4d82722d8d9fcd37dd7caaf459da41dc0b 100644 (file)
@@ -4,6 +4,8 @@
  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
+#define LOG_CATEGORY UCLASS_VIDEO_OSD
+
 #include <common.h>
 #include <dm.h>
 #include <video_osd.h>
index 0379536c542f8668fc33ab65fe561f415f20f810..9e2d0e06a1e86b942599135408a2ad52141ec027 100644 (file)
@@ -15,6 +15,8 @@
  * the VirtIO specification v1.0.
  */
 
+#define LOG_CATEGORY UCLASS_VIRTIO
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index 7a02af3dd6d35f6f743b4749fe84a71cc51927c7..70ba537243f81d48f6044b5a621988c265c6c6d4 100644 (file)
@@ -10,6 +10,8 @@
  *
  */
 
+#define LOG_CATEGORY UCLASS_W1_EEPROM
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index b98927389f39b58fd69f354174a442d4f4285e0a..52b519c21d2cb18ac9eeb6ded62d924de22c2f1b 100644 (file)
@@ -12,6 +12,8 @@
  *
  */
 
+#define LOG_CATEGORY UCLASS_W1
+
 #include <common.h>
 #include <dm.h>
 #include <log.h>
index 2687135296044f2809d49982e0a1a757bef2c6b6..a0c2429e5a43d7a73a4aecf9f868b66acc7edb87 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2017 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_WDT
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
index 1c5d039ef052cd4a69b4751998c3f69cefd7d92a..c25c3ea4fffff35602ee44fb2f9aed29bdbf7c46 100644 (file)
@@ -3,6 +3,9 @@
  * (C) 2007-2008 Samuel Thibault.
  * (C) Copyright 2020 EPAM Systems Inc.
  */
+
+#define LOG_CATEGORY UCLASS_PVBLOCK
+
 #include <blk.h>
 #include <common.h>
 #include <dm.h>