test: log functions with CONFIG_LOG=n
[oweals/u-boot.git] / MAINTAINERS
index 82e4159bec7fcff58689cc5dbf59e37602e4747a..7ac7e21ba17a648f676b0d56dd97adb47928a58a 100644 (file)
@@ -180,6 +180,7 @@ F:  board/cortina/common/
 F:     drivers/gpio/cortina_gpio.c
 F:     drivers/watchdog/cortina_wdt.c
 F:     drivers/serial/serial_cortina.c
+F:     drivers/mmc/ca_dw_mmc.c
 
 ARM/CZ.NIC TURRIS MOX SUPPORT
 M:     Marek Behun <marek.behun@nic.cz>
@@ -328,8 +329,21 @@ F: drivers/usb/host/ehci-msm.c
 ARM STI
 M:     Patrice Chotard <patrice.chotard@st.com>
 S:     Maintained
+T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
 F:     arch/arm/mach-sti/
 F:     arch/arm/include/asm/arch-sti*/
+F:     drivers/phy/sti_usb_phy.c
+F:     drivers/pinctrl/pinctrl-sti.c
+F:     drivers/mmc/sti_sdhci.c
+F:     drivers/reset/sti-reset.c
+F:     drivers/serial/serial_sti_asc.c
+F:     drivers/sysreset/sysreset_sti.c
+F:     drivers/timer/sti-timer.c
+F:     drivers/usb/host/dwc3-sti-glue.c
+F:     include/dwc3-sti-glue.h
+F:     include/dt-bindings/clock/stih407-clks.h
+F:     include/dt-bindings/clock/stih410-clks.h
+F:     include/dt-bindings/reset/stih407-resets.h
 
 ARM STM SPEAR
 #M:    Vipin Kumar <vipin.kumar@st.com>
@@ -345,6 +359,7 @@ L:  uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
 T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
 S:     Maintained
 F:     arch/arm/mach-stm32mp/
+F:     doc/board/st/
 F:     drivers/adc/stm32-adc*
 F:     drivers/clk/clk_stm32mp1.c
 F:     drivers/gpio/stm32_gpio.c
@@ -432,6 +447,7 @@ M:  Michal Simek <michal.simek@xilinx.com>
 S:     Maintained
 T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
 F:     arch/arm/mach-versal/
+F:     drivers/watchdog/xilinx_wwdt.c
 N:     (?<!uni)versal
 
 ARM VERSATILE EXPRESS DRIVERS
@@ -512,6 +528,13 @@ M: Simon Glass <sjg@chromium.org>
 S:     Maintained
 F:     tools/binman/
 
+BTRFS
+M:     Marek Behun <marek.behun@nic.cz>
+S:     Maintained
+F:     cmd/btrfs.c
+F:     fs/btrfs/
+F:     include/btrfs.h
+
 BUILDMAN
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
@@ -563,6 +586,7 @@ M:  Heinrich Schuchardt <xypron.glpk@gmx.de>
 R:     Alexander Graf <agraf@csgraf.de>
 S:     Maintained
 T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
+F:     doc/api/efi.rst
 F:     doc/uefi/*
 F:     include/capitalization.h
 F:     include/charset.h
@@ -630,9 +654,9 @@ LOGGING
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
 T:     git https://gitlab.denx.de/u-boot/u-boot.git
-F:     common/log.c
+F:     common/log*
 F:     cmd/log.c
-F:     test/log/log_test.c
+F:     test/log/
 F:     test/py/tests/test_log.py
 
 MALI DISPLAY PROCESSORS
@@ -670,6 +694,7 @@ F:  board/cortina/common/
 F:     drivers/gpio/cortina_gpio.c
 F:     drivers/watchdog/cortina_wdt.c
 F:     drivers/serial/serial_cortina.c
+F:     drivers/mmc/ca_dw_mmc.c
 
 MIPS MSCC
 M:     Gregory CLEMENT <gregory.clement@bootlin.com>
@@ -920,6 +945,7 @@ T:  git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
 F:     drivers/usb/
 F:     common/usb.c
 F:     common/usb_kbd.c
+F:     include/usb.h
 
 USB xHCI
 M:     Bin Meng <bmeng.cn@gmail.com>