Em Tue, 15 Mar 2022 10:02:53 +0100 Hugues FRUCHET - FOSS <hugues.fruchet@xxxxxxxxxxx> escreveu: > Hi Mauro, > > sti and stm32 architectures don't have the same maintainers nor same > mailing list as you can see below: > > ARM/STM32 ARCHITECTURE > M: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx> > M: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx> > L: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (moderated for > non-subscribers) > L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) > S: Maintained > T: git > git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next > F: arch/arm/boot/dts/stm32* > F: arch/arm/mach-stm32/ > F: drivers/clocksource/armv7m_systick.c > N: stm32 > N: stm > > ARM/STI ARCHITECTURE > M: Patrice Chotard <patrice.chotard@xxxxxxxxxxx> > L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) > S: Maintained > W: http://www.stlinux.com > F: Documentation/devicetree/bindings/i2c/i2c-st.txt > F: arch/arm/boot/dts/sti* > F: arch/arm/mach-sti/ > F: drivers/ata/ahci_st.c > F: drivers/char/hw_random/st-rng.c > F: drivers/clocksource/arm_global_timer.c > F: drivers/clocksource/clksrc_st_lpc.c > F: drivers/cpufreq/sti-cpufreq.c > F: drivers/dma/st_fdma* > F: drivers/i2c/busses/i2c-st.c > F: drivers/media/platform/sti/c8sectpfe/ > F: drivers/media/rc/st_rc.c > F: drivers/mmc/host/sdhci-st.c > F: drivers/phy/st/phy-miphy28lp.c > F: drivers/phy/st/phy-stih407-usb.c > F: drivers/pinctrl/pinctrl-st.c > F: drivers/remoteproc/st_remoteproc.c > F: drivers/remoteproc/st_slim_rproc.c > F: drivers/reset/sti/ > F: drivers/rtc/rtc-st-lpc.c > F: drivers/tty/serial/st-asc.c > F: drivers/usb/dwc3/dwc3-st.c > F: drivers/usb/host/ehci-st.c > F: drivers/usb/host/ohci-st.c > F: drivers/watchdog/st_lpc_wdt.c > F: include/linux/remoteproc/st_slim_rproc.h Ok. > but anyway, if this is really important for you to have a top folder to > group all ST stuff, we prefer to have "st" prefix than "stm": > > ./drivers/media/platform/st/sti/ > > ./drivers/media/platform/st/stm32/ Works for me. Yeah, it is important to have them at the same dir. After this series, there's a comment on each platform subdir that tells what vendor is there. That is meant to help selecting the right drivers with make menuconfig/gconfig/xconfig, and it is reflected at the .config file. I'm considering to actually add a submenu per vendor. Ether way, if there's more than one directory per vendor, the "comment" and/or "menuconfig/if/endif" entries would needed to be moved back to the drivers/media/platform, making in messier again. Thanks, Mauro